PHPackages                             driveop/twilio-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. driveop/twilio-bundle

ActiveSymfony-bundle[API Development](/categories/api)

driveop/twilio-bundle
=====================

A simple Symfony bundle for Twilio API.

1.0.0(6y ago)049MITPHPPHP &gt;=7.1CI failing

Since Oct 31Pushed 6y ago1 watchersCompare

[ Source](https://github.com/driveop/TwilioWhatsAppBundle)[ Packagist](https://packagist.org/packages/driveop/twilio-bundle)[ Docs](https://github.com/driveop/TwilioWhatsAppBundle)[ RSS](/packages/driveop-twilio-bundle/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (8)Versions (4)Used By (0)

DriveOpTwilioBundle
===================

[](#driveoptwiliobundle)

A simple Symfony bundle for Twilio Api.

Only SMS/WhatsApp!
==================

[](#only-smswhatsapp)

Setup
-----

[](#setup)

### Step 1: Download DriveOpTwilioBundle using composer

[](#step-1-download-driveoptwiliobundle-using-composer)

Add Twilio Bundle in your composer.json:

```
{
    "require": {
        "driveop/twilio-bundle": "^0.1"
    }
}
```

Now tell composer to download the bundle by running the command:

```
$ php composer.phar update "driveop/twilio-bundle"
```

### Step 2: Enable the bundle

[](#step-2-enable-the-bundle)

Enable the bundle in the kernel:

```
