An open API service indexing awesome lists of open source software.

https://github.com/billbeeio/custom-shop-php-sdk

An implementation of the billbee custom shop api - which is also suitable for marketplaces 😉
https://github.com/billbeeio/custom-shop-php-sdk

Last synced: about 2 months ago
JSON representation

An implementation of the billbee custom shop api - which is also suitable for marketplaces 😉

Awesome Lists containing this project

README

        

[![Packagist](https://img.shields.io/packagist/v/billbee/custom-shop-api.svg)](https://packagist.org/packages/billbee/custom-shop-api)
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/billbeeio/custom-shop-php-sdk/master/LICENSE)
[![Packagist](https://img.shields.io/packagist/dt/billbee/custom-shop-api.svg)](https://packagist.org/packages/billbee/custom-shop-api)

[![Logo](https://app.billbee.io/static/billbee/img/logo.png)](https://www.billbee.de)

# Billbee Custom Shop SDK for PHP
With this package you can easily prepare your shop for the integration with Billbee.

Take a look into the [quick start](./docs/integration-guide.md) or read the [documentation index](./docs/index.md)

# Testing
```shell script
$ phpunit
```

# Contributing
Feel free to contribute. Code should be follow the PSR-2 standard. Fix the code by running
```shell script
$ composer fix-cs
```