kianbomba/invoker

There is no license information available for the latest version (0.1.9) of this package.

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

0.1.9 2018-09-08 08:37 UTC

This package is not auto-updated.

Last update: 2024-04-28 19:09:12 UTC


README

Invoker

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

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

git clone https://github.com/kianbomba/InvokerPHP.git
composer require kianbomba/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