PHPackages                             qafoolabs/bepado-demo-shop - 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. qafoolabs/bepado-demo-shop

ActiveLibrary[API Development](/categories/api)

qafoolabs/bepado-demo-shop
==========================

Example shop to show implementation of bepado SDK

33[1 issues](https://github.com/QafooLabs/bepado-demo-shop/issues)PHP

Since May 15Pushed 12y ago2 watchersCompare

[ Source](https://github.com/QafooLabs/bepado-demo-shop)[ Packagist](https://packagist.org/packages/qafoolabs/bepado-demo-shop)[ RSS](/packages/qafoolabs-bepado-demo-shop/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Bepado SDK Demo Shop
====================

[](#bepado-sdk-demo-shop)

This repository contains a demo shop with bepado SDK API implemented. It is integrated into a very simple shop system built with Symfony components.

Where to look?
--------------

[](#where-to-look)

1. Take a look at the `src/QafooLabs/DemoShop/Bepado/SimpleProductFromShop.php` and `SimpleProductToShop.php` files. For an implementation of the two bepado SDK interfaces that you have to do in your own plugin.
2. The folder `src/QafooLabs/DemoShop/Model` contains models and services related to the shop system. You will need to take a look at the `BasketService.php`, `ProductConverter.php` and `ShopProductGateway.php`. They contain a lot of the logic and storage related code that is necessary to work with the bepado SDK.
3. The controller `src/QafooLabs/DemoShop/Controller/SdkController.php` is an example of how to setup the SDK RPC endpoint.
4. The controller `src/QafooLabs/DemoShop/Controller/ShopController.php`contains the category listing, basket listing and checkout with calls to the relevant services invoking bepado SDK code.
5. The command `src/QafooLabs/DemoShopy/Command/CreateProductsCommand.php` contains some random product generation code, but also uses the bepado SDK to record exports of products to bepado.

Installation
------------

[](#installation)

You can install this project via Composer:

```
composer create-project qafoolabs/bepado-demo-shop

```

Then you need to copy the "shops.dist.json" to "shops.json" and adjust the data. You need to get in contact with `bepado@shopware.com` to receive an account and api key on the Test system.

Create a database `bepado_demoshop_$shop` where $shop is the key in the shops array of your `shops.json`. Call `php src/bin/demoshop demoshop:create-database`to create the schema for the database.

To receive some dummy data from a remote shop, call `php src/bin/demoshop demoshop:fake-product`.

To create some local shop data call `php src/bin/demoshop demoshop:create-products`.

You can use the builtin server to run the shop:

```
php -S localhost:8080 web/index.php

```

Note: The installation and running of this shop is not supported by us. It is just meant to be a helpful resource when implementing your own plugin.

###  Health Score

19

—

LowBetter than 9% of packages

Maintenance13

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/892698bb1d3f6dae0e3a44abe3e26920ddb4eb000c6c583c87b4db5e5027e166?d=identicon)[beberlei](/maintainers/beberlei)

---

Top Contributors

[![beberlei](https://avatars.githubusercontent.com/u/26936?v=4)](https://github.com/beberlei "beberlei (17 commits)")

### Embed Badge

![Health badge](/badges/qafoolabs-bepado-demo-shop/health.svg)

```
[![Health](https://phpackages.com/badges/qafoolabs-bepado-demo-shop/health.svg)](https://phpackages.com/packages/qafoolabs-bepado-demo-shop)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M19](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
