You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simple PHP Fast Routing for Small Web Application or Rest API .
4
4
5
+
**DRIM** is the abbreviation of **D**ispite **R**edicule **I**t's **M**ade . Basically its being published as an open source PHP Micro Framework . As far now, I'm publishing it's basic routing system .
6
+
7
+
8
+
5
9
### Features
6
10
7
11
1. Easy Deployment
8
12
2. Fastest Routing
9
13
3. Parameter Supports
10
14
4. Request Handlier [GET, POST, PUT, DELETE, ANY]
11
-
5.Controller Forwarding
12
-
6.Redirecting
15
+
5.Redirecting
16
+
6.Controller Forwarding
13
17
14
18
15
19
16
20
### User Guide
17
21
18
-
###### Route Structures
22
+
How to use DRIM PHP Route
23
+
24
+
##### Understanding Route Structures
19
25
20
26
`Route::METHOD(ROUTE, CALLBACK);`
21
27
@@ -25,19 +31,164 @@ That means, a route should be like
0 commit comments