-
**PHP version**: 7.3.23
**Description**
I am trying to get GitLabPHP/Client running with Slim Psr7 ( psr17 compliant ). It uses discovery.
The Docs say that slim framework should work:
> A b…
-
A complete JSON RESTful API using PHP and MySQL. We will use the SlimPHP framework along with PDO to interact with the MySQL database.
RESTful API handles CRUD operations:
Reads Data from DB usin…
-
Hi,
I want to use some URLs like this: `dict://Workload`. This url scheme is registered for the Dictionary Application from macOS. Is there a way to configure the allowed schemes?
-
I've read the docs about [slim4-skeleton architecture](https://odan.github.io/slim4-skeleton/architecture.html) and other resources about DDD and Hexagonal Architecture but seem to not understand ever…
-
Hi, I was just taking a look at the unit tests for Slim 4 and noticed if you set them to run in a random order you generate errors due to state inconsistencies.
Are the tests setup to execute in a …
-
Hi,
i am trying to get slim psr-7 running in an project where https://github.com/php-http/discovery is used. But I get following error.
```
{
"message": "Slim Application Error",
"ex…
-
Hello I am trying to get GitlabPHP running in my slim project.
The docs at https://docs.php-http.org/en/latest/httplug/users.html said it should work with slim too.
> $ composer require php-http/m…
-
Hello, thanks for your efforts on "Make PHP Great Again", there are a few questions I want to figure out.
I've used SlimPHP and workerman before, now I'm wondering is there any [singleton issue or…
-
Hi
please, can you add csrf middleware on the skeleton ? I fail to implement it and think its a good exemple to understand Slim4 and ADR
thank you
-
how to run Slim Framework 3 and Eloquent 5.2 on PeachPie, I'm trying to create a new project using PeachPie, but I can not get it to work, it's giving exception and many warning messages
The projec…