prinx/phputils

PHP Utilities classes

0.1.0 2020-06-08 14:03 UTC

This package is auto-updated.

Last update: 2024-04-22 22:29:44 UTC


README

PHP Utilities classes

Installation

composer require prinx/phputils

Usage

Import the composer autoload file:

require_once 'path/to/vendor/autoload.php';

Then you can use the needed utility class:

use Prinx\Utils\Str;

echo Str::isMaxLength('Woow', 5); // true

Utilities classes

Each utility class provides a set of static methods.

Str

Check the available methods here.

Date

Check the available methods here.

HTTP

Check the available methods here.

URL

Check the availableg methods here.

SMS

Check the available methods here.