2017 © Pedro Peláez
 

library filemarshal

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

image

henderjon/filemarshal

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

  • Friday, May 16, 2014
  • by henderjon
  • Repository
  • 1 Watchers
  • 1 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

FileMarshal

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

Usage

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

Installation

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"
    }
}

License

See LICENSE.md for the BSD-3-Clause license., (*5)

The Versions

16/05 2014

dev-master

9999999-dev http://github.com/henderjon/filemarshal

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

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.4.0

 

The Development Requires