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

dev-master 2015-02-05 05:48 UTC

This package is not auto-updated.

Last update: 2024-04-13 12:06: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