Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.49 KB

README.md

File metadata and controls

31 lines (23 loc) · 1.49 KB

Author License Latest Stable Version CodeFactor Codacy Badge Code Inspector codecov

helpers-php

Under active development.

Helper classes for processing all types of data (strings, arrays, files, urls, configs, etc.)

Installation

Recommended installation via composer: add leonid74/helpers-php to composer.json either by running composer require leonid74/helpers-php or by defining it manually:

"require": {
   // ...
   "leonid74/helpers-php": "^2"
   // ...
}

Update dependencies: composer update

Author

Leonid74 (https://github.com/Leonid74)

License

This software is distributed under the BSD 3-Clause license terms.