{"id":15916869,"url":"https://github.com/ghalambaz/configfilemanager","last_synced_at":"2025-04-03T11:25:36.215Z","repository":{"id":62510464,"uuid":"153332447","full_name":"ghalambaz/ConfigFileManager","owner":"ghalambaz","description":null,"archived":false,"fork":false,"pushed_at":"2020-05-12T08:50:02.000Z","size":18,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-09T00:44:10.315Z","etag":null,"topics":["configuration-management","ini-parser","php"],"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/ghalambaz.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-10-16T18:12:57.000Z","updated_at":"2020-05-12T08:48:24.000Z","dependencies_parsed_at":"2022-11-02T10:16:30.718Z","dependency_job_id":null,"html_url":"https://github.com/ghalambaz/ConfigFileManager","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghalambaz%2FConfigFileManager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghalambaz%2FConfigFileManager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghalambaz%2FConfigFileManager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghalambaz%2FConfigFileManager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ghalambaz","download_url":"https://codeload.github.com/ghalambaz/ConfigFileManager/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246991173,"owners_count":20865603,"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":["configuration-management","ini-parser","php"],"created_at":"2024-10-06T18:06:02.103Z","updated_at":"2025-04-03T11:25:36.184Z","avatar_url":"https://github.com/ghalambaz.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"### Config File Manager\n\u003e this class written 5 years ago . it's better to not use regular expressions for performance and faster interpreting . this project is just for ... !\n\nyou may have file like this in your projects  \n\n**#config.ini**\n\n \u003eTitle=My App  \n \u003eTemplateDirectory=temp dir  \n \n \nstart with create new instance of **ConfigFileManager**\n```php\n    $config = new ConfigFileManager('configs/config.ini');  //opening file config.ini from configs directory  \n         \n    echo $config-\u003eTitle;  //read  \"Title\" value which is equal to  \"My App\"  \n       \n    $config-\u003eTitle = \"Your App\";  //changing value of \"Title\"  \n      \n    $config-\u003esave();  //save changes to config.ini easily\n```\n### installation\n---\n`composer require ghalambaz/config-file-manager `\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fghalambaz%2Fconfigfilemanager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fghalambaz%2Fconfigfilemanager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fghalambaz%2Fconfigfilemanager/lists"}