Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sroehrl/php-basics
MVC PHP boilerplate
https://github.com/sroehrl/php-basics
Last synced: 10 days ago
JSON representation
MVC PHP boilerplate
- Host: GitHub
- URL: https://github.com/sroehrl/php-basics
- Owner: sroehrl
- Created: 2020-04-22T14:16:10.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-13T11:53:50.000Z (almost 3 years ago)
- Last Synced: 2023-03-02T10:33:02.614Z (over 1 year ago)
- Language: PHP
- Size: 62.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PHP MVC boilerplate / "frameworkless framework"
Basic structure for clean projects
## Installation
1. create a `.env` file based on `example.env`
2. setup your database credentials in `startup.php`
3. run or visit `install.php`## As seen on Twitch
[twitch](https://twitch.com/neoan)
[youtube](https://www.youtube.com/channel/UCP850LSAISLV-oZllf0DkbA)