egeloen/ordered-form-bundle

Provides a form ordering support for your Symfony2 project.

Installs: 543 287

Dependents: 1

Suggesters: 0

Security: 0

Stars: 50

Watchers: 5

Forks: 11

Open Issues: 2

Type:symfony-bundle

3.0.0 2017-02-27 21:30 UTC

This package is not auto-updated.

Last update: 2024-03-25 12:45:01 UTC


README

Travis Build Status AppVeyor Build status Code Coverage Scrutinizer Code Quality Dependency Status

Latest Stable Version Latest Unstable Version Total Downloads License

The bundle 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

  1. Installation
  2. Usage

Testing

The bundle 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 Bundle is under the MIT license. For the full copyright and license information, please read the LICENSE file that was distributed with this source code.