php-router icon indicating copy to clipboard operation
php-router copied to clipboard

PHP Router, which also has rich features like Middlewares and Controllers is simple, useful and flexible router class for PHP.

Results 19 php-router issues
Sort by recently updated
recently updated
newest added

hi i use [php-router](https://github.com/izniburak/php-router) in my framework ["flare-framework"](https://github.com/flare-framework/Flare) but after use composer update and update your packeage my framework don't work .If you can take a look at it, I...

currently this great library support Symfony as web framework . it can be good to support Swoole too . Swoole provide Async and non blocking process and can boost speed...

# Changed log - As title, since the Travis dot org is deprecated, it's time to drop the Travis CI setting.

Is to possible to use controller groups. As Laravel does. Defining controller + group in the same spot and then applying all the routes to the parent controller?

For grouping I use the pattern, but the problem is that everything works only when the url is specified with the language, without the language it gives an error. These...

bug

Hi, How to view the file.php or etc.php?

I tried my best to do. I would be very happy if I could contribute. I did the question I asked today and a little more. I added the following...

Is is possible to use two different middlewares in same controller class while using auto generated routes? for example, in following code, how can I use `SomeMiddleware` only on `postMethod1`...

I tried to use symfony/console as recommended.

As title, the `controller` and `middleware` templates always need to be created by developers manually every time. It should have the way to generate common `controllers` and `middleware` templates with...