dev-master
9999999-dev http://github.com/henderjon/filemarshala simple way of interacting with uploaded files in a slightly more OOP way
BSD-3-Clause
The Requires
- php >=5.4.0
The Development Requires
Wallogit.com
2017 © Pedro Peláez
a simple way of interacting with uploaded files in a slightly more OOP way
PHP file uploads ($_FILES) aren't very intuitive to use. This is an attempt to change that., (*1)
You're best bet is to check the tests to see usage, as I'm awful at documentation., (*2)
Install the Packagist archive using Composer. I will generally respect Semantic Versioning. Learn about how Composer does versions., (*3)
Note the absense of v1.0, (*4)
{
"require" : {
"henderjon/filemarshal": "dev-master"
}
}
See LICENSE.md for the BSD-3-Clause license., (*5)
a simple way of interacting with uploaded files in a slightly more OOP way
BSD-3-Clause