https://github.com/ptlis/conneg-bundle
Symfony2 Bundle providing content a negotiation service.
https://github.com/ptlis/conneg-bundle
Last synced: 8 months ago
JSON representation
Symfony2 Bundle providing content a negotiation service.
- Host: GitHub
- URL: https://github.com/ptlis/conneg-bundle
- Owner: ptlis
- License: mit
- Created: 2014-02-23T13:48:41.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-03-21T21:33:15.000Z (about 12 years ago)
- Last Synced: 2024-12-06T19:06:41.358Z (over 1 year ago)
- Language: PHP
- Size: 531 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ConNeg Bundle
A Symfony2 Bundle providing content negotiation services you your application, built for PHP >= 5.3 and Symfony >= 2.2 using the [ptlis/ConNeg](https://github.com/ptlis/conneg) packages.
[](https://travis-ci.org/ptlis/conneg-bundle) [](https://scrutinizer-ci.com/g/ptlis/conneg-bundle/) [](https://scrutinizer-ci.com/g/ptlis/conneg-bundle/) [](https://packagist.org/packages/ptlis/conneg-bundle)
## Install
Require package:
```shell
$ composer require ptlis/conneg-bundle:@dev
```
Add to AppKernel:
```php
// app/AppKernel.php
// ...
new ptlis\ConNegBundle\ptlisConNegBundle(),
```
## Documentation
[Full Documentation](http://ptlis.github.io/conneg-bundle/)