https://github.com/billbeeio/custom-shop-api-example
Beispielcode aus dem Blogpost
https://github.com/billbeeio/custom-shop-api-example
billbee ecommerce example php
Last synced: 11 months ago
JSON representation
Beispielcode aus dem Blogpost
- Host: GitHub
- URL: https://github.com/billbeeio/custom-shop-api-example
- Owner: billbeeio
- License: mit
- Created: 2020-03-17T11:07:38.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-18T10:47:56.000Z (almost 6 years ago)
- Last Synced: 2025-02-16T11:13:56.160Z (11 months ago)
- Topics: billbee, ecommerce, example, php
- Language: PHP
- Size: 14.6 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Billbee Custom Shop SDK Beispiel
Beispielcode aus dem [Blogpost](https://www.billbee.io/blog/billbee/custom-shop-api-sdk-verwenden/)
```bash
# Herunterladen
git clone https://github.com/billbeeio/custom-shop-api-example
# Abhängigkeiten installieren
cd custom-shop-api-example
composer install
# Entwicklungsserver starten
composer run serve
```
Zum simulieren der Abfragen kann unsere [Postman collection](https://github.com/billbeeio/custom-shop-api-postman) verwendet werden.