2017 © Pedro PelĂĄez
 

symfony-bundle pakkelabels-bundle

Symfony bundle for integrating Pakkelabels into your Symfony application

image

loevgaard/pakkelabels-bundle

Symfony bundle for integrating Pakkelabels into your Symfony application

  • Friday, March 23, 2018
  • by loevgaard
  • Repository
  • 1 Watchers
  • 0 Stars
  • 127 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 2 % Grown

The README.md

Pakkelabels Bundle

Latest Version on Packagist ![Software License][ico-license] Build Status ![Coverage Status][ico-scrutinizer] Quality Score ![Total Downloads][ico-downloads], (*1)

Symfony bundle for integrating Pakkelabels into your Symfony application, (*2)

Install

Via Composer, (*3)

$ 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:, (*4)

<?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., (*5)

Testing

$ composer test

Contributing

Please see CONTRIBUTING and CONDUCT for details., (*6)

Security

If you discover any security related issues, please email joachim@loevgaard.dk instead of using the issue tracker., (*7)

Credits

License

The MIT License (MIT). Please see License File for more information., (*8)

The Versions