Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 637 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 637 Bytes

alexandria

version 1.0.1

PHP Image Storage and Retrieval API using Slim

Requirements

PHP, Composer, PNGQuant (Optional)

Setup

  1. Run composer install
  2. Navigate to src directory
  3. Run php -S localhost:8888 or any webserver.

###Todo:

  • Upload
  • Retrieval
  • Compression
  • Verify deployment integrity (Creates necessary project folders)
  • Versioning
  • Check if image already exists in storage
  • Tests
  • Allow for optional compression
  • Rate limit