symfony-bundle vresh-twilio-bundle
Symfony VreshTwilioBundle enhanced
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
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)
Copyright
TBD, (*7)