ReasonableFramework is RVHM structured PHP framework. aka, RSF, VSPF, C-2020-018490
Go to file
2020-02-04 19:14:14 +09:00
assets Update payman.js 2019-10-14 01:54:13 +09:00
helper Update zabbix.api.php 2020-02-04 14:54:42 +09:00
route Update orderpay.step2.pgkcp.php 2020-01-25 03:20:06 +09:00
storage Update and rename logging.ini.php to log.ini.php 2020-01-23 21:27:15 +09:00
system Update security.php 2020-02-04 19:14:14 +09:00
vendor add lguplus sms sdk 2019-10-08 10:24:00 +09:00
view Update view_orderpay.pgkcp.php 2020-01-25 01:41:08 +09:00
webapp Create webapp.md 2019-02-23 05:32:09 +09:00
bootstrap.707.sh Create bootstrap.707.sh 2019-04-15 15:38:36 +09:00
bootstrap.sh Update bootstrap.sh 2019-02-26 16:24:34 +09:00
cli.php big changed: scope -> shared_var 2020-01-28 13:39:54 +09:00
composer.json Update composer.json 2020-01-21 21:03:07 +09:00
fixindent.sh fix vendor, indentation 2019-05-20 17:19:05 +09:00
FUNDING.yml Update and rename .github/FUNDING.yml to FUNDING.yml 2019-05-24 10:45:59 +09:00
index.php Update index.php 2020-01-29 20:46:18 +09:00
KOREAN.MD Update KOREAN.MD 2018-07-22 23:41:22 +09:00
LICENSE Create LICENSE 2018-07-23 15:49:22 +09:00
README.md Update README.md 2020-01-29 00:53:48 +09:00
SECURITY.md Update SECURITY.md 2019-07-16 16:10:08 +09:00
VERSION.MD Update VERSION.MD 2018-03-09 22:00:19 +09:00
welcome.bat Update welcome.bat 2018-07-23 14:03:15 +09:00
welcome.sh Update welcome.sh 2018-07-23 14:03:25 +09:00

ReasonableFramework

Discord View Licence Librapay

  • ReasonableFramework is RVHM structured PHP web framework, securely and compatibility
  • Prefix code: RSF (ReasonableFramework)
  • Old prefix code: VSPF (Very Simple PHP Framework)

Donate us (technical support)

Specification

  • Database connection (via PDO, MySQLi (MySQL Improved), MySQL Tranditional, MySQL CLI, Oracle(OCI))
  • RVHM Structure: R is Route (like as controller), V is View, H is Helper (like as import on Python/Go/NodeJS), M is Model and implemented with KV bind(like as Map data structure), Model is not required.
  • AppJail(Experimental): Load a legacy PHP applications on the jailed area without modifying the source code.

Compatible

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

How to use

  • Extract or clone this project to your (restrictive) shared web hosting.
  • You can intergrate all of PHP projects (linear, modular (ex. autoloader), or others) without complicated extensions.
  • You can write your code and rewrite by route parameter without heavy framework. (like as controller)
  • You can add your custom ini.php configuration file in config directory.
  • Enjoy it!

Map of structure

Map of structure

Roadmap: Support legacy

  • Support critical legacy web server (old: PHP 4.x ~ modern: 7.x)
  • Support critical old browser (old: IE 6 ~ modern: IEs 11)
  • Support experience clean & modern PHP environments without hard study.

Contact me

Quick Start

  1. git clone https://github.com/gnh1201/reasonableframework.git
  2. set up database configuration: /storage/config/database.ini.php
  3. touch(make new file): /route/example.php
  4. go to http://[base_url]/?route=example or http://[base_url]/example/(if set .htaccess) in your web browser.
  5. enjoy it.

Examples

[NEW] Advanced security (only for sponsors)

  • CORS, CSRF, XSS, SQL-injection protection is common security, it is free and open-source for everyone.
  • Firewall, DDoS protection, and more tools are available only for sponsors. see details

How to use CLI

$ php cli.php --route [route name]

한국어(Korean)

  • 리즈너블(이유있는) 프레임워크는 제약 사항이 많은 웹 개발 환경을 위해 설계된 PHP 프레임워크입니다.
  • 개발 자산 및 능력이 취약한 환경에 집중한 설계를 기반으로 높은 수준의 안정성과 보안을 제공합니다.
  • PHP를 기반으로 하는 무료 웹 호스팅에서도 원활하게 돌아가도록 지원합니다.
  • 개발 인력이 객체지향, 모듈러(MVC), 시큐어 코딩 등 현대적인 웹 기술을 모르더라도, 더 높은 기술 수준을 지원합니다.
  • 리즈너블 프레임워크는 CSRF, XSS, SQL 인젝션 등 기초적인 보안 위협에 사전 대응하도록 설계되어 있습니다.
  • PHP 버전 4 부터 버전 7까지 다양한 기업 적용 사례를 보유하고 있습니다.
  • 공식 카카오톡 채팅방을 통해 신속한 버그 및 보안이슈 해결이 가능합니다. https://open.kakao.com/o/g9spGfrb

English

  • Reasonable Framework is a PHP framework designed for highly constrained web development environments.
  • Delivers a high level of reliability and security based on a design focused on vulnerable environments.
  • It also works smoothly on free web hosting based on PHP.
  • Even if the development staff doesn't know modern web techniques such as object-oriented and modular (MVC) and secure coding, we're support the higher technical level.
  • Resonable Framework is designed to proactively respond to fundamental security threats such as CSRF, XSS, and SQL injection.
  • We have various enterprise cases from PHP version 4(legacy) to 7(modern).
  • You can quickly resolve bugs and security issues in our chatting room: https://open.kakao.com/o/g9spGfrb

Contact us