henderjon / filemarshal
a simple way of interacting with uploaded files in a slightly more OOP way
Installs: 10
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/henderjon/filemarshal
Requires
- php: >=5.4.0
Requires (Dev)
- funkatron/funit: dev-master
- henderjon/drop: 0.1.*
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.