Commit Graph

124 Commits

Author SHA1 Message Date
SteamPixel
48fa409e7f Added local dev environment to ignore list 2020-05-15 10:40:12 +02:00
SteamPixel
26e9ec784f
Update composer.json
Updated author information
2020-01-15 09:18:00 +01:00
SteamPixel
d3713a3aee
Merge pull request #17 from ImMaax/master
Added myself to composer.json
2020-01-15 09:15:46 +01:00
SteamPixel
d8bb60d8dc
Update README.md
Thought the mention of "single class" is important :-)
2020-01-15 09:12:58 +01:00
Max
921e85f2b8
Added my homepage 2020-01-14 15:24:28 +01:00
Max
93276e0ae2
Added myself to composer.json 2020-01-14 15:17:35 +01:00
SteamPixel
6bae948408 Added composer instruction 2020-01-14 13:00:35 +01:00
SteamPixel
cdeb25f770 Added composer instruction 2020-01-14 13:00:23 +01:00
SteamPixel
c871154b36 Corrected namespace 2020-01-14 12:55:52 +01:00
SteamPixel
ccd615893b Removed vagrant test setup 2020-01-14 12:53:10 +01:00
SteamPixel
a3828a61d3 Removed vagrant test setup 2020-01-14 12:52:45 +01:00
SteamPixel
7a3d28bacc Corrected namespace in folder structure 2020-01-14 12:03:03 +01:00
SteamPixel
6b174280d5 Added zip to docker setup 2020-01-14 11:49:30 +01:00
SteamPixel
560f8736c0 Moved Route.php to src folder 2020-01-14 11:44:26 +01:00
SteamPixel
aa76b4f7e9 Changed namesapce 2020-01-14 11:43:16 +01:00
SteamPixel
d050a70f30 Added autoloader information to composer json 2020-01-14 11:42:35 +01:00
SteamPixel
96f49285bb Added git to docker setup 2020-01-14 11:39:36 +01:00
SteamPixel
8938651c4d Renamed composer package 2020-01-14 11:14:24 +01:00
SteamPixel
9be968b012 Initiated composer package 2020-01-14 11:06:42 +01:00
SteamPixel
db0634413e Added composer to Docker setup 2020-01-14 11:04:04 +01:00
SteamPixel
545d321e0d Added namespacing 2020-01-14 10:42:38 +01:00
SteamPixel
6674759d96 Corrected documentation of run() arguments 2020-01-11 22:57:18 +01:00
SteamPixel
3c7b6e2412 Corrected documentation of run() arguments 2020-01-11 22:56:41 +01:00
SteamPixel
2acc000d98 The multi match mode is now optional 2020-01-11 22:44:56 +01:00
SteamPixel
6b9c6bbf6d Removed the header() calls from the class to add more flexibility to 404 and 405 routes 2020-01-11 22:18:06 +01:00
SteamPixel
8e5fb1157a Added php info route 2020-01-10 23:13:53 +01:00
SteamPixel
d241420287 Added dockerfile for php 7.4.1 2020-01-10 23:11:59 +01:00
SteamPixel
92af3f3e2c Fixed index.php navigation 2020-01-10 22:56:48 +01:00
SteamPixel
08e5748f1a Renamed old dockerfile 2020-01-10 22:50:16 +01:00
SteamPixel
8e9dfc667d
Merge pull request #11 from ImMaax/master
Unified the code style across the project, fixed grammar issues, added TODOs
2020-01-08 16:53:01 +01:00
Maximilian Götz
8a198bc168 Unified the code style across the project, fixed grammar issues, added TODOs 2020-01-08 16:25:45 +01:00
SteamPixel
9cc623d215
Merge pull request #9 from ImMaax/master
Corrected README.md and moved the license into its own file
2019-07-25 10:05:49 +02:00
Max
129790eb43
Moved the license into its own file 2019-07-24 17:59:47 +02:00
Max
e873ec0557
Update README.md 2019-07-24 17:56:58 +02:00
SteamPixel
ed6b43849b
Added SimplePHPPages to readme 2019-03-13 16:06:51 +01:00
SteamPixel
7153d369c1
Merge pull request #5 from sanderaido/master
Added option to define routes with multiple allowed methods
2019-02-25 16:25:37 +01:00
Sander A
3788078fe1 Renamed sample back to original
Misunderstood reference
2019-02-22 01:10:47 +02:00
Sander A
4322382046 Added Phpdoc to the Route::add method
For easier understanding of accepted types and better code validation support
2019-02-22 01:08:36 +02:00
Sander A
33c54c8511 Added option to define routes with multiple allowed methods 2019-02-22 01:06:38 +02:00
Sander A
d3f5e77ad3 Merge remote-tracking branch 'upstream/master' 2019-02-21 23:27:07 +02:00
Chris
16ef364730 Corrected spelling 2019-01-31 11:08:37 +01:00
Chris
bd2e4aa951 Corrected spelling 2019-01-31 11:04:29 +01:00
Chris
05596c4048 Corrected spelling 2019-01-31 11:04:03 +01:00
Chris
46cd9641bb Deleted old route test 2019-01-31 11:02:57 +01:00
Chris
80bfe096b8 Added handling for case and trailing slashes 2019-01-31 10:54:07 +01:00
Chris
6255a05061 Moved the navigation to a function to avoid the 'headers already sent' problem 2019-01-31 10:17:40 +01:00
Chris
5bbd61d112 Added docker test setup 2019-01-31 09:24:54 +01:00
Sander A
642f9b8edd
Merge pull request #1 from sanderaido/trailing-slash
Remove trailing slash from routes
2019-01-31 03:27:11 +02:00
Sander A
338c77594d
Remove trailing slash from routes
Remove trailing slash from route (unless it's the root slash) before matching against routes. This ensures that both "/events" and "/events/" are matched with the route "/events"
2019-01-31 03:26:38 +02:00
SteamPixel
26683559b4
Update README.md
replaced apache with Apache2
2018-10-25 12:55:04 +02:00