PHPackages                             multiotp/smsgateway - 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. multiotp/smsgateway

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

multiotp/smsgateway
===================

Flat-file based SMS gateway PHP class using an open source Android app

v1.0.9(2y ago)23948LGPL-3.0-onlyPHPPHP &gt;=5.3.0

Since Oct 11Pushed 2y ago3 watchersCompare

[ Source](https://github.com/multiOTP/SMSGateway)[ Packagist](https://packagist.org/packages/multiotp/smsgateway)[ GitHub Sponsors](https://github.com/multiOTP)[ RSS](/packages/multiotp-smsgateway/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (5)DependenciesVersions (6)Used By (0)

SMSGateway – A flat-file based SMS gateway PHP class using an open source Android app
=====================================================================================

[](#smsgateway--a-flat-file-based-sms-gateway-php-class-using-an-open-source-android-app)

Features
--------

[](#features)

- SMS gateway using the open source Android app [SMS Gateway](https://github.com/medic/cht-gateway/releases/latest) - use the generic release

License
-------

[](#license)

This software is distributed under the [LGPL-3.0-only](https://www.gnu.org/licenses/lgpl-3.0.html) license. Please read [LICENSE](https://github.com/multiOTP/SMSGateway/blob/main/LICENSE) for information on the software availability and distribution.

Installation &amp; loading
--------------------------

[](#installation--loading)

SMSGateway is available on [Packagist](https://packagist.org/packages/multiOTP/SMSGateway) (using semantic versioning), and installation via [Composer](https://getcomposer.org) is the recommended way to install SMSGateway. Just add this line to your `composer.json` file:

```
"multiotp/smsgateway": "^1.0"
```

or run

```
composer require multiotp/smsgateway
```

Note that the `vendor` folder and the `vendor/autoload.php` script are generated by Composer; they are not part of SMSGateway.

Alternatively, if you're not using Composer, you can [download SMSGateway as a zip file](https://github.com/multiOTP/SMSGateway/archive/master.zip), then copy the contents of the SMSGateway folder into one of the `include_path` directories specified in your PHP configuration and load each class file manually:

```
