Commit Graph

  • 053d4f30b2 Fix false 405 by removing key in routes array master Sky Johnson 2023-03-08 15:51:18 -0600
  • bf6da3b990 Fix processing the basePath, array mismatch issue with tokenize Sky Johnson 2021-12-19 13:20:21 -0600
  • 241d652283 🔧 One more namespace fix! Skylear 2021-07-22 13:09:33 -0500
  • 6ecb416155 🔧 Fix package for Composer Skylear 2021-07-22 12:55:42 -0500
  • f85ca7666a
    Merge pull request #11 from splashsky/fix-overlapping-constraint-bug Skylear 2021-07-16 13:03:42 -0500
  • ae61bee272 🚧 Attempt to fix overlap by making constraints route-specific Skylear 2021-07-16 12:51:23 -0500
  • bf56160b33
    Merge pull request #10 from splashsky/add-route-group Skylear 2021-07-16 07:53:45 -0500
  • 227e5edc06 🧼 Clean up request handling by treating basePath similar to other routes Splashsky 2021-07-16 07:20:58 -0500
  • 3dd5ddc83e 🧴 Make constraint definitions smoother via trim Splashsky 2021-07-16 07:17:40 -0500
  • d0bef18c59 🧼 Clean up routing behavior with new trim method Splashsky 2021-07-16 07:14:33 -0500
  • 1393e0face 🚧 Build new prefix group type Splashsky 2021-07-16 07:06:37 -0500
  • 9a04c906a7 Add @return tags to comments Splashsky 2021-07-16 04:43:30 -0500
  • c45aed8ec8
    Merge pull request #7 from splashsky/improve-tokenizing-speed Skylear 2021-07-15 17:28:38 -0500
  • 559196be54 ⏱️ Replace preg_replace in tokenize with str_replace Skylear 2021-07-15 17:26:28 -0500
  • 236612125e
    Merge pull request #6 from splashsky/allow-regex-constraints Skylear 2021-07-15 16:56:20 -0500
  • 0890106d41 Move $uri var in run() Skylear 2021-07-15 16:45:56 -0500
  • 64119b258b 📑 write docblocks for the router methods Skylear 2021-07-15 16:44:30 -0500
  • 8a523c3ed2 💡 Add function to redefine default parameter constraint Skylear 2021-07-15 16:17:53 -0500
  • 3a1e5b65d7 👷 rebuild tokenize() to allow for RegEx constraints on routes via a chain method / #5 Skylear 2021-07-15 16:14:20 -0500
  • ece7e35959 Update uri tokenizing to accept \w and \- Skylear 2021-07-15 15:42:16 -0500
  • 80a4769308 Remove -php from composer and readme Skylear 2021-07-15 15:00:36 -0500
  • 11da4f3a64 Update README and remove examples for now Skylear 2021-07-15 14:40:58 -0500
  • aa32226435 Adapt uri parser to accept simpler, generic parameter placeholders Skylear 2021-07-15 14:26:00 -0500
  • 087ddabfff Remove trailing slash matters, shorten run function Skylear 2021-07-15 12:21:22 -0500
  • a5cd607129 Refactor $callback to $action Skylear 2021-07-15 12:01:41 -0500
  • cbc4269e19 Small description update in composer.json Skylear 2021-07-14 16:17:14 -0500
  • 5a19471b8f Refactor and reorganize entire repo Skylear 2021-07-14 16:16:33 -0500
  • 91aec2d0bc Added known routes example to readme SteamPixel 2021-03-22 09:11:59 +0100
  • 03b7de9fcc Merge branch 'known-routes' SteamPixel 2021-03-22 09:02:02 +0100
  • 7218e53473 Added return test to navigation SteamPixel 2021-03-22 09:01:32 +0100
  • 7ff0f40ec1 Added method and examples for known routes SteamPixel 2021-02-08 11:14:14 +0100
  • d7775a9fad Added example for injecting variables to local scope SteamPixel 2021-02-08 11:00:50 +0100
  • f245e21468 Added arrow function example and description SteamPixel 2021-02-08 10:54:37 +0100
  • b3e284ea15 Added arrow function example and description SteamPixel 2021-02-08 10:52:14 +0100
  • ae1c66b0f7 Removed newline SteamPixel 2021-02-08 10:27:43 +0100
  • cf50d67279 Removed outdated themes and layouts repo SteamPixel 2021-02-08 10:26:42 +0100
  • 19cccadb14 Added release file to ignore list SteamPixel 2021-01-14 20:49:30 +0100
  • 02d75226dc Merge branch 'master' of github.com:steampixel/simplePHPRouter SteamPixel 2021-01-14 20:46:14 +0100
  • 7358af8887
    Merge pull request #39 from mrjk990/patch-2 SteamPixel 2021-01-14 20:42:57 +0100
  • 6a7ce39e72
    Update Route.php mrjk990 2021-01-14 19:55:48 +0200
  • dbb63d3043 Added return feature and arrow function example SteamPixel 2021-01-14 15:52:23 +0100
  • 66a6bbae95 Merge branch 'master' of github.com:steampixel/simplePHPRouter SteamPixel 2021-01-14 15:07:27 +0100
  • 08538d9097
    Merge pull request #37 from mrjk990/patch-1 SteamPixel 2021-01-14 15:07:11 +0100
  • 7e239af04d Added non english routes to example SteamPixel 2021-01-14 15:07:02 +0100
  • 542d4330e8 Added non english route example SteamPixel 2021-01-14 14:54:43 +0100
  • c2cd96ab90
    fix regex to support for non english letters mrjk990 2021-01-09 23:20:29 +0200
  • 6168bc9ab5
    Merge pull request #35 from beopuppy/master SteamPixel 2020-10-19 11:05:59 +0200
  • 1c52029ca0 Add web.config (IIS) rewrite rule Markus Geiger 2020-10-16 12:01:27 -0400
  • 6994d6c93e Corrected some wired PHP comments SteamPixel 2020-09-24 08:54:38 +0200
  • 7fbe414965 Added include example SteamPixel 2020-09-07 10:21:29 +0200
  • ce7225c288
    Added description of required skills SteamPixel 2020-09-07 10:07:46 +0200
  • cda1b9b36f
    Merge pull request #29 from mzaini30/patch-1 SteamPixel 2020-07-23 11:55:07 +0200
  • c0cd53ff67
    Change comment (from POST to GET) Zen 2020-07-23 17:38:11 +0800
  • 18ad2e50cb Merge branch 'master' of github.com:steampixel/simplePHPRouter SteamPixel 2020-05-15 12:14:10 +0200
  • 19ab110e79 Updated some information SteamPixel 2020-05-15 12:09:41 +0200
  • 41e85d3500 Added a basepath variable to the demo file SteamPixel 2020-05-15 12:08:23 +0200
  • f9f3522399 Added a basepath variable to the demo file SteamPixel 2020-05-15 12:02:26 +0200
  • 26e048cc88 Bugfix: Setup with subfolder works fine but doesn't match base path #23 SteamPixel 2020-05-15 11:38:43 +0200
  • 48fa409e7f Added local dev environment to ignore list SteamPixel 2020-05-15 10:40:12 +0200
  • 26e9ec784f
    Update composer.json SteamPixel 2020-01-15 09:18:00 +0100
  • d3713a3aee
    Merge pull request #17 from ImMaax/master SteamPixel 2020-01-15 09:15:46 +0100
  • d8bb60d8dc
    Update README.md SteamPixel 2020-01-15 09:12:58 +0100
  • 921e85f2b8
    Added my homepage Max 2020-01-14 15:24:28 +0100
  • 93276e0ae2
    Added myself to composer.json Max 2020-01-14 15:17:35 +0100
  • 6bae948408 Added composer instruction SteamPixel 2020-01-14 13:00:35 +0100
  • cdeb25f770 Added composer instruction SteamPixel 2020-01-14 13:00:23 +0100
  • c871154b36 Corrected namespace SteamPixel 2020-01-14 12:55:52 +0100
  • ccd615893b Removed vagrant test setup SteamPixel 2020-01-14 12:53:10 +0100
  • a3828a61d3 Removed vagrant test setup SteamPixel 2020-01-14 12:52:45 +0100
  • 7a3d28bacc Corrected namespace in folder structure SteamPixel 2020-01-14 12:03:03 +0100
  • 6b174280d5 Added zip to docker setup SteamPixel 2020-01-14 11:49:30 +0100
  • 560f8736c0 Moved Route.php to src folder SteamPixel 2020-01-14 11:44:26 +0100
  • aa76b4f7e9 Changed namesapce SteamPixel 2020-01-14 11:43:16 +0100
  • d050a70f30 Added autoloader information to composer json SteamPixel 2020-01-14 11:42:35 +0100
  • 96f49285bb Added git to docker setup SteamPixel 2020-01-14 11:39:36 +0100
  • 8938651c4d Renamed composer package SteamPixel 2020-01-14 11:14:24 +0100
  • 9be968b012 Initiated composer package SteamPixel 2020-01-14 11:06:42 +0100
  • db0634413e Added composer to Docker setup SteamPixel 2020-01-14 11:04:04 +0100
  • 545d321e0d Added namespacing SteamPixel 2020-01-14 10:42:38 +0100
  • 6674759d96 Corrected documentation of run() arguments SteamPixel 2020-01-11 22:57:18 +0100
  • 3c7b6e2412 Corrected documentation of run() arguments SteamPixel 2020-01-11 22:56:41 +0100
  • 2acc000d98 The multi match mode is now optional SteamPixel 2020-01-11 22:44:56 +0100
  • 6b9c6bbf6d Removed the header() calls from the class to add more flexibility to 404 and 405 routes SteamPixel 2020-01-11 22:18:06 +0100
  • 8e5fb1157a Added php info route SteamPixel 2020-01-10 23:13:53 +0100
  • d241420287 Added dockerfile for php 7.4.1 SteamPixel 2020-01-10 23:11:59 +0100
  • 92af3f3e2c Fixed index.php navigation SteamPixel 2020-01-10 22:56:48 +0100
  • 08e5748f1a Renamed old dockerfile SteamPixel 2020-01-10 22:50:16 +0100
  • 8e9dfc667d
    Merge pull request #11 from ImMaax/master SteamPixel 2020-01-08 16:53:01 +0100
  • 8a198bc168 Unified the code style across the project, fixed grammar issues, added TODOs Maximilian Götz 2020-01-08 16:25:45 +0100
  • 9cc623d215
    Merge pull request #9 from ImMaax/master SteamPixel 2019-07-25 10:05:49 +0200
  • 129790eb43
    Moved the license into its own file Max 2019-07-24 17:59:47 +0200
  • e873ec0557
    Update README.md Max 2019-07-24 17:56:58 +0200
  • ed6b43849b
    Added SimplePHPPages to readme SteamPixel 2019-03-13 16:06:51 +0100
  • 7153d369c1
    Merge pull request #5 from sanderaido/master SteamPixel 2019-02-25 16:25:37 +0100
  • 3788078fe1 Renamed sample back to original Sander A 2019-02-22 01:10:47 +0200
  • 4322382046 Added Phpdoc to the Route::add method Sander A 2019-02-22 01:08:36 +0200
  • 33c54c8511 Added option to define routes with multiple allowed methods Sander A 2019-02-22 01:06:38 +0200
  • d3f5e77ad3 Merge remote-tracking branch 'upstream/master' Sander A 2019-02-21 23:27:07 +0200
  • 16ef364730 Corrected spelling Chris 2019-01-31 11:08:37 +0100
  • bd2e4aa951 Corrected spelling Chris 2019-01-31 11:04:29 +0100