Skip to content

tenolo/utilities

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tenolo

PHP Version Latest Stable Version Latest Unstable Version Total Downloads Total Downloads License

Utilities Library

A growing collection of useful helper classes for PHP.

Install instructions

First you need to add tenolo/utilities to composer.json:

{
   "require": {
        "tenolo/utilities": "~1.0"
    }
}

Please note that dev-master latest development version. Of course you can also use an explicit version number, e.g., 1.0.*.

Then use it ;)

<?php
 
namespace Some\Namespace;

use Tenolo\Utilities\Utils\StringUtil;

// index.php
$id = StringUtil::getRandomID(8);

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages