-
It's a PSR-18 client: https://github.com/amphp/http-client-psr7/ compatible with fibers.
-
I'm trying to integrate with the Okta using oauth2-client. When i try to log in, I get error:
invalid_request#0 /var/www/html/app/vendor/league/oauth2-client/src/Provider/AbstractProvider.php(628)
…
-
I am using tcpdf as a module in webtrees. On their demonstration installation, creating a PDF works fine, but in my installation I get this:
`Undefined array key "n" …/vendor/tecnickcom/tcpdf/tcpdf.p…
-
After doing an automatic update through the admin panel in owncloud the integrity check fails on the updater folder (see below). Please fix the reason and provide a new update of owncloud with the cor…
janmz updated
3 months ago
-
The library has a hard dependency on Guzzle 7. My application only uses Symfony's HttpClient (which rocks). Instead of requesting that you use my favorite client, the most flexible way is to allow a…
-
```
function insert_data_to_google_sheet($data): void {
$client = getGoogleClient();
$service = new \Google_Service_Sheets($client);
$spreadsheetId = '1BgVqitbiMSP2sNQNy1hk0PCoItxacbye…
-
### ⚠️ This issue respects the following points: ⚠️
- [x] This is a **bug**, not a question or a configuration/webserver/proxy issue.
- [x] This issue is **not** already reported on [Github](https://…
-
I recently encountered an issue with the Pusher PHP Server library in my Laravel application.
The error I faced is:
```php
TypeError: json_decode(): Argument #1 ($json) must be of type strin…
-
I am trying to index url using php (CodeIgniter 4)
My Code Below.
namespace App\Libraries;
use Google_Client;
use GuzzleHttp;
use GuzzleHttp\Client;
use CodeIgniter\HTTP;
require_once ROOTP…
-
When using `containerInspect()` I get this error message:
```
Unable to access built-in filter: stream_filter_append(): unable to locate filter "chunk"
```
Code:
```
$ContainerManager = Docker…