PHPackages                             aurigma/php-backoffice-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. [Admin Panels](/categories/admin)
4. /
5. aurigma/php-backoffice-client

ActiveLibrary[Admin Panels](/categories/admin)

aurigma/php-backoffice-client
=============================

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

1.0.1(3mo ago)03proprietaryPHPPHP ^7.4 || ^8.0

Since Aug 7Pushed 3mo agoCompare

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

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

Aurigma Customer's Canvas SDK - BackOffice API Client
=====================================================

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

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

This module is a PHP API client for BackOffice 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-backoffice-client

```

### Requirements

[](#requirements)

PHP 7.4 and later. Should also work with PHP 8.0.

### Composer

[](#composer)

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

```
{
  "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/GIT_USER_ID/GIT_REPO_ID.git"
    }
  ],
  "require": {
    "GIT_USER_ID/GIT_REPO_ID": "*@dev"
  }
}
```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
