delivery-sdk-php
delivery-sdk-php copied to clipboard
Kontent.ai Delivery SDK for PHP
### Motivation Which issue does this fix? Fixes - #117 - #117 If no issue exists, what is the fix or new feature? Were there any reasons to fix/implement things...
### Motivation According to Kontent.ai documentation, the "project" is renamed to "environment" to correspond with the project/environment structure in Kontent.ai UI. So all, that is related to environments, should be...
### Motivation New Kontent feature - Asset renditions, will be released soon (beginning of December with) and it will be available through DeliveryAPI. We should have them covered in SDKs...
### Motivation Customers want to use their own domains in asset links instead of the default Kontent asset URL. This way the links on their webpage will look more trustworthy,...
### Motivation Fill new capabilities in code samples: https://github.com/KenticoDocs/kontent-docs-samples/tree/master/php ### Proposed solution List all items in [vNext milestone](https://github.com/Kentico/kontent-delivery-sdk-php/milestone/7) and include them in code samples. ### Additional context Add any other...
### Motivation From February 1st, 2020 Delivery API will start enforcing rate limits to ensure fair usage by as many clients as possible. These rate limits should be high enough...
### Motivation Allow developers to fetch all content item variants from the new `\items-feed` endpoint. This offers developers a way to export an entire project no matter the size. ###...
Use phpDocumentor to generate HTML API reference from php-style comments. - [ ] Create a script and hook it to the CI (the process is described at https://github.com/Kentico/delivery-sdk-php/wiki/Generate-documentation-manually) - [...
### Motivation It would be great to have all response context (incl headers etc) right in the reposnse. ### Additional context Make it configurable in delivery client and turn it...
Kentico Kontent now supports image optimization. It gives developers the option of transforming images using URL parameters. The goal of this task is to implement a helper class that will...