{"id":36992699,"url":"https://github.com/kuredev/qiita-php-wrapper","last_synced_at":"2026-01-13T23:44:52.409Z","repository":{"id":43119145,"uuid":"109587558","full_name":"kuredev/qiita-php-wrapper","owner":"kuredev","description":"PHP Wrapper for Qiita APIv2","archived":false,"fork":false,"pushed_at":"2022-03-17T11:15:18.000Z","size":9,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-09-25T22:59:48.381Z","etag":null,"topics":["php-wrapper","qiita-apiv2"],"latest_commit_sha":null,"homepage":"","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/kuredev.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":"2017-11-05T14:41:23.000Z","updated_at":"2017-11-06T15:10:21.000Z","dependencies_parsed_at":"2022-09-07T19:41:29.576Z","dependency_job_id":null,"html_url":"https://github.com/kuredev/qiita-php-wrapper","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/kuredev/qiita-php-wrapper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kuredev%2Fqiita-php-wrapper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kuredev%2Fqiita-php-wrapper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kuredev%2Fqiita-php-wrapper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kuredev%2Fqiita-php-wrapper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kuredev","download_url":"https://codeload.github.com/kuredev/qiita-php-wrapper/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kuredev%2Fqiita-php-wrapper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28405237,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-13T21:51:37.118Z","status":"ssl_error","status_checked_at":"2026-01-13T21:45:14.585Z","response_time":56,"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":["php-wrapper","qiita-apiv2"],"created_at":"2026-01-13T23:44:52.242Z","updated_at":"2026-01-13T23:44:52.400Z","avatar_url":"https://github.com/kuredev.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Description\n\nPHP Wrapper for Qiita APIv2\n\n# Requirement\n\npalanik/wrapi: \"*\",    \nphp: \"\u003e=7.0.0\"\n\n# Install\n```\ncomposer require kuredev/qiita-php-wrapper\n```\n\n# Usage\n\n```\n\u003c?php\nrequire 'vendor/autoload.php';\n$accessToken = \"xxxxxxxxxxxxxx\";\n\ntry{\n    $qiita = new \\Kuredev\\Qiita($accessToken);\n\n    //sample code\n    var_dump($qiita-\u003eget-\u003eusers());\n    $arr = array();\n    var_dump($qiita-\u003eput-\u003euserFollowing(\"kure\", json_encode($arr)));\n    var_dump($qiita-\u003eget-\u003etagsItem(\"api\"));\n    $comment = array(\"body\" =\u003e \"testtest2\");\n    var_dump($qiita-\u003epost-\u003ecomment(\"xxxxx\", json_encode($comment)));\n}catch(Exception $e){\n    var_dump($e-\u003egetMessage());\n}\n\n```\n\n# Reference\n\nSee src/api.json\n\n# License\nMIT\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkuredev%2Fqiita-php-wrapper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkuredev%2Fqiita-php-wrapper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkuredev%2Fqiita-php-wrapper/lists"}