25/04
2017
dev-master
9999999-dev http://www.spyrit.netSymfony bundle for Billetel client
MIT
The Requires
by spyrit
Symfony bundle for Billetel client
Run:, (*1)
composer require spyrit/billetel-bundle
Register the bundle in your application's kernel class:, (*2)
// app/AppKernel.php class AppKernel extends Kernel { public function registerBundles() { $bundles = [ // ... new Spyrit\BilletelBundle\BilletelBundle(), // ... ]; } }
# app/config/config.yml billetel: api_authorization: YOUR_TOKEN api_desk: YOUR_DESK api_url: 'http://api.billetel.fr'
Symfony bundle for Billetel client
MIT