Opis Utils is a collection of useful classes that will help you with UTF 8 strings, URLs, form validators, autoloading, versions and others.
Opis Utils is licensed under the Apache License, Version 2.0.
- PHP 5.3.* or higher
This library is available on Packagist and can be installed using Composer.
{
"require": {
"opis/utils": "^2.2.0"
}
}
If you are unable to use Composer you can download the
tar.gz or the zip
archive file, extract the content of the archive and include de autoload.php
file into your project.
require_once 'path/to/utils-2.2.0/autoload.php';
Examples and documentation can be found at http://opis.io/utils.