{"id":34718485,"url":"https://github.com/opensourceame/config","last_synced_at":"2026-05-24T00:33:44.230Z","repository":{"id":5592183,"uuid":"6798713","full_name":"opensourceame/Config","owner":"opensourceame","description":null,"archived":false,"fork":false,"pushed_at":"2012-12-20T09:01:04.000Z","size":116,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-05-24T00:33:32.679Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/opensourceame.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-11-21T16:13:36.000Z","updated_at":"2016-10-26T11:06:04.000Z","dependencies_parsed_at":"2022-07-07T06:09:39.627Z","dependency_job_id":null,"html_url":"https://github.com/opensourceame/Config","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/opensourceame/Config","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opensourceame%2FConfig","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opensourceame%2FConfig/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opensourceame%2FConfig/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opensourceame%2FConfig/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/opensourceame","download_url":"https://codeload.github.com/opensourceame/Config/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opensourceame%2FConfig/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33417486,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-23T22:14:44.296Z","status":"ssl_error","status_checked_at":"2026-05-23T22:14:43.778Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-12-25T01:26:17.885Z","updated_at":"2026-05-24T00:33:44.223Z","avatar_url":"https://github.com/opensourceame.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"This is a flexible config class.\n\nThe objective of this Config handler is to be able to read and write\nconfiguration in a predictable, standard manner from a variety of formats.\n\nFormats include:\n\n* YAML\n* JSON\n* XML\n* Arrays\n* Redis\n* DB (using PDO)\n* Command line (using CLI arguments)\n\nConfig, once parsed, is represented in a namespaced fashion like so:\n\n* server:db:host =\u003e localhost\n* server:db:db   =\u003e my_database\n\nThus to get the host name for the database server you would:\n\n$config-\u003eget('server:db:host')\n\nand, of course, there's an equivalent setter. You can also get multiple options using a wildcard:\n\n$config-\u003eget('server:db:*') // returns an array of db settings\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopensourceame%2Fconfig","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopensourceame%2Fconfig","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopensourceame%2Fconfig/lists"}