Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/namshi/smscountry
PHP library to send SMS messages through SMSCountry.
https://github.com/namshi/smscountry
Last synced: 1 day ago
JSON representation
PHP library to send SMS messages through SMSCountry.
- Host: GitHub
- URL: https://github.com/namshi/smscountry
- Owner: namshi
- Created: 2013-12-11T14:52:37.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2023-03-01T12:39:27.000Z (over 1 year ago)
- Last Synced: 2024-09-19T12:48:31.444Z (about 2 months ago)
- Language: PHP
- Size: 198 KB
- Stars: 3
- Watchers: 16
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NAMSHI | SMSCountry
[![Build Status](https://travis-ci.org/namshi/smscountry.svg?branch=master)](https://travis-ci.org/namshi/smscountry)This small library provides support for sending Sms messages via SMSCountry
## Installation
Installation can be done via composer, as the
library is already on [packagist](https://packagist.org/packages/namshi/smscountry).The library uses semantic versioning for its API,
so it is recommended to use a stable minor version
(1.0, 1.1, etc.) and stick to it when declaring dependencies
through composer:```
"namshi/smscountry": "1.0.*",
```Pick major and minor version according to your needs.
## Usage
Using this library is super easy:
``` php
sendSms($phoneNumber, $body);```