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

ActiveLibrary[API Development](/categories/api)

robinhq/api
===========

PHP wrapper for the ROBIN API

0.1.5(9y ago)130[9 PRs](https://github.com/ROBINHQ-COM/Api/pulls)GPL-3.0PHP

Since Jul 17Pushed 4y ago7 watchersCompare

[ Source](https://github.com/ROBINHQ-COM/Api)[ Packagist](https://packagist.org/packages/robinhq/api)[ RSS](/packages/robinhq-api/feed)WikiDiscussions master Synced 1mo ago

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

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:

```
