File tree Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ Some of the provided features:
1616* Route groups (by prefix, middleware, and domain)
1717* Route naming (and generating route by name)
1818* PSR-7 requests and responses
19- * Views
19+ * Views (simple PHP/HTML views)
2020* Multiple (sub)domains (using regex patterns)
2121* Custom HTTP methods
22- * Integrated with an Ioc Container([ PhpContainer] ( https://github.com/miladrahimi/phpcontainer ) )
23- * Method and constructor auto-injection of request, route, url , etc
22+ * Integrated with an IoC Container ([ PhpContainer] ( https://github.com/miladrahimi/phpcontainer ) )
23+ * Method and constructor auto-injection of Request, Route, Url , etc
2424
25- The current version requires PHP ` v7.1 ` or newer versions including ( ` v8.0 ` ) .
25+ The current version requires PHP ` v7.1 ` or newer versions including ` v8.0 ` .
2626
2727## Contents
2828- [ Versions] ( #versions )
@@ -53,9 +53,6 @@ Supported versions:
5353Unsupported versions:
5454
5555* v3.x.x
56-
57- Unavailable versions:
58-
5956* v2.x.x
6057* v1.x.x
6158
@@ -102,9 +99,9 @@ Here you can see sample configurations for NGINX and Apache HTTP Server.
10299
103100### Getting Started
104101
105- It's so easy to work with PhpRouter ! Just take a look at the following example.
102+ It's so easy to work with Php Router ! Just take a look at the following example.
106103
107- * API Example:
104+ * JSON API Example:
108105
109106 ```php
110107 use MiladRahimi\PhpRouter\Router;
You can’t perform that action at this time.
0 commit comments