Skip to content
This repository has been archived by the owner on Mar 14, 2023. It is now read-only.

henderjon/filemarshal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FileMarshal

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages