PHPackages                             usefulsomebody/laravel-octopush - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. usefulsomebody/laravel-octopush

ActiveLibrary[HTTP &amp; Networking](/categories/http)

usefulsomebody/laravel-octopush
===============================

Laravel package to send SMS using octopush.com API

v1.0.0(4y ago)41621MITPHPPHP ^7.1.3

Since Nov 23Pushed 3y ago2 watchersCompare

[ Source](https://github.com/usefulsomebody/laravel-octopush)[ Packagist](https://packagist.org/packages/usefulsomebody/laravel-octopush)[ RSS](/packages/usefulsomebody-laravel-octopush/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (2)Dependencies (2)Versions (1)Used By (1)

Laravel Octopush Package
========================

[](#laravel-octopush-package)

[![Latest Stable Version](https://camo.githubusercontent.com/54e70228d401677fcb8575ccd6846cbe828cccb7699555c6aec3e00e86f40d5c/68747470733a2f2f706f7365722e707567782e6f72672f75736566756c736f6d65626f64792f6c61726176656c2d6f63746f707573682f762f737461626c65)](https://packagist.org/packages/usefulsomebody/laravel-octopush)[![Total Downloads](https://camo.githubusercontent.com/9b9b40eeace0483667d82a6e05ec0e780c1a532aa7b557fa3c799c022bf0962b/68747470733a2f2f706f7365722e707567782e6f72672f75736566756c736f6d65626f64792f6c61726176656c2d6f63746f707573682f646f776e6c6f616473)](https://packagist.org/packages/usefulsomebody/laravel-octopush)[![Latest Unstable Version](https://camo.githubusercontent.com/70eaf6e2873fde7ea6af442ec9bbc598aff7b313c2f4b6076c84637085eb19d9/68747470733a2f2f706f7365722e707567782e6f72672f75736566756c736f6d65626f64792f6c61726176656c2d6f63746f707573682f762f756e737461626c65)](https://packagist.org/packages/usefulsomebody/laravel-octopush)[![License](https://camo.githubusercontent.com/1625f49b92c1185cb9eac90f0049a9db8174786989cf96283306abe3ffa21ebe/68747470733a2f2f706f7365722e707567782e6f72672f75736566756c736f6d65626f64792f6c61726176656c2d6f63746f707573682f6c6963656e7365)](https://packagist.org/packages/usefulsomebody/laravel-octopush)[![composer.lock](https://camo.githubusercontent.com/14f071f8b8ce2a09ce0e7de8bb87e1bac9f850eb31625bd385dce00b92bd7137/68747470733a2f2f706f7365722e707567782e6f72672f75736566756c736f6d65626f64792f6c61726176656c2d6f63746f707573682f636f6d706f7365726c6f636b)](https://packagist.org/packages/usefulsomebody/laravel-octopush)

Laravel package to send SMS using [Octopush.com](http://www.octopush.com/) API

Installation
------------

[](#installation)

```
composer require usefulsomebody/laravel-octopush

```

To run tests

```
composer test

```

Configuration
-------------

[](#configuration)

In your .env defined configuration

```
...

SMS_API_LOGIN=your-email
SMS_API_KEY=your-api-key
SMS_TYPE=sms-type
SMS_MODE=sms-mode
SMS_SENDER=your-app-name

```

Usages
------

[](#usages)

### Get Credit

[](#get-credit)

```
