Update README.md

This commit is contained in:
Namhyeon Go 2018-12-11 16:02:45 +09:00 committed by GitHub
parent 45100c1b8b
commit ff445b7006
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,22 +1,20 @@
# Reasonable PHP Framework # Reasonable PHP Framework
- Reasonable Framework is PHP framework for critical legacy web environments. - Reasonable Framework is PHP framework for make solid and secure web development.
- Old version name: Very Simple PHP Framework (VSPF) - Old version name: Very Simple PHP Framework (VSPF)
## Supported feature ## Specification
- Database connection (via PDO) - Database connection (via PDO, MySQLi (MySQL Improved), MySQL Tranditional)
- URL Route, Route Controller - Route (Controller), Helper, View Structrue (Model is optional)
- Sperated View
- Model, or somethings is your freedom!
## Compatible ## Compatible
- Tested in PHP 5.3.3 - Tested in PHP 5.3.3
- Tested in PHP 7.x - Tested in PHP 7.x
## How to use ## How to use
- Extract or clone this project to your shared web hosting. - Extract or clone this project to your (restrictive) shared web hosting.
- You can use and intergrate all of PHP packages without Composer and Additional PHP Extensions! (supported autoloader) - You can use and intergrate all of PHP packages without Composer and additional extensions! (supported autoloader)
- You can use and rewrite by route feature! without heavy frameworks! - 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 write your back-end code in route. (the same as controller)
- You can config database if you add your custom ini file in config directory. - You can config database if you add your custom ini file in config directory.
- Enjoy it! - Enjoy it!
@ -69,6 +67,10 @@ renderView('templates/default/footer');
$ php cli.php --route [route name] $ php cli.php --route [route name]
``` ```
## Demo
- https://utilhome.000webhostapp.com/
- https://utilhome.epizy.com/
## Korean ## Korean
- Resonable PHP Framework(이유있는 PHP 프레임워크)는 한국의 웹 개발 환경에 적합한 PHP 프레임워크입니다. - Resonable PHP Framework(이유있는 PHP 프레임워크)는 한국의 웹 개발 환경에 적합한 PHP 프레임워크입니다.
- Composer를 포함한 별도의 개발 보조 도구, PHP 플러그인, PHP 프레임워크가 사용 불가능한 환경에 적합합니다. - Composer를 포함한 별도의 개발 보조 도구, PHP 플러그인, PHP 프레임워크가 사용 불가능한 환경에 적합합니다.