2017 © Pedro Peláez
 

symfony-bundle billetel-bundle

Symfony bundle for Billetel client

image

spyrit/billetel-bundle

Symfony bundle for Billetel client

  • Tuesday, April 25, 2017
  • by Spyrit_SI
  • Repository
  • 3 Watchers
  • 0 Stars
  • 455 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 6 % Grown

The README.md

Billetel Bundle

Install with Composer

Run:, (*1)

composer require spyrit/billetel-bundle

Enable the 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(),
            // ...
        ];
    }
}

Configure the bundle

# app/config/config.yml
billetel:
    api_authorization: YOUR_TOKEN
    api_desk: YOUR_DESK
    api_url: 'http://api.billetel.fr'

The Versions

25/04 2017

dev-master

9999999-dev http://www.spyrit.net

Symfony bundle for Billetel client

  Sources   Download

MIT

The Requires

 

by Avatar spyrit