delivery-sdk-php icon indicating copy to clipboard operation
delivery-sdk-php copied to clipboard

Kontent.ai Delivery SDK for PHP

Results 13 delivery-sdk-php issues
Sort by recently updated
recently updated
newest added

The SDK sends a version tracking header in the following form: `X-KC-SDKID: packagist.org;kentico-kontent/delivery-sdk-php;0.9.1` with every request. This was implemented in #43 Currently, the tracking header is hardcoded in the [DeliveryClient.php](https://github.com/Kentico/kontent-delivery-sdk-php/blob/master/src/Kentico/Kontent/Delivery/DeliveryClient.php#L19)...

enhancement
help wanted
refactoring
up-for-grabs
groomed
hacktoberfest

### Motivation To improve response times Delivery API might provide stale content. Stale means that there is a more recent version, but it will become available later. This information is...

Dependencies like `typeMapper`, `propertyMapper`, `valueConverter`, `*Factory` could be injected using DI. If we implemented DI, we could also have a default container and get rid of method such as [`getModelBinder`](https://github.com/Kentico/delivery-sdk-php/blob/master/src/KenticoCloud/Delivery/DeliveryClient.php#L319)....

help wanted
refactoring
up-for-grabs
groomed
hacktoberfest