lightpack/framework

LightPack - PHP MVC Framework

v0.7.9-alpha 2023-10-13 16:14 UTC

README

Build Status License Latest Release

Lightpack

LightPack - PHP Web Framework

This is an alpha release not meant to be used in production yet.

Quick Install

Clone the Lightpack repository into your project web root directory.

git clone https://github.com/lightpack/lightpack.git

Now run the composer command.

composer install --no-dev

Note: To view progress details while composer install, add -vvv option as shown below.

composer install --no-dev -vvv