PHPackages                             behryuz/laravel-smpp - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. behryuz/laravel-smpp

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

behryuz/laravel-smpp
====================

SMS sending via SMPP protocol for Laravel framework.

v1.4(5y ago)1664↓50%PHP

Since Jun 8Pushed 5y agoCompare

[ Source](https://github.com/behryuz/laravel-smpp)[ Packagist](https://packagist.org/packages/behryuz/laravel-smpp)[ RSS](/packages/behryuz-laravel-smpp/feed)WikiDiscussions master Synced 1mo ago

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

[![](https://camo.githubusercontent.com/277f4bf7ae0aa46b15ac7963959cd3011a2c6d7074b5cae4c8c2c9f1e844a518/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6265687279757a2f6c61726176656c2d736d70702e737667)](https://packagist.org/packages/franzose/laravel-smpp)

Laravel SMPP
============

[](#laravel-smpp)

This package is a tiny wrapper for the [onlinecity/php-smpp](https://github.com/onlinecity/php-smpp) library. It provides a basic SMPP interface and implementation for the Laravel 5.2 framework.

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

[](#installation)

You can install Laravel SMPP using Composer command:

```
$ composer require behryuz/laravel-smpp
```

Then you need to add `LaravelSmpp\LaravelSmppServiceProvider::class` to your providers array in the `config/app.php`and copy default configuration by invoking `$ php artisan vendor:publish` command.

Usage
-----

[](#usage)

You can use the service pretty straightforward and inject dependency in your controller:

```
