tme55 / shopware-symfony-forms
Integration of the symfony2 form component in Shopware projects
Requires
- php: >=5.4.0
- symfony/doctrine-bridge: ^2.7
- symfony/form: ~2.1
- symfony/framework-bundle: ^2.7
- symfony/http-foundation: ~2.1
- symfony/http-kernel: ~2.1
- symfony/templating: ~2.7
- symfony/validator: ~2.1
Requires (Dev)
- smarty/smarty: ~3.1
This package is not auto-updated.
Last update: 2025-04-16 06:46:46 UTC
README
Implementation of Symfony2 forms component with smarty templates
##Installation This package uses Composer, please checkout the composer website for more information.
The following command will install shopware-symfony-forms
into your project. It will also add a new entry in your composer.json
and update the composer.lock
as well.
$ composer require barbieswimcrew/shopware-symfony-bundle
This package follows the PSR-4 convention names for its classes, which means you can easily integrate
shopware-symfony-forms
classes loading in your own autoloader.
##What now?
See the usage documentations in doc/01-Basic-Usage.md
and doc/02-Usage-As-Service.md
.
Copying / License
This repository is distributed under the MIT License (MIT). You can find the whole license text in the LICENSE.txt file.
Credits
This package is based on the symfony-smarty-standalone-forms package. It has been developed by victormacko.