PHPackages                             dumplie/dumplie - 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. [Framework](/categories/framework)
4. /
5. dumplie/dumplie

ActiveFramework[Framework](/categories/framework)

dumplie/dumplie
===============

Dumplie - simple but powerful shopping engine

821617PHP

Since May 5Pushed 9y ago23 watchersCompare

[ Source](https://github.com/dumplie/dumplie)[ Packagist](https://packagist.org/packages/dumplie/dumplie)[ RSS](/packages/dumplie-dumplie/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Dumplie
=======

[](#dumplie)

Dumplie is first ecommerce framework not bound to any php framework. It is build to be used with any existing solution.

Feel free to join us on slack! [![Slack Status](https://camo.githubusercontent.com/66f11f3afa8fde855d2795e7f58eed6dd5894d7b8d066662d6292bff2a7adc44/68747470733a2f2f64756d706c69652e6865726f6b756170702e636f6d2f62616467652e737667)](https://dumplie.herokuapp.com/)

Development environment
-----------------------

[](#development-environment)

### Docker

[](#docker)

Project does not provide any docker image yet, but you can use docker in this project in following way:

- Download [this Dockerfile](https://gist.github.com/l3l0/ce670ffc4de3de713548ffc2b091b904) in some new directory ex. "/foo/bar":

```
FROM php:7.0.7-cli

RUN apt-get update && apt-get install -y git zlib1g-dev
RUN docker-php-ext-install zip
```

- Build image from use this Dockerfile:

```
docker build -t your-namespace/php7 /foo/bar
```

- Add following alias (for example to .bashrc):

```
alias php='docker run --rm --name php -it -v "$PWD":/usr/src/app -w /usr/src/app your-namespace/php7 php'
```

- Now you can download composer: see [composer page](https://getcomposer.org/download/) and install project
- Running test:

```
php bin/phpspec run
php bin/phpunit
```

### Tests

[](#tests)

Dumplie idea is to be as much technology agnostic as possible, however we support some popular software like for example `mysql` or `postgresql`.

In order to execute integration tests against specific database use `DUMPLIE_TEST_DB_CONNECTION` env variable.

Example:

```
$ export DUMPLIE_TEST_DB_CONNECTION='{"driver":"pdo_pgsql","host":"127.0.0.1","dbname":"dumplie","user":"docker","password":"docker","port":32771}' && bin/phpunit
$ export DUMPLIE_TEST_DB_CONNECTION='{"driver":"pdo_mysql","host":"127.0.0.1","dbname":"dumplie","user":"root","password":"root","port":32777}' && bin/phpunit

```

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 63.2% 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://avatars.githubusercontent.com/u/52325810?v=4)[norbert-tech](/maintainers/norbert-tech)[@norbert-tech](https://github.com/norbert-tech)

---

Top Contributors

[![norberttech](https://avatars.githubusercontent.com/u/1921950?v=4)](https://github.com/norberttech "norberttech (24 commits)")[![potfur](https://avatars.githubusercontent.com/u/1244857?v=4)](https://github.com/potfur "potfur (13 commits)")[![l3l0](https://avatars.githubusercontent.com/u/209405?v=4)](https://github.com/l3l0 "l3l0 (1 commits)")

### Embed Badge

![Health badge](/badges/dumplie-dumplie/health.svg)

```
[![Health](https://phpackages.com/badges/dumplie-dumplie/health.svg)](https://phpackages.com/packages/dumplie-dumplie)
```

###  Alternatives

[laravel/socialite

Laravel wrapper around OAuth 1 &amp; OAuth 2 libraries.

5.7k104.3M829](/packages/laravel-socialite)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k38.6M289](/packages/laravel-dusk)[pinguo/php-msf

Pinguo Micro Service Framework For PHP

1.7k4.2k](/packages/pinguo-php-msf)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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