PHPackages                             aurigma/php-design-atoms-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. aurigma/php-design-atoms-client

ActiveLibrary

aurigma/php-design-atoms-client
===============================

PHP API Client for Design Atoms API service of Customer's Canvas web-to-print system.

2.1.4(2mo ago)086proprietaryPHPPHP ^7.4 || ^8.0

Since Jul 30Pushed 2mo ago5 watchersCompare

[ Source](https://github.com/aurigma/php-design-atoms-client)[ Packagist](https://packagist.org/packages/aurigma/php-design-atoms-client)[ Docs](https://customerscanvas.com)[ RSS](/packages/aurigma-php-design-atoms-client/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (4)Versions (14)Used By (0)

Aurigma Customer's Canvas SDK - Design Atoms API Client
=======================================================

[](#aurigma-customers-canvas-sdk---design-atoms-api-client)

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

This module is an PHP API client for Design Atoms API service 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/php-design-atoms-client

```

### Requirements

[](#requirements)

PHP 7.2 and later.

### Composer

[](#composer)

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

```
{
  "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/aurigma/php-design-atoms-client.git"
    }
  ],
  "require": {
    "aurigma/php-design-atoms-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:

```
