angus / messagemedia-php
There is no license information available for the latest version (v1.0.1) of this package.
MessageMedia SOAP API for PHP
v1.0.1
2024-08-01 03:03 UTC
Requires
- php: >=8.1
This package is not auto-updated.
Last update: 2025-03-14 04:51:52 UTC
README
This library provides a simple interface for sending and receiving messages using the MessageMedia SOAP API.
Installation
$ composer require angus/messagemedia-php
Windows users: set soap.wsdl_cache_dir in php.ini
to something like "C:\temp\mmsoap" to speed up requests
Usage
Please see the examples_* files.