firmin/php_sms

easily send sms to phone numbers with your php application

dev-master 2020-05-09 13:58 UTC

This package is auto-updated.

Last update: 2024-04-09 23:31:48 UTC


README

this library help to save your time if you want send sms in your php application.

Installation

with composer

composer install firminapp/phpsms

without composer

Usage

in any file of your project you want to send sms:

    use firminapp/smsphp



    $response=Smsphp->send(your_api_key, $phone_to_send,sms_title,message_tosend);

with composer

without composer

Version

links