mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
24 lines
556 B
JSON
24 lines
556 B
JSON
{
|
|
"name": "coolsms/php-sdk",
|
|
"description": "Send message using PHP and RestAPI[TEST]",
|
|
"type": "library",
|
|
"keywords": ["coolsms", "nurigo", "sms", "message", "messages", "cool", "textmessage", "mobile", "cellphone", "phone", "mms", "lms", "global"],
|
|
"license": "MIT",
|
|
"homepage": "http://coolsms.co.kr",
|
|
"authors": [
|
|
{
|
|
"name": "nurigo",
|
|
"email": "contact@nurigo.net",
|
|
"homepage": "http://coolsms.co.kr",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.5.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Nurigo\\": "app/Nurigo"
|
|
}
|
|
}
|
|
}
|