Download the PHP package aurigma/php-rendering-service-client without Composer
On this page you can find all versions of the php package aurigma/php-rendering-service-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download aurigma/php-rendering-service-client
More information about aurigma/php-rendering-service-client
Files in aurigma/php-rendering-service-client
Package php-rendering-service-client
Short Description PHP API Client for Rendering service of Customer's Canvas web-to-print system.
License proprietary
Homepage https://customerscanvas.com
Informations about the package php-rendering-service-client
Aurigma Customer's Canvas SDK - Rendering Service Client
======================================================
This module is a PHP API client for Rendering service which is a part of Customer's Canvas web-to-print system. It is supposed that you are familiar with its services and understand how to use its APIs. To learn more about Customer's Canvas and its services, refer the Getting Started section of its documentation.
Pre-requisites
To be able to use this package, you need to meet the following requirements:
- You must have an account at Customer's Canvas.
For other platforms, see the Backend services article in Customer's Canvas documentation.
Installation
Requirements
PHP 7.2 and later.
Composer
To install the bindings via Composer, add the following to composer.json
:
Then run composer install
Getting Started
Please follow the installation procedure.
Receive an access token through your backend as explained in the documentation and deliver it to your app.
Then run the following:
API Endpoints
All URIs are relative to https://dm-renderingservice.azurewebsites.net/
Class | Method | HTTP request | Description |
---|---|---|---|
BuildInfoApi | buildInfoGetInfo | GET /api/rendering/v1/info | Gets assembly build info |
BuildInfoApi | buildInfoHeadInfo | HEAD /api/rendering/v1/info | Gets assembly build info |
RenderingJobsApi | renderingJobsCreate | POST /api/rendering/v1/jobs | Creates new rendering job and starts execution |
RenderingJobsApi | renderingJobsDelete | DELETE /api/rendering/v1/jobs/{id} | Deletes specified rendering job |
RenderingJobsApi | renderingJobsDiscard | POST /api/rendering/v1/jobs/{id}/discard | Discards specified rendering job and prevents execution of a next task |
RenderingJobsApi | renderingJobsGet | GET /api/rendering/v1/jobs/{id} | Gets rendering job by id |
RenderingJobsApi | renderingJobsGetAll | GET /api/rendering/v1/jobs | Gets all entities relevant to specified query parameters |
RenderingJobsApi | renderingJobsRecover | POST /api/rendering/v1/jobs/{id}/recover | Recovers specified rendering job and continues execution |
Models
- BuildInfoModel
- CreateRenderingJobDto
- CreateRenderingTaskDto
- PagedOfRenderingJobDto
- ProblemDetails
- ProductSpecifiationInfo
- ProjectInfo
- ProjectItemInfo
- RenderingJobDto
- RenderingJobStatus
- RenderingTask
- RenderingTaskStatus
All versions of php-rendering-service-client with dependencies
ext-curl Version *
ext-json Version *
ext-mbstring Version *
guzzlehttp/guzzle Version ^6.2