PHPackages                             fusible/aura-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. fusible/aura-provider

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

fusible/aura-provider
=====================

Providers for Aura\\Di

0.1.0(7y ago)010MITPHP

Since May 6Pushed 7y ago1 watchersCompare

[ Source](https://github.com/fusible/aura-provider)[ Packagist](https://packagist.org/packages/fusible/aura-provider)[ RSS](/packages/fusible-aura-provider/feed)WikiDiscussions develop Synced 2w ago

READMEChangelogDependencies (5)Versions (3)Used By (0)

fusible.aura-provider
=====================

[](#fusibleaura-provider)

[Service Providers](https://github.com/container-interop/service-provider) for [Aura\\Di](https://github.com/auraphp/Aura.Di)

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

[](#installation)

```
composer require fusible/aura-provider

```

Usage
-----

[](#usage)

See: [ Aura\\Di &gt; *Container Builder and Config Classes* ](https://github.com/auraphp/Aura.Di/blob/3.x/docs/config.md).

```
use Aura\Di\ContainerBuilder;
use Fusible\AuraProvider\ProviderConfig;

// Some providers implementing ServiceProviderInterface
$providers = [
    MyServiceProvider::class,
    OtherServiceProvider::class,
    new SomeServiceProvider($someConfig)
];

$builder = new ContainerBuilder();
$di = $builder->newConfiguredInstance(
    [new ProviderConfig($providers)]
);
```

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2612d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/64baf5fff415327ccc832998afe54b34ac3c621e401f128a9343d4e0b0a3f9e4?d=identicon)[jnj](/maintainers/jnj)

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/fusible-aura-provider/health.svg)

```
[![Health](https://phpackages.com/badges/fusible-aura-provider/health.svg)](https://phpackages.com/packages/fusible-aura-provider)
```

PHPackages © 2026

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