ReasonableFramework is RVHM structured PHP framework. aka, RSF, VSPF, C-2020-018490
Go to file
2017-12-23 04:04:35 +09:00
config Update database.ini 2017-12-23 03:43:13 +09:00
route upload files 2017-12-18 05:40:04 +09:00
system Update uri.php 2017-12-23 03:41:14 +09:00
vendor upload files 2017-12-18 05:40:04 +09:00
view Update footer.php 2017-12-23 04:04:35 +09:00
index.php Update index.php 2017-12-23 04:04:01 +09:00
README.md Update README.md 2017-12-23 03:46:12 +09:00

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!

Compatible

  • Tested in PHP 5.3.3
  • Tested in PHP 7.x

How to use

  • Extract or clone this project to your shared web hosting.
  • You can use and intergrate all of PHP packages without Composer and Additional PHP Extensions! (supported autoloader)
  • You can use and rewrite by route feature! without heavy frameworks!
  • You can write your back-end code in route. (same as controller)
  • You can config database if you add your custom ini file in config directory.
  • Enjoy it!

Contact me