dev-master
9999999-devScientist wrapper for the Silex framework.
MIT
The Requires
The Development Requires
by Mauro Moreno
silex scientist
Wallogit.com
2017 © Pedro Peláez
Scientist wrapper for the Silex framework.
Scientist wrapper for the Silex framework, (*1)
Require the latest version of Scientist Laravel using Composer., (*2)
composer require mauro-moreno/silex-scientist
Enable Service Provider, (*3)
<?php $app = new Silex\Application; $app->register(new MauroMoreno\JsonApi\JsonApiServiceProvider);
<?php
$app['scientist']->experiment('foo')
->control($controlCallback)
->trial('First trial.', $trialCallback)
->run();
Scientist wrapper for the Silex framework.
MIT
silex scientist