{"id":20302963,"url":"https://github.com/prawee/yii2-gae-api","last_synced_at":"2025-08-31T20:07:22.804Z","repository":{"id":57044307,"uuid":"107592327","full_name":"prawee/yii2-gae-api","owner":"prawee","description":"Create RESTful for deploy on Google App Engine with Yii2","archived":false,"fork":false,"pushed_at":"2022-03-25T07:35:25.000Z","size":31,"stargazers_count":5,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-11T14:08:07.696Z","etag":null,"topics":["appengine","appengine-php","gae","google","restful-api","standard","standard-environment","webservice","yii2","yii2-gae-api"],"latest_commit_sha":null,"homepage":"https://github.com/prawee","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/prawee.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-10-19T19:59:15.000Z","updated_at":"2025-04-02T11:30:50.000Z","dependencies_parsed_at":"2022-08-24T04:11:15.421Z","dependency_job_id":null,"html_url":"https://github.com/prawee/yii2-gae-api","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/prawee/yii2-gae-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prawee%2Fyii2-gae-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prawee%2Fyii2-gae-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prawee%2Fyii2-gae-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prawee%2Fyii2-gae-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/prawee","download_url":"https://codeload.github.com/prawee/yii2-gae-api/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prawee%2Fyii2-gae-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273032934,"owners_count":25034067,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-31T02:00:09.071Z","response_time":79,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["appengine","appengine-php","gae","google","restful-api","standard","standard-environment","webservice","yii2","yii2-gae-api"],"created_at":"2024-11-14T16:34:57.337Z","updated_at":"2025-08-31T20:07:22.761Z","avatar_url":"https://github.com/prawee.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Yii2 API with Google App Engine\nCreate RESTFul for deploy on Google App Engine \u003cb\u003e(Standard Environment)\u003c/b\u003e with Yii2\n\n### Support\n1. response both xml and json format\n2. make versioning\n3. using .env file between server and local\n4. using memcache via  app-engine\n\n### Installation\n```bash\ngit clone https://github.com/prawee/yii2-gae-api\ncd yii2-gae-api\ncomposer install\n```\n\n### Configuration\nUpdate environment variable for your local\n```bash\ncp .env.dist .env\n```\n\nUpdate environment variable for your GAE\n```bash\ncp app.yaml.dist app.yaml\ncp cron.yaml.dist cron.yaml\n```\nUpdate configure on your local\n```bash\ncp config/main-local.php.dist config/main-local.php\n```\n\n### Running\nlocalhost\n```bash\nphp -S localhost:8080 -t public\n```\n\nlocalhost with google app engine\n```bash\ndev_appserver.py app.yaml\n```\n\n### Look\n```bash\n# local\nGET localhost:8080/requirements.php\nGET localhost:8080/site\nGET localhost:8080/v1/users\n```\n\n```bash\n# gae\nGET https://\u003cproject-id\u003e.appspot.com/requirements.php\nGET https://\u003cproject-id\u003e.appspot.com/site\nGET https://\u003cproject-id\u003e.appspot.com/v1/users\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprawee%2Fyii2-gae-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprawee%2Fyii2-gae-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprawee%2Fyii2-gae-api/lists"}