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

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.

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.

[![Build Status](https://travis-ci.org/ptlis/conneg-bundle.png?branch=master)](https://travis-ci.org/ptlis/conneg-bundle) [![Code Coverage](https://scrutinizer-ci.com/g/ptlis/conneg-bundle/badges/coverage.png?s=38ad9458830dccd8bce51a4078c2faa259f8fcaf)](https://scrutinizer-ci.com/g/ptlis/conneg-bundle/) [![Scrutinizer Quality Score](https://scrutinizer-ci.com/g/ptlis/conneg-bundle/badges/quality-score.png?s=4c8c1c746a83a5e7377f06df3c5072691976671e)](https://scrutinizer-ci.com/g/ptlis/conneg-bundle/) [![Latest Stable Version](https://poser.pugx.org/ptlis/conneg-bundle/v/stable.png)](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/)