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

ActiveLibrary[Admin Panels](/categories/admin)

aurigma/backoffice-api-client
=============================

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

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

Since Jun 4Pushed 5d agoCompare

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

READMEChangelogDependencies (5)Versions (2)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 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/backoffice-api-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`:

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

Then run `composer install`

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

[](#getting-started)

Please follow the [installation procedure](#installation--usage) and then run the following:

```
