Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michalwa/wiibd
A crude implementation of the Model View Controller paradigm in PHP together with a basic ORM + doc-comment-based annotations
https://github.com/michalwa/wiibd
mvc php web
Last synced: 7 days ago
JSON representation
A crude implementation of the Model View Controller paradigm in PHP together with a basic ORM + doc-comment-based annotations
- Host: GitHub
- URL: https://github.com/michalwa/wiibd
- Owner: michalwa
- Created: 2019-09-22T18:58:47.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-06T11:11:24.000Z (about 4 years ago)
- Last Synced: 2025-01-19T04:46:34.458Z (27 days ago)
- Topics: mvc, php, web
- Language: PHP
- Homepage:
- Size: 412 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wiibd
Basic implementation of the Model View Controller paradigm in PHP 7 together with a basic ORM implementation
## Installation
If you're hosting with Apache, make sure you look into `config.ini` and specify the
root URL path for the application. If serving with PHP, `rootUrl` can be left at `/`.