Skip to content

xantin/utils

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Useful PHP utils by Petr Knap

Useful PHP utilities by Petr Knap.

How to install

Merge this JSON code with your project composer.json file and run composer install. Instead of dev-master you can use any released version.

{
    "require": {
        "petrknap/utils": "dev-master"
    }
}

Or manually clone this repository via git clone https://github.com/petrknap/utils.git or download this repository as ZIP and extract files into your project.

Examples

If you are looking for examples visit tests folder or URL shortening service repository.

About

Useful PHP utils by Petr Knap

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%