walterluis/utils

PHP utils and more

0.1.2 2025-02-08 19:05 UTC

This package is auto-updated.

Last update: 2025-06-08 20:00:26 UTC


README

Utilities and tools for everyday use 🐱‍👤

Software License Packagist Version Packagist PHP Version Support

Installation

Via Composer

$ composer require WalterLuis/Utils

Usage

require_once './vendor/autoload.php';

use WalterLuis\Utils\Validator;

$foo = 'Hello';

if (Validator::string($foo)) {
    $foo .= ' world!';
}

License

The MIT License (MIT). Please see License File for more information.