PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Mateo   PHP WhatsApp API   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP WhatsApp API
Send message to WhatsApp user with its API
Author: By
Last change:
Date: 1 year ago
Size: 492 bytes
 

Contents

Class file image Download
{ "name": "mateodioev/meta-whatsapp-api", "description": "Access to Whatsapp cloud api (meta)", "type": "library", "require": { "mateodioev/request": "^2.0" }, "require-dev": { "phpunit/phpunit": "^9" }, "license": "MIT", "autoload": { "psr-4": { "Mateodioev\\WhatsappApi\\": "src/" } }, "authors": [ { "name": "Mateo", "email": "mateodioev@noemail.com" } ] }