{"id":19144380,"url":"https://github.com/piotrpress/configer","last_synced_at":"2026-06-17T04:32:08.949Z","repository":{"id":59761424,"uuid":"539002847","full_name":"PiotrPress/configer","owner":"PiotrPress","description":"This library loads/saves php array from/to a configuration file.","archived":false,"fork":false,"pushed_at":"2023-04-13T17:02:08.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"2.x","last_synced_at":"2025-02-04T06:35:51.149Z","etag":null,"topics":["array","arrayaccess","arrayobject","config","config-file","configer","configuration","configuration-file","php"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":false,"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/PiotrPress.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":"2022-09-20T13:27:22.000Z","updated_at":"2022-09-20T13:34:18.000Z","dependencies_parsed_at":"2024-11-09T07:36:28.321Z","dependency_job_id":"81cf6909-c45a-41c5-b282-1d2b52fe644e","html_url":"https://github.com/PiotrPress/configer","commit_stats":{"total_commits":2,"total_committers":1,"mean_commits":2.0,"dds":0.0,"last_synced_commit":"3918a3441bf6974339d6312b6f6ace9589a023b4"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PiotrPress%2Fconfiger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PiotrPress%2Fconfiger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PiotrPress%2Fconfiger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PiotrPress%2Fconfiger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PiotrPress","download_url":"https://codeload.github.com/PiotrPress/configer/tar.gz/refs/heads/2.x","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240225196,"owners_count":19767876,"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":["array","arrayaccess","arrayobject","config","config-file","configer","configuration","configuration-file","php"],"created_at":"2024-11-09T07:34:42.348Z","updated_at":"2026-06-11T07:30:14.865Z","avatar_url":"https://github.com/PiotrPress.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Configer\n\nThis library loads/saves php array from/to a configuration file.\n\n## Installation\n\n```shell\n$ composer require piotrpress/configer\n```\n\n## Usage\n\n```php\nrequire __DIR__ . '/vendor/autoload.php';\n\nuse PiotrPress\\Configer;\n\n$config = new Configer( '.config', [\n    'key' =\u003e 'value'\n] );\n\necho $config[ 'key' ]; \n$config[ 'key' ] = 'new_value';\n\n$config-\u003esave();\n```\n\n## Requirements\n\n* Branch `2.x` supports PHP \u003e= `8.0` version.\n* Branch `1.x` supports PHP ^`7.4` version.\n\n## License\n\n[MIT](license.txt)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpiotrpress%2Fconfiger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpiotrpress%2Fconfiger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpiotrpress%2Fconfiger/lists"}