Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fourlabsldn/plivobundle
Plivo Bundle for Symfony
https://github.com/fourlabsldn/plivobundle
doctrine plivo sms symfony
Last synced: 5 days ago
JSON representation
Plivo Bundle for Symfony
- Host: GitHub
- URL: https://github.com/fourlabsldn/plivobundle
- Owner: fourlabsldn
- License: mit
- Created: 2016-10-31T16:38:40.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-30T15:59:07.000Z (over 6 years ago)
- Last Synced: 2024-11-11T19:06:57.393Z (5 days ago)
- Topics: doctrine, plivo, sms, symfony
- Language: PHP
- Size: 53.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PlivoBundle
[![StyleCI](https://styleci.io/repos/72456491/shield?branch=master)](https://styleci.io/repos/72456491)
[![Total Downloads](https://poser.pugx.org/fourlabs/plivo-bundle/downloads)](https://packagist.org/packages/fourlabs/plivo-bundle)
[![License](https://poser.pugx.org/fourlabs/plivo-bundle/license)](https://packagist.org/packages/fourlabs/plivo-bundle)## Installation
Install with composer
```bash
$ composer require fourlabs/plivo-bundle eightpoints/guzzle-bundle
```Add these bundles to app/AppKernel.php
```php