gos/form-bundle

This package is abandoned and no longer maintained. No replacement package was suggested.

Form bundle

Installs: 957

Dependents: 0

Suggesters: 0

Security: 0

Stars: 4

Watchers: 3

Forks: 0

Open Issues: 0

Type:symfony-bundle

dev-master / 1.0.x-dev 2014-12-26 18:03 UTC

This package is auto-updated.

Last update: 2020-08-17 22:07:06 UTC


README

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.

Scrutinizer Code Quality Code Coverage SensioLabsInsight

Gos Doctrine Query Builder follows the rules of Semantic Versioning and psr-2 coding style

Documentation

The bulk of the documentation is stored in the Resources/doc/index.md file in this bundle:

Read the documentation

Installation

All the installation instructions are located in the documentation.

License

This bundle is under the MIT license. See the complete license in the bundle:

Resources/meta/LICENSE

Running the tests:

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