egeloen / ordered-form
Provides a form ordering support with the Symfony2 form component.
Installs: 591 384
Dependents: 4
Suggesters: 0
Security: 0
Stars: 32
Watchers: 3
Forks: 18
Open Issues: 1
Requires
- php: ^5.6|^7.0
- symfony/form: ^2.7|^3.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.0
- phpunit/phpunit: ^5.0
- symfony/phpunit-bridge: ^2.7|^3.0
This package is not auto-updated.
Last update: 2024-11-19 03:32:35 UTC
README
The library allows to order your Symfony2 form fields by adding the position option. A position can either be first, last or an associative array describing before and/or after field.
Documentation
Testing
The library is fully unit tested by PHPUnit with a code coverage close to 100%. To execute the test suite, check the travis configuration.
Contribute
We love contributors! Ivory is an open source project. If you'd like to contribute, feel free to propose a PR! You can follow the CONTRIBUTING file which will explain you how to set up the project.
License
The Ivory Ordered Form is under the MIT license. For the full copyright and license information, please read the LICENSE file that was distributed with this source code.