Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/loevgaard/pakkelabels-bundle
- Owner: loevgaard
- License: mit
- Created: 2017-10-16T08:57:59.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-23T12:59:27.000Z (over 6 years ago)
- Last Synced: 2024-10-11T03:22:00.115Z (about 1 month ago)
- Topics: bundle, pakkelabels, php, symfony, symfony-bundle
- Language: PHP
- Size: 57.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
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