{"id":22437530,"url":"https://github.com/builtnorth/wp-config","last_synced_at":"2026-01-28T06:40:30.154Z","repository":{"id":260398792,"uuid":"881152677","full_name":"builtnorth/wp-config","owner":"builtnorth","description":null,"archived":false,"fork":false,"pushed_at":"2025-08-30T18:11:51.000Z","size":42,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-30T20:23:18.432Z","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/builtnorth.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-10-31T01:55:25.000Z","updated_at":"2025-08-12T00:54:25.000Z","dependencies_parsed_at":"2025-08-30T20:17:40.164Z","dependency_job_id":"4d4dc689-603a-4321-bb52-cadb8f1911b8","html_url":"https://github.com/builtnorth/wp-config","commit_stats":null,"previous_names":["builtnorth/wp-config"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/builtnorth/wp-config","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/builtnorth%2Fwp-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/builtnorth%2Fwp-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/builtnorth%2Fwp-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/builtnorth%2Fwp-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/builtnorth","download_url":"https://codeload.github.com/builtnorth/wp-config/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/builtnorth%2Fwp-config/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28841301,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T05:50:12.573Z","status":"ssl_error","status_checked_at":"2026-01-28T05:49:54.528Z","response_time":57,"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":"2024-12-06T00:13:16.594Z","updated_at":"2026-01-28T06:40:30.139Z","avatar_url":"https://github.com/builtnorth.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Built North WP Config\n\nA WordPress configuration management library based off of [roots/wp-config](https://github.com/roots/wp-config).\n\n## Installation\n\n```bash\ncomposer require builtnorth/wp-config\n```\n\n## Usage\n\n### Basic Example\n\n```php\nuse BuiltNorth\\WPConfig\\Config;\n\n// Set configurations\nConfig::define('WP_DEBUG', true);\nConfig::define('WP_HOME', env('WP_HOME'));\nConfig::define('DB_NAME', env('DB_NAME'));\n\n// Apply them\nConfig::apply();\n```\n\n### Get Configuration Values\n\n```php\n$debug = Config::get('WP_DEBUG', false);\n$home = Config::get('WP_HOME');\n```\n\n## Requirements\n\n-   PHP 7.4+\n-   WordPress\n-   Composer\n\n## Disclaimer\n\nThis software is provided \"as is\", without warranty of any kind, express or implied. In no event shall the authors or copyright holders be liable for any claim, damages, or other liability, whether in an action of contract, tort, or otherwise, arising from, out of, or in connection with the software or the use or other dealings in the software.\n\nUse at your own risk.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbuiltnorth%2Fwp-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbuiltnorth%2Fwp-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbuiltnorth%2Fwp-config/lists"}