PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Arnel Labarda   iSMS PHP   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: iSMS PHP
Send SMS messages and get the balance of iSMS
Author: By
Last change:
Date: 7 years ago
Size: 398 bytes
 

Contents

Class file image Download
{ "name": "aqlx86/isms-php", "description": "PHP library for ISMS SMS API", "type": "library", "license": "MIT", "authors": [ { "name": "Arnel Labarda", "email": "aqlx86@gmail.com" } ], "autoload": { "psr-4": { "ISMS\\": "src/ISMS" } }, "require": { "guzzlehttp/guzzle": "~6.0" } }