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

dev-master 2015-10-27 03:25 UTC

This package is not auto-updated.

Last update: 2025-09-28 00:56:02 UTC


README

Build Status

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-utils can be found on packagist.org.