tsslabs / vresh-twilio-bundle
Symfony VreshTwilioBundle enhanced
Installs: 1 332
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 3
Type:symfony-bundle
Requires
- php: >=5.3.2
- symfony/framework-bundle: >=2.1
This package is not auto-updated.
Last update: 2024-10-26 14:37:50 UTC
README
About
TBD
Installation
Add this to your debs file
[VreshTwilioBundle]
git=http://github.com/Vreshware/VreshTwilioBundle.git
target=/bundles/Vresh/VreshTwilioBundle
version=origin/master
Register the namespace in your app/autoload.php
$loader->registerNamespaces(array(
//Other namespaces
'Vresh' => __DIR__.'/../vendor/bundles',
));
Add the bundle to app/AppKernel.php
$bundles = array(
// ... other bundles
new Vresh\TwilioBundle\VreshTwilioBundle(),
);
Configuration
TBD
Usage
TBD
Copyright
TBD