{"id":29017840,"url":"https://github.com/cakephp/core","last_synced_at":"2025-06-25T23:07:08.382Z","repository":{"id":20605687,"uuid":"23886712","full_name":"cakephp/core","owner":"cakephp","description":"[READ-ONLY] CakePHP Framework Core Classes.  This repo is a split of the main code that can be found in https://github.com/cakephp/cakephp","archived":false,"fork":false,"pushed_at":"2025-06-21T03:33:36.000Z","size":17433,"stargazers_count":60,"open_issues_count":0,"forks_count":6,"subscribers_count":24,"default_branch":"master","last_synced_at":"2025-06-21T04:29:35.459Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/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,"zenodo":null}},"created_at":"2014-09-10T18:29:04.000Z","updated_at":"2025-05-19T08:15:32.000Z","dependencies_parsed_at":"2023-01-13T21:03:12.487Z","dependency_job_id":"c30a7efe-e60c-4abf-b13a-d2b4b9411ddc","html_url":"https://github.com/cakephp/core","commit_stats":{"total_commits":629,"total_committers":60,"mean_commits":"10.483333333333333","dds":0.7329093799682035,"last_synced_commit":"bed4b6f09550909beea5440627d5a6ff85fb1934"},"previous_names":[],"tags_count":307,"template":false,"template_full_name":null,"purl":"pkg:github/cakephp/core","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cakephp%2Fcore","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cakephp%2Fcore/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cakephp%2Fcore/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cakephp%2Fcore/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cakephp","download_url":"https://codeload.github.com/cakephp/core/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cakephp%2Fcore/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:07.264Z","updated_at":"2025-06-25T23:07:08.354Z","avatar_url":"https://github.com/cakephp.png","language":"PHP","readme":"[![Total Downloads](https://img.shields.io/packagist/dt/cakephp/core.svg?style=flat-square)](https://packagist.org/packages/cakephp/core)\n[![License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](LICENSE.txt)\n\n# CakePHP Core Classes\n\nA set of classes used for configuration files reading and storing.\nThis repository contains the classes that are used as glue for creating the CakePHP framework.\n\n## Usage\n\nYou can use the `Configure` class to store arbitrary configuration data:\n\n```php\nuse Cake\\Core\\Configure;\nuse Cake\\Core\\Configure\\Engine\\PhpConfig;\n\nConfigure::write('Company.name','Pizza, Inc.');\nConfigure::read('Company.name'); // Returns: 'Pizza, Inc.'\n```\n\nIt also possible to load configuration from external files:\n\n```php\nConfigure::config('default', new PhpConfig('/path/to/config/folder'));\nConfigure::load('app', 'default', false);\nConfigure::load('other_config', 'default');\n```\n\nAnd write the configuration back into files:\n\n```php\nConfigure::dump('my_config', 'default');\n```\n\n## Documentation\n\nPlease make sure you check the [official documentation](https://book.cakephp.org/4/en/development/configuration.html)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcakephp%2Fcore","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcakephp%2Fcore","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcakephp%2Fcore/lists"}