ondrejd / php-utils
Some PHP utility classes.
Installs: 11
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/ondrejd/php-utils
Requires
- php: >=5.3
Requires (Dev)
- phpunit/phpunit: 4.8.*
This package is not auto-updated.
Last update: 2025-10-26 01:20:11 UTC
README
Repository with some PHP utility classes.
Included classes
| Class name | Description |
|---|---|
| CsvImport | Class used for reading data from CSV files. |
Usage
Just add ondrejd/php-utils into require section of your composer.json file:
{
"require": {
"ondrejd/php-utils": "*"
}
}
Details about
ondrejd/php-utilscan be found on packagist.org.