PHPackages                             marcosadantas/expressive-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. marcosadantas/expressive-provider

ActiveLibrary[Framework](/categories/framework)

marcosadantas/expressive-provider
=================================

Is a abstract provider for fluent and declarative providers on service manager

1.0(8y ago)121MITPHPPHP &gt;=7

Since Dec 10Pushed 8y ago1 watchersCompare

[ Source](https://github.com/lpj145/expressive-provider)[ Packagist](https://packagist.org/packages/marcosadantas/expressive-provider)[ RSS](/packages/marcosadantas-expressive-provider/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

#### How use:

[](#how-use)

When create provider class, extend ExpressiveProvider/BaseProvider

```
class extend ExpressiveProvider\BaseProvider
{
   // This method are needed
   protected function register()
   {

   }
}

```

BaseProvide have five methods above:

```
protected function invokables(string $contract, $service)
protected function factory(string $contract, $service)
protected function aliases(string $name, $service)
protected function config(string $name, $configs)
protected function abstractService(string $contract, $service)

```

You register a factories or someone with declarative functions.

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

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

3073d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/11980109?v=4)[Marcos Dantas](/maintainers/lpj145)[@lpj145](https://github.com/lpj145)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/marcosadantas-expressive-provider/health.svg)

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

PHPackages © 2026

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