PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of ultramsg   UltraMsg PHP WhatsApp API SDK   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: UltraMsg PHP WhatsApp API SDK
Send messages to WhatsApp users using Ultramsg API
Author: By
Last change:
Date: 1 year ago
Size: 430 bytes
 

Contents

Class file image Download
{ "name": "ultramsg/whatsapp-php-sdk", "description": "Lightweight PHP library for WhatsApp API to send the whatsappp messages in PHP provided by ultramsg.com", "type": "library", "repositories": [ { "type": "vcs", "url": "https://ultramsg.com" } ], "version": "2.0.5", "license": "MIT", "authors": [ { "name": "ultramsg.com", "email": "info@ultramsg.com" } ], "autoload": { "classmap": ["ultramsg.class.php"] }, "require": {} }