{"id":14987191,"url":"https://github.com/codeigniter4/settings","last_synced_at":"2025-05-16T03:05:16.847Z","repository":{"id":41883302,"uuid":"395198836","full_name":"codeigniter4/settings","owner":"codeigniter4","description":"Settings Library for CodeIgniter 4","archived":false,"fork":false,"pushed_at":"2025-02-19T15:01:30.000Z","size":907,"stargazers_count":89,"open_issues_count":2,"forks_count":23,"subscribers_count":20,"default_branch":"develop","last_synced_at":"2025-04-08T13:12:26.949Z","etag":null,"topics":["codeigniter4","config","settings"],"latest_commit_sha":null,"homepage":"https://settings.codeigniter.com","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/codeigniter4.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-08-12T04:56:12.000Z","updated_at":"2025-03-30T14:06:29.000Z","dependencies_parsed_at":"2023-02-10T02:00:59.417Z","dependency_job_id":"7d830638-ae08-40ae-a85c-a0dc526dc8bf","html_url":"https://github.com/codeigniter4/settings","commit_stats":{"total_commits":178,"total_committers":10,"mean_commits":17.8,"dds":0.6404494382022472,"last_synced_commit":"49eafc065a47f14046fc5984035341de79c3b85d"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeigniter4%2Fsettings","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeigniter4%2Fsettings/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeigniter4%2Fsettings/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeigniter4%2Fsettings/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codeigniter4","download_url":"https://codeload.github.com/codeigniter4/settings/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254459088,"owners_count":22074605,"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":["codeigniter4","config","settings"],"created_at":"2024-09-24T14:14:14.115Z","updated_at":"2025-05-16T03:05:11.830Z","avatar_url":"https://github.com/codeigniter4.png","language":"PHP","readme":"# CodeIgniter Settings\n\nThis project provides database storage and retrieval of application settings, with a fallback to the\nconfig classes for CodeIgniter 4 framework.\n\n[![](https://github.com/codeigniter4/settings/workflows/PHPUnit/badge.svg)](https://github.com/codeigniter4/settings/actions/workflows/test.yml)\n[![](https://github.com/codeigniter4/settings/workflows/PHPStan/badge.svg)](https://github.com/codeigniter4/settings/actions/workflows/analyze.yml)\n[![](https://github.com/codeigniter4/settings/workflows/Deptrac/badge.svg)](https://github.com/codeigniter4/settings/actions/workflows/inspect.yml)\n[![Coverage Status](https://coveralls.io/repos/github/codeigniter4/settings/badge.svg?branch=develop)](https://coveralls.io/github/codeigniter4/settings?branch=develop)\n\n![PHP](https://img.shields.io/badge/PHP-%5E8.1-blue)\n![CodeIgniter](https://img.shields.io/badge/CodeIgniter-%5E4.2.3-blue)\n![License](https://img.shields.io/badge/License-MIT-blue)\n\n## Installation\n\n    composer require codeigniter4/settings\n\nMigrate your database:\n\n    php spark migrate --all\n\n## Basic usage\n\nSet the value:\n\n```php\nservice('settings')-\u003eset('App.siteName', 'Example');\n```\n\nGet the value:\n\n```php\nservice('settings')-\u003eget('App.siteName');\n```\n\nForget the value:\n\n```php\nservice('settings')-\u003eforget('App.siteName');\n```\n\n## Docs\n\nRead the full documentation: https://settings.codeigniter.com\n\n## Contributing\n\nWe accept and encourage contributions from the community in any shape. It doesn't matter\nwhether you can code, write documentation, or help find bugs, all contributions are welcome.\nSee the [CONTRIBUTING.md](CONTRIBUTING.md) file for details.\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeigniter4%2Fsettings","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodeigniter4%2Fsettings","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeigniter4%2Fsettings/lists"}