PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Ujah Chigozie peter   PHP SMS Gateway Integration   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP SMS Gateway Integration
Send SMS messages using different providers
Author: By
Last change:
Date: 4 months ago
Size: 996 bytes
 

Contents

Class file image Download
{ "name": "nanoblocktech/php-sms-gateways", "type": "library", "description": "PHP class for sms gateways, using same codebase implementaion to send sms in different sms gateways.", "license": "MIT", "keywords": ["PHP", "Luminova", "SMS", "SMS gateway", "multiple sms gateways", "ClickSend", "Vonage"], "authors": [ { "name": "Ujah Chigozie", "email": "ujahchigozie@gmail.com" }, { "name": "Nanoblock Technology", "email": "code@nanoblocktech.com" } ], "support": { "issues": "https://github.com/nanoblocktech/php-sms-gateways/issues", "source": "https://github.com/nanoblocktech/php-sms-gateways" }, "require": { "php": "^8.0" }, "autoload": { "psr-4": { "Luminova\\ExtraUtils\\Sms\\": "src/" } }, "config": { "sort-packages": true }, "minimum-stability": "dev", "prefer-stable": true }