PHPackages                             ector/checker - 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. ector/checker

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

ector/checker
=============

Check the key validity

1.0.0(2y ago)0124[2 PRs](https://github.com/buggyzap/ector_checker/pulls)1MITPHPPHP ^8.1

Since Oct 9Pushed 2y ago1 watchersCompare

[ Source](https://github.com/buggyzap/ector_checker)[ Packagist](https://packagist.org/packages/ector/checker)[ Docs](https://github.com/ector/ector-checker)[ GitHub Sponsors](https://github.com/Ector)[ RSS](/packages/ector-checker/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (4)Versions (5)Used By (1)

Ector Checker
=============

[](#ector-checker)

[![Latest Version on Packagist](https://camo.githubusercontent.com/80b2109e421c2c9a4e97eacd13d0047c4679b64b369c500f4a8e6eff0c80e80c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6563746f722f636865636b65722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ector/checker)[![Tests](https://camo.githubusercontent.com/5e2f5c71bf910c41c7701097fad47d6b174e83b19aff772bccface482516027b/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f62756767797a61702f6563746f725f636865636b65722f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/buggyzap/ector_checker/actions/workflows/run-tests.yml)[![Total Downloads](https://camo.githubusercontent.com/0a8efc2729bf6f9ce720af8c85faafaef5b0165b2ee39138a90efeab79af652d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6563746f722f636865636b65722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ector/checker)

Composer dependency to check if a Ector instance is valid.

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

[](#installation)

You can install the package via composer:

```
composer require ector/checker
```

Usage
-----

[](#usage)

### Setup class as a symfony service

[](#setup-class-as-a-symfony-service)

```
# config/admin/services.yml
services:
  _defaults:
    public: true

  ector.checker:
    class: 'Ector\Checker\Checker'
```

### Inject the Ector/Checker via symfony container in module \_\_construct

[](#inject--the-ectorchecker-via-symfony-container-in-module-__construct)

```
if ($this->checker === null && $this->context->controller instanceof AdminController) {
    $this->checker = $this->get("ector.checker");
}
```

### Run the healtcheck in right hook

[](#run-the-healtcheck-in-right-hook)

```
public function hookActionAdminControllerInitAfter($params)
{
    $controller = $params["controller"];
    $this->checker->healthCheck($controller);
}
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Credits
-------

[](#credits)

- [DGCAL SRL](https://github.com/buggyzap)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 90% 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 ~1 days

Total

2

Last Release

950d ago

Major Versions

0.0.1 → 1.0.02023-10-10

### Community

Maintainers

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

---

Top Contributors

[![buggyzap](https://avatars.githubusercontent.com/u/14024456?v=4)](https://github.com/buggyzap "buggyzap (36 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (2 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (2 commits)")

---

Tags

ectorector-checker

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/ector-checker/health.svg)

```
[![Health](https://phpackages.com/badges/ector-checker/health.svg)](https://phpackages.com/packages/ector-checker)
```

###  Alternatives

[shlinkio/shlink

A self-hosted and PHP-based URL shortener application with CLI and REST interfaces

4.8k4.3k](/packages/shlinkio-shlink)[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)[dhlparcel/magento2-plugin

DHL Parcel plugin for Magento 2

11180.5k2](/packages/dhlparcel-magento2-plugin)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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