Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/loevgaard/pakkelabels-bundle


https://github.com/loevgaard/pakkelabels-bundle

bundle pakkelabels php symfony symfony-bundle

Last synced: 16 days ago
JSON representation

Awesome Lists containing this project

README

        

# Pakkelabels Bundle

[![Latest Version on Packagist][ico-version]][link-packagist]
[![Software License][ico-license]](LICENSE.md)
[![Build Status][ico-travis]][link-travis]
[![Coverage Status][ico-scrutinizer]][link-scrutinizer]
[![Quality Score][ico-code-quality]][link-code-quality]
[![Total Downloads][ico-downloads]][link-downloads]

Symfony bundle for integrating Pakkelabels into your Symfony application

## Install

Via Composer

```bash
$ 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