Add CoolSMS PHP SDK, and update Composer dependencies

This commit is contained in:
Kijin Sung 2016-11-03 20:19:28 +09:00
parent 40c43e8fa0
commit c719fc0500
242 changed files with 3487 additions and 28983 deletions

26
vendor/coolsms/php-sdk/README.md vendored Normal file
View file

@ -0,0 +1,26 @@
# Coolsms PHP SDK
Send Message & Alimtalk using PHP and REST API.
## Installation
- The recommended way to install Coolsms PHP SDK is through composer:
```bash
$ 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'.