PHPackages                             neemzy/environ-service-provider - 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. [Framework](/categories/framework)
4. /
5. neemzy/environ-service-provider

ActiveLibrary[Framework](/categories/framework)

neemzy/environ-service-provider
===============================

Environ service provider for Silex micro-framework

0611PHP

Since Oct 16Pushed 11y ago1 watchersCompare

[ Source](https://github.com/neemzy/environ-service-provider)[ Packagist](https://packagist.org/packages/neemzy/environ-service-provider)[ RSS](/packages/neemzy-environ-service-provider/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (1)

Environ service provider
========================

[](#environ-service-provider)

Environ service provider for Silex micro-framework

Usage
-----

[](#usage)

```
use Neemzy\Silex\Provider\EnvironServiceProvider;
use Neemzy\Environ\Environment;

$app = new Silex\Application();

$app->register(
    new EnvironServiceProvider(
        [
            'env' => new Environment(
                function () {
                    // condition closure
                },
                function () {
                    // callback closure
                }
            )
        ]
    ),
);

$app->run();
```

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/fe93bd0e4a53d8e1a9ed853202416277320675c57f34c4f5961019cb8bb0095d?d=identicon)[neemzy](/maintainers/neemzy)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/neemzy-environ-service-provider/health.svg)

```
[![Health](https://phpackages.com/badges/neemzy-environ-service-provider/health.svg)](https://phpackages.com/packages/neemzy-environ-service-provider)
```

###  Alternatives

[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k39.6M297](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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