PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Roman Kozin   PHP SMSC.ua Message Sender   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP SMSC.ua Message Sender
Send SMS, MMS, EMail, Viber, Voicemail with SMSC
Author: By
Last change:
Date: 7 years ago
Size: 460 bytes
 

Contents

Class file image Download
{ "name": "kield-01/smsc-ua-sms-sender", "description": "SMS/MMS/E-Mail/Viber/Voicemail messages sending with SMSC.UA service for CakePHP 3.3.x", "type": "component", "license": "MIT", "minimum-stability": "stable", "require": { "php": ">=5.5", "fabpot/goutte": "^3.2", "cakephp/cakephp": "3.3.*" }, "autoload": { "psr-4": { "Cake\\": "src" } }, "suggest": { "fabpot/goutte": "Goutte/GuzzleHttp Client" } }