henderjon/filemarshal

This package is abandoned and no longer maintained. No replacement package was suggested.

a simple way of interacting with uploaded files in a slightly more OOP way

dev-master 2014-05-16 21:06 UTC

This package is auto-updated.

Last update: 2023-04-06 06:00:43 UTC


README

PHP file uploads ($_FILES) aren't very intuitive to use. This is an attempt to change that.

Usage

You're best bet is to check the tests to see usage, as I'm awful at documentation.

Installation

Install the Packagist archive using Composer. I will generally respect Semantic Versioning. Learn about how Composer does versions.

Note the absense of v1.0

{
	"require" : {
		"henderjon/filemarshal": "dev-master"
	}
}

License

See LICENSE.md for the BSD-3-Clause license.