Skip to content

trisoftro/VreshTwilioBundle

 
 

Repository files navigation

Symfony2 Twilio Bundle - by Vresh.net

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%