-
I don't see any reason why getQueryParams method returns first parameter with question mark. Question mark is not part of query string, it just defines where it starts. I believe we should strip it.
-
For some reason when posting the `4.11.0` tag someone forgot to change also the version.
https://github.com/slimphp/Slim/blob/b0f4ca393ea037be9ac7292ba7d0a34d18bac0c7/Slim/App.php#L41
What is th…
-
I'm facing an issue while attempting to develop a caching middleware within Slim 4.11. It appears that regardless of whether I'm using the `withHeader` or `withAddedHeader` methods, there might be a c…
-
I installed [3.12.4](https://github.com/slimphp/Slim/tree/3.x) by composer, but display of `App::VERSION` is **3.12.3**
~~~
$ composer show -i
:
slim/slim 3.12.4 Sli…
-
- **Installation Method:** Traditional
- **Host OS:** Ubuntu 16.04
**Describe the issue in full detail, including screenshots if possible:**
I try to use Mixx for live brodcast, but every time …
-
![image](https://github.com/myaaghubi/PHP-Frameworks-Bench/assets/249085/1d07a4bf-b060-4c9f-9320-b7c9d03c2a74)
-
Hi hi
If I call a non existing route, Slim throws a HttpNotFoundException, but TYPO3 does not catch it, and the client finally gets a 500.
I would like to better handle Slim errors, maybe like t…
-
According to [the documentation](http://www.slimframework.com/docs/v4/objects/request.html)
```
The PSR-7 Request object’s URI is itself an object that provides the following methods to inspect th…
-
I have a login, which contains `@` in username and password. User info with this character is currently not encoded. I think there should be a `filterUserInfo()` method to correctly encode input as ot…
-
**Environment**
1. Version (e.g. 2017.10)
2. Integration (Laravel, TYPO3, Symfony, SlimPHP or Flow)
3. System (Linux, Mac, Windows)
**Describe the bug**
A clear and concise description of what …