yin icon indicating copy to clipboard operation
yin copied to clipboard

The efficient and elegant JSON:API 1.1 server library for PHP

Results 5 yin issues
Sort by recently updated
recently updated
newest added

Instead of passing in a response object the `JsonApi` class should use a `HttpFactoryInterface` to generate the response if and when it is needed. This will break backwards compatibility and...

I am looking for a way to define a pure "info" document. Easiest would be to create a base class that implements `DocumentInterface`, but all the `WoohooLabs\Yin\JsonApi\Response\Responder::ok()` methods require a...

enhancement

Hi all, I need help with this one. When I have `json:api `response data with relationship of same type (e.g. parent or child - relationship with it-self) and their id's...

When using cross relations between 2 resources the current design pattern used by the yin resource transformers has the issue of circular dependencies. I think it is necessary to cross...

``` Fatal error: Declaration of WoohooLabs\Yin\JsonApi\Request\AbstractRequest::withCookieParams(array $cookies) must be compatible with Psr\Http\Message\ServerRequestInterface::withCookieParams(array $cookies): Psr\Http\Message\ServerRequestInterface in /srv/app/vendor/woohoolabs/yin/src/JsonApi/Request/AbstractRequest.php on line 212 ``` `ServerRequestInterface` now has the return types specified, so `AbstractRequest` must...