{ "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" }
info at phpclasses dot org