tsslabs / vresh-twilio-bundle
Symfony VreshTwilioBundle enhanced
Package info
github.com/tsslabs/VreshTwilioBundle
Type:symfony-bundle
pkg:composer/tsslabs/vresh-twilio-bundle
dev-master
2015-02-05 05:48 UTC
Requires
- php: >=5.3.2
- symfony/framework-bundle: >=2.1
This package is not auto-updated.
Last update: 2026-03-14 21:02:05 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