{"id":15159636,"url":"https://github.com/cable8mm/bigkinds-php-client","last_synced_at":"2026-01-21T15:32:39.472Z","repository":{"id":38150973,"uuid":"200199890","full_name":"cable8mm/bigkinds-php-client","owner":"cable8mm","description":"Unofficial Simple Bigkinds Php Client","archived":false,"fork":false,"pushed_at":"2024-03-09T13:43:16.000Z","size":207,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-24T20:02:44.684Z","etag":null,"topics":["apache2-license","bigkinds","bigkinds-php-client","php","phpunit","psr-18","psr-4","psr-7","rest-api"],"latest_commit_sha":null,"homepage":"https://www.palgle.com/bigkinds-php-client/","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/cable8mm.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2019-08-02T08:46:17.000Z","updated_at":"2024-03-11T04:08:17.000Z","dependencies_parsed_at":"2022-08-19T02:22:52.211Z","dependency_job_id":"a9976157-256e-466c-b816-d3a729104f15","html_url":"https://github.com/cable8mm/bigkinds-php-client","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/cable8mm/bigkinds-php-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cable8mm%2Fbigkinds-php-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cable8mm%2Fbigkinds-php-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cable8mm%2Fbigkinds-php-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cable8mm%2Fbigkinds-php-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cable8mm","download_url":"https://codeload.github.com/cable8mm/bigkinds-php-client/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cable8mm%2Fbigkinds-php-client/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28635867,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T15:01:31.228Z","status":"ssl_error","status_checked_at":"2026-01-21T14:42:58.942Z","response_time":86,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["apache2-license","bigkinds","bigkinds-php-client","php","phpunit","psr-18","psr-4","psr-7","rest-api"],"created_at":"2024-09-26T21:41:02.987Z","updated_at":"2026-01-21T15:32:39.455Z","avatar_url":"https://github.com/cable8mm.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bigkinds Php Client\n\n[![code-style](https://github.com/cable8mm/bigkinds-php-client/actions/workflows/code-style.yml/badge.svg)](https://github.com/cable8mm/bigkinds-php-client/actions/workflows/code-style.yml)\n[![run-tests](https://github.com/cable8mm/bigkinds-php-client/actions/workflows/run-tests.yml/badge.svg)](https://github.com/cable8mm/bigkinds-php-client/actions/workflows/run-tests.yml)\n![Packagist Version](https://img.shields.io/packagist/v/cable8mm/bigkinds-php-client)\n![Packagist Downloads](https://img.shields.io/packagist/dt/cable8mm/bigkinds-php-client)\n![Packagist Dependency Version](https://img.shields.io/packagist/dependency-v/cable8mm/bigkinds-php-client/php)\n![Packagist Stars](https://img.shields.io/packagist/stars/cable8mm/bigkinds-php-client)\n![Packagist License](https://img.shields.io/packagist/l/cable8mm/bigkinds-php-client)\n\nThe Bigkinds PHP Client is a lightweight library for PHP. Using bigkinds-php-client makes code beautiful, elegant, and simple. It works with a Bigkinds Access Key, although this is optional.\n\nWe have provided the API Documentation on the web. For more information, please visit https://www.palgle.com/bigkinds-php-client/ ❤️\n\n## Install\n\n```sh\ncomposer require cable8mm/bigkinds-php-client\n```\n\n## Usage\n\n```php\nuse Cable8mm\\BigkindsPhpClient\\Bigkinds;\n\n$Bigkinds = new Bigkinds();\n$news = $Bigkinds-\u003erequest('news');\n```\n\nor\n\n```php\nuse Cable8mm\\BigkindsPhpClient\\Big;\n\n$news = \\Big::kinds('news') // facade class\n```\n\nIf you want to learn more about Bigkinds, visit https://www.bigkinds.or.kr/.\n\n## Formatting\n\n```bash\ncomposer lint\n# Modify all files to comply with the PSR-12.\n\ncomposer inspect\n# Inspect all files to ensure compliance with PSR-12.\n```\n\n## Test\n\n```sh\ncomposer test\n```\n\n## More Informations\n\n- The bigkinds-php-client follows the PSR standard.\n- The bigkinds-php-client is based on my another toy project - https://github.com/cable8mm/phpunit-start-kit\n\n## License\n\nThe Bigkinds PHP Client is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcable8mm%2Fbigkinds-php-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcable8mm%2Fbigkinds-php-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcable8mm%2Fbigkinds-php-client/lists"}