mauro-moreno / silex-scientist
Silex框架的科学家包装器。
0.1.1@alpha
2016-02-06 02:56 UTC
Requires
- daylerees/scientist: ^0.1.1@alpha
Requires (Dev)
- silex/silex: >=1
This package is auto-updated.
Last update: 2024-08-29 00:45:48 UTC
README
Silex框架的科学家包装器
安装
使用Composer要求安装最新版本的Scientist Laravel。
composer require mauro-moreno/silex-scientist
启用服务提供者
<?php $app = new Silex\Application; $app->register(new MauroMoreno\JsonApi\JsonApiServiceProvider);
使用方法
<?php $app['scientist']->experiment('foo') ->control($controlCallback) ->trial('First trial.', $trialCallback) ->run();