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

Latest commit

 

History

11 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

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

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages