Skip to content
This repository has been archived by the owner on Jan 6, 2021. It is now read-only.

Latest commit

 

History

History
45 lines (31 loc) · 1.47 KB

README.md

File metadata and controls

45 lines (31 loc) · 1.47 KB

Opis Utils

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.