PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Edward Paul   Laravel Notification Channel Termii   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Laravel Notification Channel Termii
Send messages to other people with the Termii API
Author: By
Last change:
Date: 7 months ago
Size: 1,046 bytes
 

Contents

Class file image Download
{ "name": "infinitypaul/laravel-notification-channel-termii", "description": "Termii SMS/Whatsapp Channel for Laravel", "homepage": "https://github.com/infinitypaul/laravel-notification-channel-termii", "license": "MIT", "authors": [ { "name": "Paul Edward", "email": "infinitypaul@live.com", "homepage": "https://infinitypaul.medium.com", "role": "Developer" } ], "require": { "php": ">=7.2", "guzzlehttp/guzzle": "^7.0" }, "require-dev": { "orchestra/testbench": "^4.0|^8.0", "phpunit/phpunit": "^8.0|^9.3" }, "autoload": { "psr-4": { "Infinitypaul\\Termii\\": "src" } }, "autoload-dev": { "psr-4": { "Infinitypaul\\Termii\\Test\\": "tests" } }, "scripts": { "test": "phpunit", "test:coverage": "phpunit --coverage-text --coverage-clover=coverage.clover" }, "config": { "sort-packages": true } }