ReasonableFramework is RVHM structured PHP framework. aka, RSF, VSPF, C-2020-018490
|
|
||
|---|---|---|
| config | ||
| route | ||
| system | ||
| vendor | ||
| view | ||
| index.php | ||
| README.md | ||
verysimplephpframework
Very simple PHP Framework for No Composer, No Addtional PHP Extension (ex: shared hosting) environment.
Supported feature
- Database connection (via PDO)
- URL Route, Route Controller
- Sperated View
- Model, or somethings is your freedom!
How to use
- Extract or clone this project to your shared web hosting.
- You can use all of PHP packages without Composer!
- You can use and rewrite by route feature! without heavy frameworks!
- You can write your back-end code in route (same as controller)
- Enjoy it!