Download the PHP package simpod/sms-manager without Composer
On this page you can find all versions of the php package simpod/sms-manager. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download simpod/sms-manager
More information about simpod/sms-manager
Files in simpod/sms-manager
Download simpod/sms-manager
More information about simpod/sms-manager
Files in simpod/sms-manager
Vendor simpod
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. (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.2
ext-dom Version *
ext-simplexml Version *
beberlei/assert Version ^3.1
consistence/consistence Version ^1.0 | ^2.0
guzzlehttp/guzzle Version ^6.0
ext-dom Version *
ext-simplexml Version *
beberlei/assert Version ^3.1
consistence/consistence Version ^1.0 | ^2.0
guzzlehttp/guzzle Version ^6.0
The package simpod/sms-manager contains the following files
Loading the files please wait ....