PHPackages                             ulasoft/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. ulasoft/laravel-smpp

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

ulasoft/laravel-smpp
====================

SMS sending via SMPP protocol for Laravel framework.

v1.3.2(5y ago)0272[3 PRs](https://github.com/ulasoft/laravel-smpp/pulls)PHP

Since Jun 8Pushed 5y agoCompare

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

READMEChangelogDependencies (2)Versions (12)Used By (0)

[![](https://camo.githubusercontent.com/1ad9ef89e14dc767511e2db4abe6af54e8252d3514b5eb6e08bef032731f642d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6672616e7a6f73652f6c61726176656c2d736d70702e737667)](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 franzose/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:

```
