2017 © Pedro Peláez
 

library silex-scientist

Scientist wrapper for the Silex framework.

image

mauro-moreno/silex-scientist

Scientist wrapper for the Silex framework.

  • Saturday, February 6, 2016
  • by mauro-moreno
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Silex Scientist

Scientist wrapper for the Silex framework, (*1)

Installation

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);

Usage

<?php
$app['scientist']->experiment('foo')
    ->control($controlCallback)
    ->trial('First trial.', $trialCallback)
    ->run();

The Versions

06/02 2016

dev-master

9999999-dev

Scientist wrapper for the Silex framework.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Mauro Moreno

silex scientist