loevgaard/pakkelabels-bundle

Symfony bundle for integrating Pakkelabels into your Symfony application


Keywords
bundle, pakkelabels, php, symfony, symfony-bundle
License
MIT

Documentation

Pakkelabels Bundle

Latest Version on Packagist Software License Build Status Coverage Status Quality Score Total Downloads

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.