Skip to content

biscofil/aimon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aimon

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