Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/sksaju/php-micro-framework
- Owner: sksaju
- Created: 2020-12-03T17:45:36.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-16T18:34:18.000Z (about 4 years ago)
- Last Synced: 2024-11-06T05:35:11.876Z (3 months ago)
- Topics: mvc, php, php-framework
- Language: PHP
- Homepage:
- Size: 49.8 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# php-micro-framework
Minimalistic custom MVC framework.## NOT READY FOR PRODUCTION
----
## Installation1. 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