{"id":15028778,"url":"https://github.com/frozzare/php-features","last_synced_at":"2026-03-27T04:57:24.255Z","repository":{"id":62507669,"uuid":"103939065","full_name":"frozzare/php-features","owner":"frozzare","description":"Simple package for feature flagging interface/implementation","archived":false,"fork":false,"pushed_at":"2018-04-25T06:40:54.000Z","size":14,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-19T21:48:27.871Z","etag":null,"topics":["features","php"],"latest_commit_sha":null,"homepage":"","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/frozzare.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":"2017-09-18T12:56:20.000Z","updated_at":"2020-05-22T20:46:40.000Z","dependencies_parsed_at":"2022-11-02T12:31:41.536Z","dependency_job_id":null,"html_url":"https://github.com/frozzare/php-features","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frozzare%2Fphp-features","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frozzare%2Fphp-features/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frozzare%2Fphp-features/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frozzare%2Fphp-features/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/frozzare","download_url":"https://codeload.github.com/frozzare/php-features/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243338384,"owners_count":20275494,"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":["features","php"],"created_at":"2024-09-24T20:09:04.432Z","updated_at":"2025-12-29T02:10:36.327Z","avatar_url":"https://github.com/frozzare.png","language":"PHP","readme":"# features [![Build Status](https://travis-ci.org/frozzare/php-features.svg?branch=master)](https://travis-ci.org/frozzare/php-features)\n\nSimple package for feature flagging interface/implementation.\n\n## Installation\n\n```\n$ composer require frozzare/features\n```\n\n## Example\n\n```php\nfeatures([\n    'log' =\u003e false\n]);\n\n...\n\nfeatures()-\u003eenable('log');\n\n...\n\nif (features()-\u003eenabled('log')) {\n    ...\n}\n\n...\n\nfeatures()-\u003edisable('log');\n```\n\n## License\n\nMIT © [Fredrik Forsmo](https://github.com/frozzare)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrozzare%2Fphp-features","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffrozzare%2Fphp-features","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrozzare%2Fphp-features/lists"}