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

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

saeedshoh/laravel-smpp
======================

SMS sending via SMPP protocol for Laravel framework.

1.5(4y ago)02282[1 issues](https://github.com/saeedshoh/laravel-smpp/issues)PHP

Since Apr 26Pushed 4y ago1 watchersCompare

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

READMEChangelog (2)Dependencies (2)Versions (3)Used By (0)

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 framework.

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

[](#installation)

You can install Laravel SMPP using Composer command:

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

```
