{"id":29017860,"url":"https://github.com/cakephp/api-app","last_synced_at":"2025-06-25T23:07:17.086Z","repository":{"id":250984276,"uuid":"836051151","full_name":"cakephp/api-app","owner":"cakephp","description":"An API focused application skeleton","archived":false,"fork":false,"pushed_at":"2024-07-31T04:19:21.000Z","size":376,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-07-31T06:20:42.372Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cakephp.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-31T04:16:59.000Z","updated_at":"2024-07-31T06:20:48.544Z","dependencies_parsed_at":"2024-07-31T06:30:45.959Z","dependency_job_id":null,"html_url":"https://github.com/cakephp/api-app","commit_stats":null,"previous_names":["cakephp/api-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cakephp/api-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cakephp%2Fapi-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cakephp%2Fapi-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cakephp%2Fapi-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cakephp%2Fapi-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cakephp","download_url":"https://codeload.github.com/cakephp/api-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cakephp%2Fapi-app/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261967132,"owners_count":23237663,"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","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":"2025-06-25T23:07:16.364Z","updated_at":"2025-06-25T23:07:17.059Z","avatar_url":"https://github.com/cakephp.png","language":"PHP","readme":"# CakePHP API Application Skeleton\n\n![Build Status](https://github.com/cakephp/app/actions/workflows/ci.yml/badge.svg?branch=master)\n[![Total Downloads](https://img.shields.io/packagist/dt/cakephp/app.svg?style=flat-square)](https://packagist.org/packages/cakephp/app)\n[![PHPStan](https://img.shields.io/badge/PHPStan-level%207-brightgreen.svg?style=flat-square)](https://github.com/phpstan/phpstan)\n\n:warning: This repository is not ready for consumption :warning:\n\nA skeleton for creating API focused applications with [CakePHP](https://cakephp.org) 5.x.\nThis application comes with the following customizations:\n\n- JSON output is enabled. HTML rendering is discouraged.\n- HTML focused middleware is not included. Sessions, CSRF, and secure cookies are not\n  included.\n- Simpler Route configuration\n\nThe framework source code can be found here: [cakephp/cakephp](https://github.com/cakephp/cakephp).\n\n## Installation\n\n1. Download [Composer](https://getcomposer.org/doc/00-intro.md) or update `composer self-update`.\n2. Run `php composer.phar create-project --prefer-dist cakephp/api-app [app_name]`.\n\nIf Composer is installed globally, run\n\n```bash\ncomposer create-project --prefer-dist cakephp/api-app\n```\n\nIn case you want to use a custom app dir name (e.g. `/myapp/`):\n\n```bash\ncomposer create-project --prefer-dist cakephp/api-app myapp\n```\n\nYou can now either use your machine's webserver to view the default home page, or start\nup the built-in webserver with:\n\n```bash\nbin/cake server -p 8765\n```\n\nThen visit `http://localhost:8765` to see the welcome page.\n\n## Update\n\nSince this skeleton is a starting point for your application and various files\nwould have been modified as per your needs, there isn't a way to provide\nautomated upgrades, so you have to do any updates manually.\n\n## Configuration\n\nRead and edit the environment specific `config/app_local.php` and set up the\n`'Datasources'` and any other configuration relevant for your application.\nOther environment agnostic settings can be changed in `config/app.php`.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcakephp%2Fapi-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcakephp%2Fapi-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcakephp%2Fapi-app/lists"}