Skip to content

Commit a136193

Browse files
Merge pull request #19 from Palbahngmiyine/master
Add README.md
2 parents 6fc09c0 + e759949 commit a136193

1 file changed

Lines changed: 30 additions & 0 deletions

File tree

README.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# SOLAPI SDK for PHP
2+
3+
You can send text messages(SMS, LMS, MMS), Kakao friendtalk(include notification friendtalk) in Korea using this
4+
package.
5+
This package is 100% compatible with SOLAPI family services (Purple Book, Nurigo, etc.).
6+
7+
## Installing
8+
9+
To use the SDK, simply use npm package manager CLI. Type the following into a terminal window.
10+
11+
```bash
12+
composer require solapi/sdk
13+
```
14+
15+
## Usage
16+
17+
See [examples repository](https://github.com/solapi/solapi-php-examples)
18+
19+
[//]: # (TODO: Need to add next solapi document link)
20+
21+
## Opening Issues
22+
23+
If you encounter a bug with the SOLAPI SDK for PHP we would like to hear about it.
24+
Search the [existing issues](https://github.com/solapi/solapi-php/issues) and try to make sure your problem doesn’t
25+
already exist before opening a new issue, It’s helpful if you include the version of the SDK you are using.
26+
Please include a stack trace and reduced repro case when appropriate, too.
27+
28+
## License
29+
30+
Licensed under the MIT License.

0 commit comments

Comments
 (0)