Skip to content
This repository was archived by the owner on Aug 25, 2020. It is now read-only.

LidskaSila/SmsManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SmsManager PHP Library

Downloads this Month

Library for PHP that can send SMS via SmsManager.cz gateway. (not all API methods are implemented for now)

Requirements

LidskaSila/SmsManager requires PHP 7.0 or higher.

Installation

$ composer require lidskasila/sms-manager

Usage

Pass Sms object to SmsManager sendSms() method. Sms object should include all data like message, message type, receipients or sender.

Usage with Nette

Register it as a service, then you can autowire it.

smsManager:
    class: LidskaSila\SmsManager\SmsManager
    setup:
        - setAuth(%smsManager.username%, %smsManager.token%)

About

PHP library for sending SMS via SmsManager.cz [ABANDONED] Use https://github.com/simPod/SMSManager

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages