Download the PHP package danaketh/sms-manager without Composer
On this page you can find all versions of the php package danaketh/sms-manager. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download danaketh/sms-manager
More information about danaketh/sms-manager
Files in danaketh/sms-manager
Download danaketh/sms-manager
More information about danaketh/sms-manager
Files in danaketh/sms-manager
Vendor danaketh
Package sms-manager
Short Description PHP library for sending SMS via SmsManager.cz
License MIT
Package sms-manager
Short Description PHP library for sending SMS via SmsManager.cz
License MIT
Keywords smssmsmanager
Please rate this library. Is it a good library?
Informations about the package sms-manager
PHP Client for SmsManager.cz
Library for PHP that can send SMS messages via SmsManager.cz gateway. PHP8 fork of SMSManager. (not all API methods are implemented for now)
Installation
Usage
Use SmsManager
interface in your code, eg.:
and alias SMSManager to ApiSmsManager
for your production usage.
Example with Symfony:
To send message, create new SmsMessage
:
Third parameter of SmsMessage
is RequestType that is represented by RequestType
class. Eg. low request type is instantiated with RequestType::getRequestTypeLow()
.
All versions of sms-manager with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.4 | ^8
ext-dom Version *
ext-libxml Version *
ext-simplexml Version *
beberlei/assert Version ^3.1
guzzlehttp/guzzle Version ^7.5
ext-dom Version *
ext-libxml Version *
ext-simplexml Version *
beberlei/assert Version ^3.1
guzzlehttp/guzzle Version ^7.5
The package danaketh/sms-manager contains the following files
Loading the files please wait ....