Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 998 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 998 Bytes

LET'S MAKE THE MOST "STUPIDLY", "REDUNDANT", ROBUST, VERSATILE, ACCESSIBLE AND PORTABLE PHP IMAGE UPLOAD SCRIPT

SOME EXPLANATION

  • ROBUST:
    As secure as possible. Perhaps with a lot of redundancies

  • VERSATILE:
    Can have redundancies to make it secure but performance should not be sacrificed.

  • ACCESSIBLE:
    This script should be easily accessible to new and experienced programmers alike.
    Particularly, error messages must be very expressive and "human friendly"

  • PORTABLE:
    The script should easily fit into any project environment.

LET'S AGREE ON THESE 👊

  • CODING STYLE: PSR-1 and PSR-2
  • CONTRIBUTING:
    • First of all, be gentle and kind. This should be a learning experience.
    • Go ahead and file an issue, make a request, report a bug, offer an improvement etc...
    • Pull requests are eagerly welcome.