Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 658 Bytes

README.md

File metadata and controls

19 lines (17 loc) · 658 Bytes

Light PHP Framework

A really simple and light PHP framework for a simple pages or HTTP APIs

Features

  • Light, less than 1MB
  • Use standard packages:
  • PHP 7.2 ready
  • Include docker development configuration

Instructions

  • git clone [email protected]:rtorralba/lpf.git
  • cd lpf
  • mv env.json.example env.json
  • Start development server
    • composer start (PHP 7.2 environment in your PC)
    • docker-compose up (Only needs docker and docker-compose)