Utilities and tools for everyday use π±βπ€
Via Composer
$ composer require WalterLuis/Utilsrequire_once './vendor/autoload.php'; use WalterLuis\Utils\Validator; $foo = 'Hello'; if (Validator::string($foo)) { $foo .= ' world!'; }The MIT License (MIT). Please see License File for more information.