prinx / phputils
PHP Utilities classes
0.1.0
2020-06-08 14:03 UTC
Requires
- php: >=5.1.0
This package is auto-updated.
Last update: 2024-10-22 23:26:31 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.