Update README.md

This commit is contained in:
Namhyeon Go 2017-12-18 05:36:36 +09:00 committed by GitHub
parent eacf90157d
commit a722367c70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,2 +1,17 @@
# 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 write your back-end code in route (same as controller)
- Enjoy it!
# Contact me
- gnh1201@gmail.com