PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of André Liechti   SMSGateway   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: SMSGateway
API to send SMS messages using an Android gateway
Author: By
Last change: Compatible with PHP 5.3.0 and higher
Date: 1 year ago
Size: 661 bytes
 

Contents

Class file image Download
{ "name": "multiotp/smsgateway", "type": "library", "keywords": ["sms","gateway","android"], "description": "Flat-file based SMS gateway PHP class using an open source Android app", "authors": [ { "name": "Andre Liechti (SysCo systemes de communication sa)", "email": "info@multiotp.net" } ], "funding": [ { "url": "https://github.com/multiOTP", "type": "github" } ], "require": { "php": ">=5.3.0" }, "autoload": { "psr-4": { "multiOTP\\SMSGateway\\": "src/" } }, "license": "LGPL-3.0-only" }