文件名称:flagception-sdk:一个简单而强大的php功能切换库
文件大小:44KB
文件格式:ZIP
更新时间:2024-06-14 12:26:01
testing feature-flags toggle rollout flags
旗标 Flagception是一个简单而强大的功能切换库。 仅需要几行配置-仍然非常灵活和可扩展。 下载资料库 打开命令控制台,输入项目目录并执行以下命令以下载该库的最新稳定版本: $ composer require flagception/flagception 快速示例 只需创建一个FeatureManager实例并传递您的激活器即可开始切换功能。 // MyClass.php class MyClass { public function doSomething () { // The activator decide if the feature is active or not // You can use your own activator if you implement the interface $
【文件预览】:
flagception-sdk-master
----.coveralls.yml(39B)
----src()
--------Decorator()
--------Constraint()
--------Exception()
--------Activator()
--------Manager()
--------Model()
--------Factory()
----.travis.yml(371B)
----LICENSE(1KB)
----build()
--------logs()
--------phpunit.xml(797B)
--------phpcs.xml(227B)
----README.md(6KB)
----docs()
--------decorator()
--------activator()
----tests()
--------Decorator()
--------Constraint()
--------Exception()
--------Activator()
--------Manager()
--------Model()
--------Factory()
----.gitignore(82B)
----CHANGELOG.md(1KB)
----composer.json(1KB)