Download the PHP package orajo/sms-zilla without Composer
On this page you can find all versions of the php package orajo/sms-zilla. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package sms-zilla
SmsZilla
PHP library for sending SMS messages using various gateways. It's simple but flexible. Allows sending for more than one recipient at a time.
Currently supported gateways:
- SMSApi.pl,
- SmsCenter.pl,
- SerwerSms.pl,
- Infobip.com
- Clickatell
- SmsPlanet.pl
- Orange SMSOffnetNat
- Cisco EHWIC and 880G for 3.7G (HSPA+)/3.5G (HSPA) device,
- text files generator (for gateways which monitor shared folder,
- mock (dummy gateway for testing)
The library can be easily extended to support new gateways or integrated into your application, such as filtering of recipients based on consent to receiving SMS messages.
======
Installation
use composer
{
"require": {
"orajo/sms-zilla": "1.*"
}
}
or
php composer.phar require orajo/sms-zilla
Usage
See tests for more examples.
See https://github.com/Orajo/zf-sms-zilla if you need Laminas module for sending SMS. The module is based on this library.
Author
Jaroslaw Wasilewski [email protected].
License
All versions of sms-zilla with dependencies
arcturial/clickatell Version 3.*
smsapi.pl/php-client Version ^1.7
mlebkowski/mobitex Version 1.0.*
giggsey/libphonenumber-for-php Version 8.*
laminas/laminas-http Version 2.*
serwersms/serwersms-php-client Version 1.*
ext-json Version *