{"id":20081547,"url":"https://github.com/mixerapi/bake","last_synced_at":"2026-03-02T18:02:14.739Z","repository":{"id":56197579,"uuid":"285930793","full_name":"mixerapi/bake","owner":"mixerapi","description":"A bake template for RESTful CakePHP controllers. [READ-ONLY]","archived":false,"fork":false,"pushed_at":"2024-03-25T23:50:20.000Z","size":39,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-19T15:52:50.141Z","etag":null,"topics":["bake-template","cakephp","php","rest","rest-api","restful","restful-api"],"latest_commit_sha":null,"homepage":"https://mixerapi.com/plugins/bake","language":"PHP","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mixerapi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2020-08-07T22:23:49.000Z","updated_at":"2024-03-03T07:16:58.000Z","dependencies_parsed_at":"2024-11-13T15:44:08.056Z","dependency_job_id":"ce21bb47-9f62-412b-afae-ef1d97494a0f","html_url":"https://github.com/mixerapi/bake","commit_stats":{"total_commits":12,"total_committers":1,"mean_commits":12.0,"dds":0.0,"last_synced_commit":"a6a39d175934757ec2b10e4409a71dd9e8c5e5f8"},"previous_names":[],"tags_count":27,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mixerapi%2Fbake","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mixerapi%2Fbake/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mixerapi%2Fbake/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mixerapi%2Fbake/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mixerapi","download_url":"https://codeload.github.com/mixerapi/bake/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252598277,"owners_count":21774231,"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":["bake-template","cakephp","php","rest","rest-api","restful","restful-api"],"created_at":"2024-11-13T15:39:26.063Z","updated_at":"2026-03-02T18:02:09.696Z","avatar_url":"https://github.com/mixerapi.png","language":"PHP","readme":"# MixerAPI Bake\n\n[![Latest Version on Packagist](https://img.shields.io/packagist/v/mixerapi/bake.svg?style=flat-square)](https://packagist.org/packages/mixerapi/bake)\n[![Build](https://github.com/mixerapi/mixerapi-dev/workflows/Build/badge.svg?branch=master)](https://github.com/mixerapi/mixerapi-dev/actions?query=workflow%3ABuild)\n[![Coverage Status](https://coveralls.io/repos/github/mixerapi/mixerapi-dev/badge.svg?branch=master)](https://coveralls.io/github/mixerapi/mixerapi-dev?branch=master)\n[![MixerApi](https://mixerapi.com/assets/img/mixer-api-red.svg)](http://mixerapi.com)\n[![CakePHP](https://img.shields.io/badge/cakephp-^4.2-red?logo=cakephp)](https://book.cakephp.org/4/en/index.html)\n[![Minimum PHP Version](https://img.shields.io/badge/php-%3E%3D%208.0-8892BF.svg?logo=php)](https://php.net/)\n\nBake RESTful CakePHP controllers in seconds with this API focused bake template. Read more at\n[MixerAPI.com](https://mixerapi.com).\n\n## Installation\n\n!!! note \"\"\n    You can skip this step if MixerAPI is installed.\n\n```console\ncomposer require mixerapi/bake\nbin/cake plugin load MixerApi/Bake\n```\n\nAlternatively after composer installing you can manually load the plugin in your Application:\n\n```php\n# src/Application.php\npublic function bootstrap(): void\n{\n    // other logic...\n    $this-\u003eaddPlugin('MixerApi/Bake');\n}\n```\n\n## Usage\n\nMixerApi/Bake will automatically detect the following plugins and adjust the bake output accordingly:\n\n- [MixerApi/Crud](https://github.com/mixerapi/crud)\n- [MixerApi/ExceptionRender](https://github.com/mixerapi/exception-render)\n- [SwaggerBake](https://github.com/cnizzardini/cakephp-swagger-bake)\n\nAdd `--theme MixerApi/Bake` to your bake commands.\n\nBake all your controllers:\n\n```console\nbin/cake bake controller all --theme MixerApi/Bake\n```\n\nBake a single controller:\n\n```console\nbin/cake bake controller {ControllerName} --theme MixerApi/Bake\n```\n\nBake everything (theme only impacts controllers):\n\n```console\nbin/cake bake all --everything --theme MixerApi/Bake\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmixerapi%2Fbake","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmixerapi%2Fbake","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmixerapi%2Fbake/lists"}