reasonableframework/README.md

24 lines
783 B
Markdown
Raw Normal View History

2017-12-17 20:31:10 +00:00
# verysimplephpframework
Very simple PHP Framework for No Composer, No Addtional PHP Extension (ex: shared hosting) environment.
2017-12-17 20:36:36 +00:00
2017-12-17 20:36:55 +00:00
## Supported feature
2017-12-17 20:36:36 +00:00
- Database connection (via PDO)
- URL Route, Route Controller
- Sperated View
- Model, or somethings is your freedom!
2017-12-22 18:45:53 +00:00
## Compatible
2017-12-22 18:46:12 +00:00
- Tested in PHP 5.3.3
- Tested in PHP 7.x
2017-12-22 18:45:53 +00:00
2017-12-17 20:36:55 +00:00
## How to use
2017-12-17 20:36:36 +00:00
- Extract or clone this project to your shared web hosting.
2017-12-19 02:30:19 +00:00
- You can use and intergrate all of PHP packages without Composer and Additional PHP Extensions! (supported autoloader)
2017-12-17 20:37:38 +00:00
- You can use and rewrite by route feature! without heavy frameworks!
2017-12-17 20:41:51 +00:00
- 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.
2017-12-17 20:36:36 +00:00
- Enjoy it!
2017-12-17 20:36:55 +00:00
## Contact me
2017-12-17 20:36:36 +00:00
- gnh1201@gmail.com