PHPackages                             danhanly/scientist-symfony - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. danhanly/scientist-symfony

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

danhanly/scientist-symfony
==========================

Integrates Scientist into Symfony

1.0.0(10y ago)971.7k1PHP

Since Feb 6Pushed 10y agoCompare

[ Source](https://github.com/danhanly/scientist-symfony)[ Packagist](https://packagist.org/packages/danhanly/scientist-symfony)[ RSS](/packages/danhanly-scientist-symfony/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (4)Versions (2)Used By (0)

[![Scientist](scientist.png)](https://github.com/daylerees/scientist)

Scientist for Symfony
=====================

[](#scientist-for-symfony)

[![Packagist Version](https://camo.githubusercontent.com/901d4188d20b8b01b39d3691d57c950fdac2805dfbcbca86b519127944e25357/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f64616e68616e6c792f736369656e746973742d73796d666f6e792e737667)](https://packagist.org/packages/danhanly/scientist-symfony)[![Packagist](https://camo.githubusercontent.com/9d405d79f629d304ff37407116bc382cffa8c4bc43c6f2317c10b99725662f04/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f64616e68616e6c792f736369656e746973742d73796d666f6e792e737667)](https://packagist.org/packages/danhanly/scientist-symfony)

Allow the [Scientist library](https://github.com/daylerees/scientist) to be used with [Symfony](https://symfony.com/).

Installation
------------

[](#installation)

Require the latest version of Scientist Symfony using [Composer](https://getcomposer.org/).

```
composer require danhanly/scientist-symfony

```

Register the bundle in your AppKernel.

```
class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = [
            ...
            new DanHanly\ScientistBundle\ScientistBundle()
        ];
        ...
    }
}
```

Usage
-----

[](#usage)

You can access Scientist from any Container Aware Class.

```
$scientist = $this->container->get('scientist');
```

From this point, you can use the library as normal within your processes.

```
$scientist->experiment('my experiment')
    ->control($controlCallback)
    ->trial('trial name', $trialCallback);

$value = $experiment->run();
```

###  Health Score

34

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity29

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3797d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/82f22872e4513f1718107bfdf797333aee0983978bc8d7015c02cbc5a7e7dbe4?d=identicon)[danhanly](/maintainers/danhanly)

---

Top Contributors

[![danhanly](https://avatars.githubusercontent.com/u/1150741?v=4)](https://github.com/danhanly "danhanly (4 commits)")

---

Tags

phpsymfonyexperimentscientisttrial

### Embed Badge

![Health badge](/badges/danhanly-scientist-symfony/health.svg)

```
[![Health](https://phpackages.com/badges/danhanly-scientist-symfony/health.svg)](https://phpackages.com/packages/danhanly-scientist-symfony)
```

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.5M378](/packages/easycorp-easyadmin-bundle)[web-auth/webauthn-framework

FIDO2/Webauthn library for PHP and Symfony Bundle.

51390.8k3](/packages/web-auth-webauthn-framework)[web-auth/webauthn-symfony-bundle

FIDO2/Webauthn Security Bundle For Symfony

65474.5k9](/packages/web-auth-webauthn-symfony-bundle)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1615.6k12](/packages/2lenet-crudit-bundle)[ecotone/symfony-bundle

Ecotone for Symfony — CQRS, Event Sourcing, Sagas, Durable Workflows, and Outbox on top of Symfony Messenger, via PHP attributes.

11241.1k1](/packages/ecotone-symfony-bundle)[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

1175.2k](/packages/rcsofttech-audit-trail-bundle)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
