walterluis/utils

PHP utils and more

0.1.1 2024-08-21 15:06 UTC

This package is auto-updated.

Last update: 2024-10-21 15:36:08 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.