leonid74 / helpers-php
Helper classes for processing all types of data
v2.3.2
2024-05-23 17:24 UTC
Requires
- php: >=7.4
Requires (Dev)
This package is auto-updated.
Last update: 2025-02-23 19:42:46 UTC
README
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.