PHPackages                             graciousstudios/api - 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. graciousstudios/api

ActiveLibrary[API Development](/categories/api)

graciousstudios/api
===================

PHP wrapper for the ROBIN API

0.1.5(9y ago)146[9 PRs](https://github.com/graciousagency/Api/pulls)2GPL-3.0PHP

Since Jul 17Pushed 4y ago7 watchersCompare

[ Source](https://github.com/graciousagency/Api)[ Packagist](https://packagist.org/packages/graciousstudios/api)[ RSS](/packages/graciousstudios-api/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (4)Dependencies (9)Versions (16)Used By (2)

ROBIN API Wrapper
=================

[](#robin-api-wrapper)

This library wraps the ROBIN Api behind a user friendly interface.

### The basics

[](#the-basics)

In essence, this library can send customers and orders from your e-commerse solution straight into ROBIN. The ROBIN API expects these customers and orders to be formatted in a specific way, this can also help you to transform your internal order and customer objects to the objects ROBIN understand.

### Objects

[](#objects)

The ROBIN API expects two different collections of objects, being customers and orders. Below I'll explain how to create both objects.

Customer
--------

[](#customer)

To make a ROBIN Customer object, all you need to do is the following:

```
