biscofil/aimon

A simple PHP interface for the Aimon SMS service

1.1.0 2020-10-01 13:53 UTC

This package is auto-updated.

Last update: 2024-10-29 05:59:33 UTC


README

A simple PHP interface for the Aimon SMS service

Installation

composer require biscofil/aimon

Usage

use Aimon\AimonInterface;
$aimon = new AimonInterface("authlogin", "authpasswd");
$aimon->sendSmartSmsMessage("number", "message");
$aimon->sendProSmsMessage("number", "message", "sender");

In case of error, an AimonException is thrown

Documentation

http://sms.aimon.it/documentazione_api/Documentazione_BCP_API.pdf