Download the PHP package webonaute/twilio-bundle without Composer
On this page you can find all versions of the php package webonaute/twilio-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download webonaute/twilio-bundle
More information about webonaute/twilio-bundle
Files in webonaute/twilio-bundle
Package twilio-bundle
Short Description Symfony 5 / PHP 7 wrapper for the official Twilio SDK v6
License MIT
Homepage https://github.com/Webonaute/WebonauteTwilioBundle
Informations about the package twilio-bundle
Symfony Twilio Bundle (for PHP SDK v5)
About
A quick and easy way to use the Twilio SDK (version 6) in a Symfony based application.
Support for PHP 7.4+ and Symfony 5.x
For full documentation about how to use the Twilio Client, see the official SDK provided by Twilio.
Thank you for the awesome work of mblackford who created the version of this bundle, with support for version 5 of the SDK. Thank you for the awesome work of Fridolin Koch who created the first version of this bundle, with support for version 4 of the SDK.
Installation
Add this to your composer.json
file:
This will automatically include the twilio/sdk
dependency into your project.
Add the bundle to app/AppKernel.php
Configuration
Add this to your config.yml
:
Usage
Provided services:
Service | Class |
---|---|
twilio.client |
\Twilio\Rest\Client |
Inside a controller:
Inside a console command:
Copyright / License
See LICENSE
All versions of twilio-bundle with dependencies
symfony/dependency-injection Version ^4.0 || ^5.0
twilio/sdk Version ^6.0