PHPackages                             aurigma/asset-generator-api-client - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. aurigma/asset-generator-api-client

ActiveLibrary[API Development](/categories/api)

aurigma/asset-generator-api-client
==================================

PHP API Client for Asset Generator API of Customer's Canvas web-to-print system.

1.34.1.33047(5d ago)00proprietaryPHPPHP ^7.4 || ^8.0

Since Jun 4Pushed 5d agoCompare

[ Source](https://github.com/aurigma/api-client-php-asset-generator)[ Packagist](https://packagist.org/packages/aurigma/asset-generator-api-client)[ Docs](https://customerscanvas.com)[ RSS](/packages/aurigma-asset-generator-api-client/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (5)Versions (2)Used By (0)

Aurigma Customer's Canvas SDK - Asset Generator API Client
==========================================================

[](#aurigma-customers-canvas-sdk---asset-generator-api-client)

======================================================

This module is a PHP API client for Asset Generator API which is a part of [**Customer's Canvas**](https://customerscanvas.com) 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](https://customerscanvas.com/dev/getting-started/intro.html).

Pre-requisites
--------------

[](#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](https://customerscanvas.com/dev/getting-started/about-backend-services.html) article in Customer's Canvas documentation.

Installation
------------

[](#installation)

```
composer require aurigma/asset-generator-api-client

```

### Requirements

[](#requirements)

PHP 7.4 and later.

### Composer

[](#composer)

To install the bindings via [Composer](https://getcomposer.org/), add the following to `composer.json`:

```
{
  "require": {
    "aurigma/asset-generator-api-client": "*@dev"
  }
}
```

Then run `composer install`

Getting Started
---------------

[](#getting-started)

Please follow the [installation procedure](#installation).

Receive an access token through your backend as explained in the [documentation](https://customerscanvas.com/dev/getting-started/about-backend-services.html#authorization) and deliver it to your app.

Then run the following:

```
