PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Juan Camacho   PHP SMS Sender   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP SMS Sender
Send, receive and delete SMS messages using Gammu
Author: By
Last change:
Date: 1 year ago
Size: 679 bytes
 

Contents

Class file image Download
{ "name": "juancamacho/php-sms", "description": "PHP library for interacting with SMS functionality using Gammu", "type": "library", "license": "MIT", "keywords": [ "php", "sms", "gammu" ], "authors": [ { "name": "Juan Camacho", "homepage": "https://github.com/juancamacho" } ], "require": { "php": "^5.6 || ^7.0" }, "autoload": { "psr-4": { "SMS\\": "src/" } }, "repositories": [ { "type": "vcs", "url": "https://github.com/kuasarx/php-sms" } ], "minimum-stability": "stable" }