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 😉
- Host: GitHub
- URL: https://github.com/billbeeio/custom-shop-php-sdk
- Owner: billbeeio
- License: mit
- Created: 2019-09-01T17:27:42.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-25T11:13:00.000Z (about 1 year ago)
- Last Synced: 2025-04-14T12:12:59.964Z (about 2 months ago)
- Language: PHP
- Size: 89.8 KB
- Stars: 3
- Watchers: 3
- Forks: 6
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://packagist.org/packages/billbee/custom-shop-api)
[](https://raw.githubusercontent.com/billbeeio/custom-shop-php-sdk/master/LICENSE)
[](https://packagist.org/packages/billbee/custom-shop-api)[](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
```