Nexmo for Laravel 4
Implements a service for Nexmo messaging based on
Composer Configuration
Include the artistan nexmo package as a dependency in your composer.json Packagist:
"artistan/nexmo": "0.1.*"
Installation
Once you update your composer configuration, run composer install to download the dependencies.
Add a ServiceProvider to your providers array in app/config/app.php:
'providers' => array(
'Artistan\Nexmo\NexmoServiceProvider',
)