{"id":19693902,"url":"https://github.com/lemoncloud-io/lemon-cosmatch-php","last_synced_at":"2026-03-05T10:02:13.192Z","repository":{"id":98765089,"uuid":"123458824","full_name":"lemoncloud-io/lemon-cosmatch-php","owner":"lemoncloud-io","description":"API Information about lemon-cosmatch-api with PHP sample","archived":false,"fork":false,"pushed_at":"2018-03-05T14:44:16.000Z","size":1298,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-27T12:10:06.328Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lemoncloud-io.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-03-01T16:08:19.000Z","updated_at":"2018-03-01T16:08:19.000Z","dependencies_parsed_at":"2023-03-16T16:32:03.456Z","dependency_job_id":null,"html_url":"https://github.com/lemoncloud-io/lemon-cosmatch-php","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lemoncloud-io/lemon-cosmatch-php","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lemoncloud-io%2Flemon-cosmatch-php","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lemoncloud-io%2Flemon-cosmatch-php/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lemoncloud-io%2Flemon-cosmatch-php/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lemoncloud-io%2Flemon-cosmatch-php/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lemoncloud-io","download_url":"https://codeload.github.com/lemoncloud-io/lemon-cosmatch-php/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lemoncloud-io%2Flemon-cosmatch-php/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30118932,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T09:35:22.236Z","status":"ssl_error","status_checked_at":"2026-03-05T09:35:20.028Z","response_time":93,"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":"2024-11-11T19:18:54.126Z","updated_at":"2026-03-05T10:02:13.185Z","avatar_url":"https://github.com/lemoncloud-io.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# lemon-cosmatch-php\nPHP Client to invoke lemon-cosmatch-api API\n\n\n## 설치\n\nAWS API 호출을 위해서는 SignatureV4를 통해서 호출해야는데, 이때 sdk를 이용하는게 편리함.\n\n### AWS SDK PHP.\n\n먼저 [aws-sdk-php](https://github.com/aws/aws-sdk-php)를 설치한다.\n\n자세한 내용은 [설치 안내](https://docs.aws.amazon.com/aws-sdk-php/v3/guide/getting-started/installation.html)를 참고.\n\n```bash\n# composer 설치\n$ curl -sS https://getcomposer.org/installer | php\n\n# composer를 통한 sdk설치\n$ php composer.phar require aws/aws-sdk-php\n```\n\n!또는 zip 파일을 다운로드해서 이용 가능하니 참고. [installing-via-zip](https://docs.aws.amazon.com/aws-sdk-php/v3/guide/getting-started/installation.html#installing-via-zip)\n\n\n### 인증키 설정.\n\n실행시 필요한, AWS 인증키(access_key/secret_key)는 실행 환경 변수를 통해 설정한다.\n\nMac/Linux\n\n```bash\n$ export ACCESS_KEY=AKIAJ4GJA3CJNAVCJ4RQ\n$ export SECRET_KEY=\u003cget key from request\u003e\n```\n\nWindows \n\n```bash\n$ set ACCESS_KEY=AKIAJ4GJA3CJNAVCJ4RQ\n$ set SECRET_KEY=\u003cget key from request\u003e\n```\n\n------------------------------------------------------------------------------------\n\n## 샘플 실행하기\n\n인증키를 환경변수에 설정한 다음에, 콘솔에서 다음의 명령어로 실행가능함.\n\n```bash\n# run sample.\n$ php sample/call-api-get.php\n\n# 결과 값이 json형태로 되어있으며, json_decode()통해서 이후 처리 가능.\n```\n\n\n------------------------------------------------------------------------------------\n\n# API 정보\n\nlemon-cosmatch-api 를 통해서 서비스하는 API의 내용.\n\n## `/ingredient` API\n\n첨가물 정보 관리\n\n\n## `/good` API\n\n화장품 상품 정보 관리\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flemoncloud-io%2Flemon-cosmatch-php","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flemoncloud-io%2Flemon-cosmatch-php","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flemoncloud-io%2Flemon-cosmatch-php/lists"}