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

DataLoaderPhp is a generic utility to be used as part of your application's data fetching layer to provide a simplified and consistent API over various remote data sources such as databases or web ser...

Results 11 dataloader-php issues
Sort by recently updated
recently updated
newest added

Hi, great job on the lib guys! It really does bring cool possibilities to PHP-driven apps :) Quite recently I started to look into possibilities to introduce DataLoader to a...

I use the example [here](https://github.com/overblog/dataloader-php#using-with-webonyxgraphql), but the promise returned by loadMany method never get triggered, why? ```php class CustomerLoader { /** * @var WebonyxGraphQLSyncPromiseAdapter */ private $promiseAdapter; public function __construct($promiseAdapter)...

I think I discovered a bug in Dataloader. It has a static variable `Dataloader::$instances` where it keeps instances of itself. On `__destruct` the instance that destructs is taken out of...

As a Symfony developper, I want to develop a DataCollector to know more about our usage during development process. A dedicated `DataLoaderLogger` with logged get and cached activities could be...

> – The Array of values must be the same length as the Array of keys. > – Each index in the Array of values must correspond to the same...

I am really struggling to create even a simple version of this using the documentation. Here is my code: ```php use GuzzleHttp\Promise\Promise; use Overblog\DataLoader\DataLoader; use Overblog\PromiseAdapter\Adapter\GuzzleHttpPromiseAdapter; class Sandbox { public...

Fixing [this issues](https://github.com/webonyx/graphql-php/issues/244) will be the first step.

**Prelude:** When I found the dataloader concept by facebook via this package, it was the last piece that missed in the whole concept behind graphql, to make it "composable" without...

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4.1.7. Release notes Sourced from actions/download-artifact's releases. v4.1.7 What's Changed Update @​actions/artifact dependency by @​bethanyj28 in actions/download-artifact#325 Full Changelog: https://github.com/actions/download-artifact/compare/v4.1.6...v4.1.7 v4.1.6 What's Changed updating @actions/artifact...

dependencies