https://github.com/mondial7/eke
First draft of a Php Framework - MVC and Front Controller patterns
https://github.com/mondial7/eke
front-controller-pattern mvc-pattern php-framework php7 twig
Last synced: 6 days ago
JSON representation
First draft of a Php Framework - MVC and Front Controller patterns
- Host: GitHub
- URL: https://github.com/mondial7/eke
- Owner: mondial7
- Created: 2017-03-28T15:03:17.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-10-22T20:36:56.000Z (over 6 years ago)
- Last Synced: 2025-03-26T04:29:18.102Z (over 1 year ago)
- Topics: front-controller-pattern, mvc-pattern, php-framework, php7, twig
- Language: PHP
- Homepage:
- Size: 81.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EKE
First draft of a Php Framework - MVC and Front Controller patterns
:construction: Not Stable yet, here is why ...
:construction: It has being developed along with university projects of last and current year (the last one will be pushed soon)
:construction: Here is one of the project built on top of the framework: [findmyplace](https://github.com/mondial7/findmyplace)
# Quick & Dirty setup
```bash
cd app
composer install
```
using Composer for Twig