{"id":29017872,"url":"https://github.com/cakephp/repl","last_synced_at":"2025-06-25T23:07:19.903Z","repository":{"id":46611646,"uuid":"258076229","full_name":"cakephp/repl","owner":"cakephp","description":"Console tools for a REPL interface for CakePHP applications","archived":false,"fork":false,"pushed_at":"2023-09-10T04:21:13.000Z","size":41,"stargazers_count":6,"open_issues_count":1,"forks_count":2,"subscribers_count":18,"default_branch":"master","last_synced_at":"2025-05-26T07:21:53.798Z","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":"mit","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":"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-04-23T02:43:22.000Z","updated_at":"2024-04-04T04:10:01.000Z","dependencies_parsed_at":"2024-06-19T01:43:02.649Z","dependency_job_id":null,"html_url":"https://github.com/cakephp/repl","commit_stats":{"total_commits":16,"total_committers":7,"mean_commits":"2.2857142857142856","dds":0.625,"last_synced_commit":"6790873a9d1e93dcd4a5860bc5afe404b77c652c"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/cakephp/repl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cakephp%2Frepl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cakephp%2Frepl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cakephp%2Frepl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cakephp%2Frepl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cakephp","download_url":"https://codeload.github.com/cakephp/repl/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cakephp%2Frepl/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:17.470Z","updated_at":"2025-06-25T23:07:19.895Z","avatar_url":"https://github.com/cakephp.png","language":"PHP","readme":"# REPL plugin for CakePHP\n\n![Build Status](https://github.com/cakephp/repl/actions/workflows/ci.yml/badge.svg?branch=master)\n[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.txt)\n[![Total Downloads](https://img.shields.io/packagist/dt/cakephp/repl.svg?style=flat-square)](https://packagist.org/packages/cakephp/repl)\n\nThis is a REPL plugin for CakePHP 4. It provides an interactive command\nprompt that lets you interact with and inspect objects in your application.\n\nIt also provides several global functions to make debugging and interactive\nsessions simpler.\n\n## Installation\n\nYou can install this plugin into your CakePHP application using [Composer](https://getcomposer.org).\n\nRun the following command\n```sh\ncomposer require --dev cakephp/repl\n```\n\n## Configuration\n\nLoad the plugin by adding the following statement to `Application::bootstrapCli()`\nmethod in the **src/Application.php** file of your application:\n\n```php\nif (Configure::read('debug')) {\n    $this-\u003eaddPlugin('Cake/Repl');\n}\n```\n\nMake sure to use either \"debug mode\" check to load it, or wrap it in a try/catch block.\nOtherwise it will also try to load in production, where the require-dev plugins are not available and shouldn't be.\n\n## Documentation\n\nFull documentation of the plugin can be found on the [CakePHP Cookbook](https://book.cakephp.org/4/en/console-commands/repl.html).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcakephp%2Frepl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcakephp%2Frepl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcakephp%2Frepl/lists"}