https://github.com/eghojansu/moe
A PHP Framework Based on Fatfree Framework
https://github.com/eghojansu/moe
Last synced: 3 months ago
JSON representation
A PHP Framework Based on Fatfree Framework
- Host: GitHub
- URL: https://github.com/eghojansu/moe
- Owner: eghojansu
- License: mit
- Created: 2015-07-16T04:09:49.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-09-11T01:48:17.000Z (almost 10 years ago)
- Last Synced: 2025-02-09T12:43:09.286Z (4 months ago)
- Language: PHP
- Size: 398 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# moe
A Light PHP framework based on [Fatfree Framework](http://fatfreeframework.com)> Currently there is no documentation and unit test for this framework.
> But version 0.2.0+ was stable (by manual test :D)## Differences with Fatfree Framework
- Every class namespaced with moe\
- F3 Autoloader deleted, and now it depends on composer autoloader
- Template auto parse, just declare TEMPLATE vars to activate it
- Delete F3 DB ORM
- Add new class Database, AbstractModel, Validation## Installation
Use [Composer](http://getcomposer.org) to install this package{
"require": {
"eghojansu/moe": "dev-master"
},
"minimum-stability": "dev"
}