PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Josiah Ovye Yahaya   SmartSMS PHP Send SMS Message   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: SmartSMS PHP Send SMS Message
Deliver SMS messages using the SmartSMS API
Author: By
Last change:
Date: 6 years ago
Size: 514 bytes
 

Contents

Class file image Download
{ "name": "coderatio/smartsms", "description": "A php library for smartsms solutions", "type": "library", "require": { "php": ">=5.3" }, "license": "MIT", "authors": [ { "name": "Josiah Ovye Yahaya", "email": "josiahoyahaya@gmail.com" } ], "autoload": { "classmap": [ "Foundation", "Services" ], "files": [ "config.php" ] }, "minimum-stability": "dev" }