PHPackages                             killerwolf/jcdecauxcyclocity-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. killerwolf/jcdecauxcyclocity-bundle

ActiveLibrary[API Development](/categories/api)

killerwolf/jcdecauxcyclocity-bundle
===================================

this bundle provides easy integration of the Cyclocity OpenData Rest API provided by JCDecaux

0.1.0(11y ago)128MITPHP

Since Oct 12Pushed 11y ago1 watchersCompare

[ Source](https://github.com/killerwolf/JCDecauxCyclocityBundle)[ Packagist](https://packagist.org/packages/killerwolf/jcdecauxcyclocity-bundle)[ RSS](/packages/killerwolf-jcdecauxcyclocity-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

JCDecauxCyclocityBundle
=======================

[](#jcdecauxcyclocitybundle)

[![Scrutinizer Code Quality](https://camo.githubusercontent.com/fc7bf80b7f699e8cef770823d408e9dccf413e4ad7e8ed93442d4fd63ddd74f9/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6b696c6c6572776f6c662f4a434465636175784379636c6f6369747942756e646c652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/killerwolf/JCDecauxCyclocityBundle/?branch=master)[![SensioLabsInsight](https://camo.githubusercontent.com/f5bff8b4f90d2c2022dc6e8e536864d4e06f47bffe8f5626e869b1d54f333e6b/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f38336166616166302d623837622d343466352d626631632d3836323532306133653466332f6d696e692e706e67)](https://insight.sensiolabs.com/projects/83afaaf0-b87b-44f5-bf1c-862520a3e4f3)[![Dependency Status](https://camo.githubusercontent.com/7436a5d3eeadc28327a39ae8274ba42f4be23c0df031f8d32f2acb7b3fcbb5ae/68747470733a2f2f67656d6e617369756d2e636f6d2f6b696c6c6572776f6c662f4a434465636175784379636c6f6369747942756e646c652e737667)](https://gemnasium.com/killerwolf/JCDecauxCyclocityBundle)

This is a simple bundle to use the [JCDecaux Cyclocity OpenData Rest API](https://developer.jcdecaux.com) in a Symfony2 project

Install
-------

[](#install)

Install with composer and enable the bundle in the kernel.

Usage
-----

[](#usage)

First, Add your API KEY (from jcdecaux developers portal) in app/conf/config.yml

```
killerwolf_jc_decaux_cyclocity:
    api_key: "YOU_API_KEY"
```

Finaly use the service into your controller,

```
