No Image
Overview
FDI SMS is an open-source PHP library that simplifies SMS integration for Rwandan applications. It provides a clean API for sending SMS messages through FDI's gateway service.
Key Features
- Simple SendSms class with fluent API
- Supports delivery report callbacks
- Composer installable package
- PHP 8.1+ compatible
- Response handling with success/failure indicators
Usage
Install via composer require aimedidierm/fdisms, instantiate the SendSms class with API credentials, and call sendSms() with recipient, message, and sender ID parameters.