Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sksaju/php-micro-framework

Minimalistic custom PHP MVC framework.
https://github.com/sksaju/php-micro-framework

mvc php php-framework

Last synced: about 2 months ago
JSON representation

Minimalistic custom PHP MVC framework.

Awesome Lists containing this project

README

        

# php-micro-framework
Minimalistic custom MVC framework.

## NOT READY FOR PRODUCTION

----
## Installation

1. Download the archive or clone the project using git
1. Create `.env` file from `.env.example` file and adjust database parameters
1. Run `composer install`
1. Go to the `public` folder
1. Start php server by running command `php -S 127.0.0.1:8080`
1. Open in browser http://127.0.0.1:8080