-
It would be pretty useful if this library were be [PSR-7 compliant](https://www.php-fig.org/psr/psr-7/). There are also some interfaces provided as a [composer package](https://packagist.org/packages/…
-
Looks like this library comes with it's own implementation of HTTP messages, almost identical to those defined in PSR-7 standard, but not compatible on interface level. I can see that:
- `UriInterface…
-
Hello, I've noticed this library uses https://packagist.org/packages/apimatic/unirest-php for it's http client, instead of the widely adopted https://packagist.org/packages/psr/http-client.
As psr/h…
-
I have been working on a fork here:
https://github.com/academe/phpParticle
The aims were initially to make working with composer a little smoother. I've then decided to remove the reliance on curl a…
-
Are there any plans for PSR-7 support? It would be great if we could set up tracking and then get a PSR-7 request from the tracker to send it out using our own HTTP client. Also creating a new tracker…
-
I have a project that uses Guzzle6, which conflicts with the 5.3 dependency in this project. As a result, I cannot install via composer.
With PSR-7 support, I would be able to make this work. It's …
-
Is it doable? If so, let's get it done. :)
-
Just found out that there's a new standard interface for Link definitions from the [PHP-FIG](http://www.php-fig.org/) group, the [PSR-13](http://www.php-fig.org/psr/psr-13/), which among other things …
-
### Preconditions and environment
- Magento version: `2.4.6-p6`
### Steps to reproduce
1. Create a Product in the CMS. Add a SKU (for example `4201503002/size38/bleu fonce`) and assign a s…
-
could not find driver
CREATE TABLE "commands" (
"id" integer PRIMARY key autoincrement NOT NULL,
"name" varchar,
"description" varchar,
"synopsis" varchar,
"arguments" text,
"option…