文件名称:qandidate-toggle:为您PHP应用程序切换功能
文件大小:53KB
文件格式:ZIP
更新时间:2024-03-11 21:23:26
PHP
切换 PHP的功能切换。 关于 阅读有关此存储库的博客文章系列,网址为: 安装 将库添加到您的项目: $ composer require qandidate/toggle ^1.0 如何使用 在examples文件夹中,您将看到Toggle库的基本用法。 基本上,您可以创建具有功能(可选地具有条件)的集合。 根据给定的上下文,经理将告诉您功能是否处于活动状态。 测验 要运行所有测试,您需要安装Redis(如果不可用,将跳过redis测试)。 运行测试: $ make test 执照 麻省理工学院,请参阅许可。
【文件预览】:
qandidate-toggle-master
----composer.json(1KB)
----.travis.yml(223B)
----test()
--------Qandidate()
----.docheader(242B)
----.php_cs(269B)
----.mailmap(43B)
----LICENSE(1KB)
----examples()
--------strategies.php(3KB)
--------redis-use.php(953B)
--------symfony-expression.php(1KB)
--------from-array.php(1KB)
--------from-yaml.php(2KB)
--------basic.php(1KB)
--------redis-initialize.php(950B)
----.gitignore(59B)
----lib()
--------Qandidate()
----Makefile(986B)
----phpunit.xml.dist(641B)
----README.md(965B)
----phpstan.neon(104B)