Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/baraja-core/sms-sluzba-sender
Send SMS by sms-sluzba.cz
https://github.com/baraja-core/sms-sluzba-sender
sms sms-sender sms-sluzba
Last synced: 8 days ago
JSON representation
Send SMS by sms-sluzba.cz
- Host: GitHub
- URL: https://github.com/baraja-core/sms-sluzba-sender
- Owner: baraja-core
- License: mit
- Created: 2020-06-06T14:20:03.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-08T13:41:12.000Z (over 2 years ago)
- Last Synced: 2024-11-06T21:12:09.449Z (about 2 months ago)
- Topics: sms, sms-sender, sms-sluzba
- Language: PHP
- Homepage: https://php.baraja.cz
- Size: 27.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
SMS Sender
==========![Integrity check](https://github.com/baraja-core/sms-sluzba-sender/workflows/Integrity%20check/badge.svg)
Smart and simple SMS Sender by https://sms-sluzba.cz.
📦 Installation
---------------It's best to use [Composer](https://getcomposer.org) for installation, and you can also find the package on
[Packagist](https://packagist.org/packages/baraja-core/sms-sluzba-sender) and
[GitHub](https://github.com/baraja-core/sms-sluzba-sender).To install, simply use the command:
```shell
$ composer require baraja-core/sms-sluzba-sender
```You can use the package manually by creating an instance of the internal classes, or register a DIC extension to link the services directly to the Nette Framework.
📄 License
-----------`baraja-core/sms-sluzba-sender` is licensed under the MIT license. See the [LICENSE](https://github.com/baraja-core/template/blob/master/LICENSE) file for more details.