PHPackages                             fieg/statistico-bundle - 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. fieg/statistico-bundle

ActiveLibrary

fieg/statistico-bundle
======================

5.0.1(5y ago)065.0kMITPHP

Since Oct 19Pushed 5y ago1 watchersCompare

[ Source](https://github.com/fieg/statistico-bundle)[ Packagist](https://packagist.org/packages/fieg/statistico-bundle)[ RSS](/packages/fieg-statistico-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (6)Dependencies (6)Versions (7)Used By (0)

StatisticoBundle
================

[](#statisticobundle)

Wrapper bundle for the [Statistico](https://github.com/fieg/statistico) library.

[![Build Status](https://camo.githubusercontent.com/fadd8094432d50e2c50b79d8e2bdd5e106e5bce3b44c9d2e1c77b118a935b36a/68747470733a2f2f7472617669732d63692e6f72672f666965672f7374617469737469636f2d62756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/fieg/statistico-bundle)[![Code Coverage](https://camo.githubusercontent.com/ae3d22e10d4e574aabb88939514595b9986bd5587eff91e6afa171b0de7e7c97/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f666965672f7374617469737469636f2d62756e646c652f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/fieg/statistico-bundle/)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/a45a29925462eac270414a86faef76bc098e0a3550ea608515b759be58db6b1d/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f666965672f7374617469737469636f2d62756e646c652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/fieg/statistico-bundle/)

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

[](#installation)

Using composer:

```
composer require fieg/statistico-bundle:dev-master
```

Add to `AppKernel.php`:

```
$bundles = [
  new Fieg\StatisticoBundle\FiegStatisticoBundle(),
];
```

Configuration in `app/config/config.yml`:

```
fieg_statistico:
  driver:
    redis:
      client: 'your_redis_service'
```

Usage
-----

[](#usage)

Inject statistico into some service:

```
some_service:
    class: Acme\SomeService
    arguments: [@statistico]
```

Usage:

```
namespace Acme;

class SomeService
{
    public function __construct(Statistico $statistico)
    {
        $this->statistico = $statistico;
    }

    public function someAction()
    {
        $this->statistico->increment('some.statistic.indentitier');  // increases the statistic with 1
    }
}
```

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 69% 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

Every ~368 days

Recently: every ~460 days

Total

6

Last Release

2022d ago

Major Versions

1.0 → 2.02015-10-19

2.0 → 3.02018-03-05

3.0 → 4.02020-09-07

4.0 → 5.02020-10-30

### Community

Maintainers

![](https://www.gravatar.com/avatar/5eceacbc3912547ac51ba584798cc5a7c1bfae49b714978f62b6e1af389307dd?d=identicon)[fieg](/maintainers/fieg)

![](https://www.gravatar.com/avatar/14099cff9bb1840056d71facc7d248129646a0048ac348ba68648a1aa128f099?d=identicon)[cleentfaar](/maintainers/cleentfaar)

---

Top Contributors

[![fieg](https://avatars.githubusercontent.com/u/1086908?v=4)](https://github.com/fieg "fieg (20 commits)")[![cleentfaar](https://avatars.githubusercontent.com/u/795661?v=4)](https://github.com/cleentfaar "cleentfaar (8 commits)")[![ChristianVermeulen](https://avatars.githubusercontent.com/u/1062751?v=4)](https://github.com/ChristianVermeulen "ChristianVermeulen (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/fieg-statistico-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/fieg-statistico-bundle/health.svg)](https://phpackages.com/packages/fieg-statistico-bundle)
```

###  Alternatives

[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[contao/core-bundle

Contao Open Source CMS

1231.6M2.4k](/packages/contao-core-bundle)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

7310.3k29](/packages/open-dxp-opendxp)

PHPackages © 2026

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