Download the PHP package fourlabs/plivo-bundle without Composer
On this page you can find all versions of the php package fourlabs/plivo-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download fourlabs/plivo-bundle
More information about fourlabs/plivo-bundle
Files in fourlabs/plivo-bundle
Download fourlabs/plivo-bundle
More information about fourlabs/plivo-bundle
Files in fourlabs/plivo-bundle
Vendor fourlabs
Package plivo-bundle
Short Description Plivo Bundle for Symfony - Send and receive text messages
License MIT
Homepage https://github.com/fourlabsldn/PlivoBundle
Package plivo-bundle
Short Description Plivo Bundle for Symfony - Send and receive text messages
License MIT
Homepage https://github.com/fourlabsldn/PlivoBundle
Please rate this library. Is it a good library?
Informations about the package plivo-bundle
PlivoBundle
Installation
Install with composer
Add these bundles to app/AppKernel.php
Sample Configuration
app/config/config.yml
app/config/services.yml
app/config/routing.yml
Suggested Implementation
- Create an entity for your ORM/ODM (e.g. Doctrine) that extends \Plivo\Model\SmsIncoming
- Create an entity that extends \Plivo\Model\SmsOutgoing
-
If you are using Doctrine, you can use the corresponding event listeners, by importing them.
- If you are using not using Doctrine, create your own event listeners and submit a pull request ;)
- To receive SMS messages, follow the instructions from Plivo
- Use the corresponding url for the route
fl_plivo.post_message
(If you imported the default routing file, without a prefix, this would be /api/v1.0/message)
License
PlivoBundle is licensed under the MIT license.
All versions of plivo-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0
symfony/dependency-injection Version ~2.8|~3.0|~3.1
symfony/config Version ~2.8|~3.0|~3.1
symfony/form Version ~2.8|~3.0|~3.1
symfony/http-kernel Version ~2.8|~3.0|~3.1
symfony/event-dispatcher Version ~2.8|~3.0|~3.1
symfony/http-foundation Version ~2.8|~3.0|~3.1
symfony/routing Version ~2.8|~3.0|~3.1
symfony/options-resolver Version ~2.8|~3.0|~3.1
guzzlehttp/guzzle Version ~6.2
friendsofsymfony/rest-bundle Version ^2.0
misd/phone-number-bundle Version ^1.3
symfony/dependency-injection Version ~2.8|~3.0|~3.1
symfony/config Version ~2.8|~3.0|~3.1
symfony/form Version ~2.8|~3.0|~3.1
symfony/http-kernel Version ~2.8|~3.0|~3.1
symfony/event-dispatcher Version ~2.8|~3.0|~3.1
symfony/http-foundation Version ~2.8|~3.0|~3.1
symfony/routing Version ~2.8|~3.0|~3.1
symfony/options-resolver Version ~2.8|~3.0|~3.1
guzzlehttp/guzzle Version ~6.2
friendsofsymfony/rest-bundle Version ^2.0
misd/phone-number-bundle Version ^1.3
The package fourlabs/plivo-bundle contains the following files
Loading the files please wait ....