biscofil / aimon

A simple PHP interface for the Aimon SMS service

Home Page:https://www.aimon.it/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A simple PHP interface for the Aimon SMS service

https://www.aimon.it/


Languages

Language:PHP 100.0%