lexxpavlov / spellingbundle
Symfony2/3 Spelling bundle provides spelling check by users
Installs: 91
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 2
Forks: 0
Open Issues: 0
Type:symfony-bundle
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: 2024-11-23 02:57:49 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)