We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22b9c0d commit 2392579Copy full SHA for 2392579
.gitignore
@@ -0,0 +1 @@
1
+/vendor/
composer.json
@@ -0,0 +1,20 @@
+{
2
+ "name": "grephq/php-router",
3
+ "description": "Dynamic routing",
4
+ "type": "project",
5
+ "license": "MIT",
6
+ "authors": [
7
+ {
8
+ "name": "Olorunfemi-Ojo Tomiwa",
9
+ "email": "ot.server1@outlook.com",
10
+ "homepage": "https://github.com/Tomiwa-Ot",
11
+ "role": "Developer"
12
+ }
13
+ ],
14
+ "support": {
15
16
+ "wiki": "https://github.com/grephq/php-router/wiki"
17
+ },
18
+ "minimum-stability": "stable",
19
+ "require": {}
20
+}
0 commit comments