mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
| .. | ||
| app/Nurigo | ||
| examples | ||
| .gitignore | ||
| bootstrap.php | ||
| composer.json | ||
| composer.lock | ||
| README.md | ||
Coolsms PHP SDK
Send Message & Alimtalk using PHP and REST API.
Installation
-
The recommended way to install Coolsms PHP SDK is through composer:
$ composer require coolsms/php-sdk -
Package install url ( source code & examples ) : http://www.coolsms.co.kr/download/3130218
-
Github : https://github.com/coolsms/php-sdk
Requirements
- PHP 5.5 or greater
- Composer
- PHP CURL extension
- PHP JSON extension
Usage
Look at the 'http://www.coolsms.co.kr/PHP_SDK_Example'.