{"id":36318728,"url":"https://github.com/solapi/solapi-php","last_synced_at":"2026-05-11T02:29:18.011Z","repository":{"id":37311326,"uuid":"291912719","full_name":"solapi/solapi-php","owner":"solapi","description":"SOLAPI SDK for PHP","archived":false,"fork":false,"pushed_at":"2025-07-14T08:37:29.000Z","size":198,"stargazers_count":2,"open_issues_count":0,"forks_count":4,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-08-19T03:32:42.353Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/solapi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-09-01T06:13:55.000Z","updated_at":"2025-07-14T08:36:14.000Z","dependencies_parsed_at":"2023-01-20T22:47:44.910Z","dependency_job_id":null,"html_url":"https://github.com/solapi/solapi-php","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/solapi/solapi-php","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solapi%2Fsolapi-php","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solapi%2Fsolapi-php/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solapi%2Fsolapi-php/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solapi%2Fsolapi-php/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/solapi","download_url":"https://codeload.github.com/solapi/solapi-php/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solapi%2Fsolapi-php/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28301817,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-11T11:18:18.743Z","status":"ssl_error","status_checked_at":"2026-01-11T11:07:56.842Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-01-11T11:43:11.686Z","updated_at":"2026-05-11T02:29:18.003Z","avatar_url":"https://github.com/solapi.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SOLAPI SDK for PHP\n\nYou can send text messages(SMS, LMS, MMS), Kakao friendtalk(include notification friendtalk) in Korea using this\npackage.  \nThis package is 100% compatible with SOLAPI family services (Purple Book, Nurigo, etc.).\n\n## Requirements\n\n- PHP 7.1 or higher\n- `ext-json` extension\n- `allow_url_fopen` enabled in php.ini (for the default HTTP client)\n\n\u003e **Note:** If `allow_url_fopen` is disabled in your environment (common in shared hosting), you can inject a custom PSR-18 HTTP client (e.g., Guzzle) via the `Fetcher` constructor or `getInstance()` method.\n\n## Installing\n\nTo use the SDK, simply use Composer. Type the following into a terminal window.\n\n```bash\ncomposer require solapi/sdk\n```\n\n## Usage\n\nExamples live in `examples/` and are self-contained CLI scripts that load the root autoloader.\n\nRun an example:\n\n```bash\nphp examples/send_sms.php\n```\n\nEach example contains placeholders like `ENTER_YOUR_API_KEY` and `ENTER_YOUR_API_SECRET`.\nReplace those values before running.\nImage assets used by some examples are in `examples/images/`.\n\n**Examples**\nInquiry:\n- `examples/get_balance.php` — get account balance\n- `examples/get_messages.php` — query message list with filters\n- `examples/get_statistics.php` — get message statistics\n\nSMS / LMS / MMS:\n- `examples/send_sms.php` — send SMS (auto-upgrades to LMS by length)\n- `examples/send_lms.php` — send LMS\n- `examples/send_mms.php` — send MMS with image\n- `examples/send_overseas_sms.php` — send overseas SMS\n\nVoice:\n- `examples/send_voice_message.php` — send voice message\n\nKakao Alimtalk:\n- `examples/send_alimtalk.php` — send Alimtalk\n\nKakao Brand Message (BMS):\n- `examples/send_brand_message.php` — send Brand Message\n- `examples/send_bms_free_text.php` — BMS FREE TEXT\n- `examples/send_bms_free_image.php` — BMS FREE IMAGE\n- `examples/send_bms_free_commerce.php` — BMS FREE COMMERCE\n- `examples/send_bms_free_carousel_feed.php` — BMS FREE CAROUSEL_FEED\n- `examples/send_bms_free_premium_video.php` — BMS FREE PREMIUM_VIDEO\n- `examples/send_bms_free_wide_item_list.php` — BMS FREE WIDE_ITEM_LIST\n\n## Opening Issues\n\nIf you encounter a bug with the SOLAPI SDK for PHP we would like to hear about it.  \nSearch the [existing issues](https://github.com/solapi/solapi-php/issues) and try to make sure your problem doesn’t\nalready exist before opening a new issue, It’s helpful if you include the version of the SDK you are using.  \nPlease include a stack trace and reduced repro case when appropriate, too.\n\n## License\n\nLicensed under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsolapi%2Fsolapi-php","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsolapi%2Fsolapi-php","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsolapi%2Fsolapi-php/lists"}