Download the PHP package six-paths/twilio-bundle without Composer
On this page you can find all versions of the php package six-paths/twilio-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download six-paths/twilio-bundle
More information about six-paths/twilio-bundle
Files in six-paths/twilio-bundle
Package twilio-bundle
Short Description A Symfony bundle wrapping the Twilio SDK
License MIT
Homepage https://github.com/six-paths/twilio-bundle
Informations about the package twilio-bundle
Twilio Bundle
Installation
Manual Installation
Add this to your composer.json
Automated Installation
composer require six-paths/twilio-bundle@dev-master
Activate the bundle in app/AppKernel.php
Configuration
Add or include this in your config.yml
parameters
Usage
It is advised to inject this service in to listeners or other services that may need to consume it rather than using $this->get('...'); instead of a controller; however, that option is still available
As part of a controller
As part of a console command
Commands
This bundle comes with two commands packaged.
This will allow you to generate messages - spooled or otherwise - to confirm settings. These will be sent to the default phone number (sixpaths.twilio.defaults.to
)
This will send any spooled messages and either remove or retain them.
All versions of twilio-bundle with dependencies
php Version >=7.1
symfony/framework-bundle Version ~2.8
twilio/sdk Version 5.15.3