Download the PHP package hostnet/form-handler-bundle without Composer
On this page you can find all versions of the php package hostnet/form-handler-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download hostnet/form-handler-bundle
More information about hostnet/form-handler-bundle
Files in hostnet/form-handler-bundle
Package form-handler-bundle
Short Description Hostnet form handler to provide an easier way of handling forms in actions
License MIT
Informations about the package form-handler-bundle
The form handlers are designed to enhance the developer experience (DX) when working with Symfony forms. It makes the controllers simpler by moving the form success and failure flows to a separate class.
By extracting the success - and if available, the failure - flows, you reduce the amount of code in your controllers, which in turn, achieves slim controllers. The definition of a controller is according to Symfony: "a PHP function you create that reads information from the Symfony's Request object and creates and returns a Response object".
Installation
- Read the installation guide when using composer.
- This bundle and the component follow semantic versioning strictly.
Documentation
- Read the Getting Started guide if you are new to form handlers.
- You can find the full documentation on our github wiki pages.
- If you are migrating from 1.1 to 1.2 or 2.x, check the migration guide.
- The legacy documentation for 1.1 is still available but upgrading is recommended.
License
The hostnet/form-handler-bundle
is licensed under the MIT License, meaning you can reuse the code within proprietary software provided that all copies of the licensed software include a copy of the MIT License terms and the copyright notice.
Get in touch
- We are available on the symfony-devs slack server in #hostnet-form-handlers.
- Or via our email: [email protected].
All versions of form-handler-bundle with dependencies
hostnet/form-handler-component Version ^1.7.3
symfony/expression-language Version ^6.4|^7.0
symfony/http-foundation Version ^6.4|^7.0