FDI SMS - PHP SMS Gateway Library

A PHP library that enables developers to integrate SMS functionality via FDI's SMS gateway service in Rwanda. Published on Packagist.

PHP Composer REST API SMS Gateway

Project Details

  • Date

    September 2023

  • Technologies

    PHP, Composer, REST API, SMS Gateway

  • Status

    Published

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.

Related Projects