PHPackages                             deflou/service-describer - 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. deflou/service-describer

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

deflou/service-describer
========================

Service describer interface and abstract realization

0.1.0(8y ago)019PHP

Since Jan 31Pushed 8y agoCompare

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

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

describer
=========

[](#describer)

Service describer for DeFlou.

install
=======

[](#install)

via composer
------------

[](#via-composer)

```
composer require deflou\service-describer "0.1.*"

```

using
=====

[](#using)

```
use deflou\components\services\ServiceDescriberAbstract;

class DescriberMyService extends ServiceDescriberAbstract
{
}

```

You can reset base config path if you need it:

```
use deflou\components\services\ServiceDescriberAbstract;

class DescriberMyService extends ServiceDescriberAbstract
{
    protected $basePath = __DIR__ . '/own/path/to/df/';
}

```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity53

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

3023d ago

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/deflou-service-describer/health.svg)

```
[![Health](https://phpackages.com/badges/deflou-service-describer/health.svg)](https://phpackages.com/packages/deflou-service-describer)
```

PHPackages © 2026

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