lexxpavlov / spellingbundle
Symfony2/3 Spelling bundle provides spelling check by users
Package info
github.com/lexxpavlov/SpellingBundle
Type:symfony-bundle
pkg:composer/lexxpavlov/spellingbundle
1.0.0
2017-02-05 14:57 UTC
Requires
- php: >=5.4
- symfony/symfony: >=2.7
Suggests
- sonata-project/admin-bundle: Allow use Sonata administration panel
This package is auto-updated.
Last update: 2026-02-23 05:27:36 UTC
README
This bundle provides possibility for users to point out the text errors (spelling, punctuation, semantic). A list of users' errors transmits to administrators. Bundle uses SonataAdminBundle for managing a list of these errors.
Installation
See installation documentation for quick installation process.
Documentation
The content of documentation see in Resources/doc/en/index.md.
Also you can read the Russian documentation.
- Technology of work
- Full configuration of bundle
- Setting the error window
- Setting the logo button
- Using SonataAdminBundle
- Advanced features
- User restriction
- IP-address restriction (Flood control)
- Additional check of error (custom event listener)