loevgaard / pakkelabels-bundle
Symfony bundle for integrating Pakkelabels into your Symfony application
Installs: 256
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: ^7.1
- beberlei/assert: ^2.0
- doctrine/doctrine-bundle: ^1.6
- doctrine/orm: ^2.5
- knplabs/knp-paginator-bundle: ^2.6
- league/iso3166: ^2.0
- loevgaard/pakkelabels-php-sdk: ^1.0.0
- sensio/framework-extra-bundle: ^3.0
- symfony/form: ^3.2
- symfony/framework-bundle: ^3.2
- symfony/twig-bridge: ^3.2
- symfony/validator: ^3.2
- symfony/workflow: ^3.2
- symfony/yaml: ^3.2
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.0
- phpunit/phpunit: ~5.5||~6.0
- symfony/phpunit-bridge: ^3.0
This package is auto-updated.
Last update: 2024-11-06 09:29:44 UTC
README
Symfony bundle for integrating Pakkelabels into your Symfony application
Install
Via Composer
$ composer require loevgaard/pakkelabels-bundle
Usage
Then, enable the bundle by adding it to the list of registered bundles
in the app/AppKernel.php
file of your project:
<?php // app/AppKernel.php // ... class AppKernel extends Kernel { public function registerBundles() { $bundles = array( // ... new Loevgaard\PakkelabelsBundle\LoevgaardPakkelabelsBundle(), new Knp\Bundle\PaginatorBundle\KnpPaginatorBundle(), new Lexik\Bundle\FormFilterBundle\LexikFormFilterBundle(), ); // ... } // ... }
Change log
Please see CHANGELOG for more information on what has changed recently.
Testing
$ composer test
Contributing
Please see CONTRIBUTING and CONDUCT for details.
Security
If you discover any security related issues, please email joachim@loevgaard.dk
instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.