# lightpack **Repository Path**: miniphp/lightpack ## Basic Information - **Project Name**: lightpack - **Description**: No description available - **Primary Language**: PHP - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-26 - **Last Updated**: 2021-05-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
# Lightpack [LightPack - PHP Web Framework](https://lightpack.github.io/docs) 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`