opis/utils

This package is abandoned and no longer maintained. No replacement package was suggested.

A collection of useful classes that deals with UTF-8 strings, URLs, punycode, form validation and more

2.2.3 2016-06-11 11:22 UTC

This package is auto-updated.

Last update: 2021-01-06 11:44:58 UTC


README

Build Status Latest Stable Version Latest Unstable Version License

Utilitary classes

Opis Utils is a collection of useful classes that will help you with UTF 8 strings, URLs, form validators, autoloading, versions and others.

License

Opis Utils is licensed under the Apache License, Version 2.0.

Requirements

  • PHP 5.3.* or higher

Installation

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';

Documentation

Examples and documentation can be found at http://opis.io/utils.