Copyright (c) 2008 Fabien Potencier
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is furnished
to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
sfFormExtraPlugin
The sfFormExtraPlugin packages useful validators, widgets, and forms.
This collection holds validators, widgets, and forms which we don't want to include with the main symfony package
because they are too specific or have external dependencies.
Installation
Documentation
All classes have full API and usage documentation. The API documentation is available here.
Forms
- sfFormLanguage: A form to change the symfony user culture
Validators
- sfValidatorReCaptcha: Validates a ReCaptcha (see sfWidgetFormReCaptcha)
- sfValidatorBlacklist: Validates that a value is not one of the configured forbidden ones
- sfValidatorSchemaTimeInterval: Validates a time interval between two dates provided by a widget schema
Widgets
- sfWidgetFormReCaptcha: Display a ReCaptcha widget (see sfValidatorReCaptcha)
How to contribute
If you want to contribute a validator, a widget, or a form, follow these steps:
- Check the prerequisites
- The license must be MIT
- You must have a unit test suite (100% coverage)
- You must have PHPdoc for all classes and methods with a documentation usage
- You must follow symfony coding standards
- The contribution must not be too specific
- You must be sure you will be able to maintain your contribution
- Create a ticket and attach a patch
- Choose
sfFormExtraPlugin as the component
- Change the qualification to
Ready for core team