This project is currently in development, please take care.
The GOSFormBundle adds support for easily handling your forms. Stop wast your time to instanciate and create structured code arround each form. Focus on what your form will do.
Gos Doctrine Query Builder follows the rules of Semantic Versioning and psr-2 coding style
The bulk of the documentation is stored in the Resources/doc/index.md
file in this bundle:
All the installation instructions are located in the documentation.
This bundle is under the MIT license. See the complete license in the bundle:
Resources/meta/LICENSE
PHPUnit 4.0 or newer. To setup and run tests follow these steps:
- go to the root directory of project
- run:
composer install --dev
- run:
phpunit