PHPackages                             kianbomba/invoker - 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. kianbomba/invoker

ActiveLibrary

kianbomba/invoker
=================

Un Utility Package that help to make your life easier :D

0.1.9(7y ago)5365[1 issues](https://github.com/kianbomba/InvokerPHP/issues)PHPPHP ^7.2

Since Jan 26Pushed 7y agoCompare

[ Source](https://github.com/kianbomba/InvokerPHP)[ Packagist](https://packagist.org/packages/kianbomba/invoker)[ RSS](/packages/kianbomba-invoker/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (9)Dependencies (1)Versions (10)Used By (0)

*INVOKER*
=========

[](#invoker)

[![Invoker](https://camo.githubusercontent.com/caf5bc991dbd6d7a58a160dd9e4bbc5f92a99ee9c62615070b75aea380e477f9/68747470733a2f2f692e726564642e69742f6738633666723175786736782e706e67)](https://camo.githubusercontent.com/caf5bc991dbd6d7a58a160dd9e4bbc5f92a99ee9c62615070b75aea380e477f9/68747470733a2f2f692e726564642e69742f6738633666723175786736782e706e67)

Just an Utility Package that is helpful for your life's Project.

Usage
-----

[](#usage)

Invoker is just a singleton that you can call it anywhere you want in your project without constructing it, as long as the package included

```
    $email = "bomba@bolobala.com";
    $pass = Invoker::getInstance()->isEmail($email);

    if ($pass)
    {
        echo "It is a valid email " ;
    }
    else
    {
        echo "It is NOT a valid Email !!!" ;
    }
```

You just need to call it instance and use itself methods to perform things you would without rewriting the utility all over the time for every new projects.

Download
--------

[](#download)

```
git clone https://github.com/kianbomba/InvokerPHP.git

```

```
composer require kianbomba/invoker

```

### Why Invoker ?

[](#why-invoker-)

It was because I Like DOTA 2 and this Utility Package has lots of pre-defined method just like the hero Invoker in Dota 2 with lots of skils :D

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance16

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity54

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

Every ~28 days

Recently: every ~15 days

Total

9

Last Release

2801d ago

PHP version history (2 changes)0.1.1PHP ^7.0

0.1.5PHP ^7.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/3900948edfe3984ccb94441cabb2675a8136041ea6f3ca92f4d1a9644297ea4a?d=identicon)[kianbomba](/maintainers/kianbomba)

---

Top Contributors

[![kianbomba](https://avatars.githubusercontent.com/u/23716142?v=4)](https://github.com/kianbomba "kianbomba (22 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/kianbomba-invoker/health.svg)

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

PHPackages © 2026

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