2017 © Pedro Peláez
 

symfony-bundle vresh-twilio-bundle

Symfony VreshTwilioBundle enhanced

image

tsslabs/vresh-twilio-bundle

Symfony VreshTwilioBundle enhanced

  • Thursday, February 5, 2015
  • by radutopala
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1,316 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Symfony2 Twilio Bundle - by Vresh.net

About

TBD, (*1)

Installation

Add this to your debs file, (*2)

[VreshTwilioBundle]
    git=http://github.com/Vreshware/VreshTwilioBundle.git
    target=/bundles/Vresh/VreshTwilioBundle
    version=origin/master

Register the namespace in your app/autoload.php, (*3)

$loader->registerNamespaces(array(
    //Other namespaces
    'Vresh'            => __DIR__.'/../vendor/bundles',
));

Add the bundle to app/AppKernel.php, (*4)

$bundles = array(
    // ... other bundles
    new Vresh\TwilioBundle\VreshTwilioBundle(),
);

Configuration

TBD, (*5)

Usage

TBD, (*6)

TBD, (*7)

The Versions

05/02 2015

dev-master

9999999-dev https://github.com/tsslabs/VreshTwilioBundle

Symfony VreshTwilioBundle enhanced

  Sources   Download

MIT

The Requires

 

twilio