From e9cc30e5a46790202fe9dfb19fcd8212bec49008 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Wed, 12 Apr 2023 15:49:52 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c4fad41..4bb4f4a 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ $ php cli.php --route :route --session-id :session_id ## Comment about PSR standards Many people are saying that this project seems to be distant from the PSR standards, and that claim is correct. -The coding convention of this project is similar to the CGI style that was widely used in the early 2000s. Moreover, this style is still observed in solutions written in PHP that are sold in markets such as WordPress plugins or Codecanyon in 2023. +The coding convention of this project is similar to the CGI style that was widely used in the early 2000s. Moreover, this style is still observed in solutions written in PHP that are sold in markets such as [WordPress](https://wordpress.org/) plugins, a local-optimized CMS(e.g. [GNUBOARD5](https://github.com/gnuboard/gnuboard5)), or [Codecanyon](https://codecanyon.net/) in 2023. Although this project hardly uses object-oriented concepts and does not use package managers like Composer much, it still incorporates concepts such as Model, View, Controller, Router, and Helper that are proposed in modern frameworks, and we have made efforts to provide a similar experience as much as possible.