PHPackages                             survos/dummy-bundle - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. survos/dummy-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

survos/dummy-bundle
===================

DummyJSON-backed demo entities and data loader for Symfony applications

2.7.19(2d ago)01↑2900%MITPHPPHP ^8.4

Since Apr 18Pushed 2d agoCompare

[ Source](https://github.com/survos/dummy-bundle)[ Packagist](https://packagist.org/packages/survos/dummy-bundle)[ GitHub Sponsors](https://github.com/kbond)[ RSS](/packages/survos-dummy-bundle/feed)WikiDiscussions main Synced 2d ago

READMEChangelogDependencies (9)Versions (60)Used By (0)

survos/dummy-bundle
===================

[](#survosdummy-bundle)

Doctrine-backed demo entities and a loader for DummyJSON data.

Current scope:

- `User`, `Post`, and `Comment` entities with relations
- `Product`, `Image`, and `ProductReview` entities
- repository services
- Doctrine mapping registration by the bundle
- `dummy:load` command

This bundle is currently about loading demo data. It does not provide a UI.

Quickstart
----------

[](#quickstart)

Copy and paste this into a shell:

```
symfony new dummy-demo --webapp
cd dummy-demo
echo 'DATABASE_URL=sqlite:///%kernel.project_dir%/var/data.db' > .env.local
composer req survos/dummy-bundle
bin/console doctrine:database:create --if-not-exists
bin/console doctrine:schema:update --force
bin/console dummy:load --purge
bin/console dbal:run-sql "select count(*) from product"
```

Local Path Repository
---------------------

[](#local-path-repository)

If you are developing this bundle locally from `~/sites/mono/bu/dummy-bundle`, initialize the app like this instead:

```
symfony new dummy-demo --webapp
cd dummy-demo
echo 'DATABASE_URL=sqlite:///%kernel.project_dir%/var/data.db' > .env.local
composer config repositories.survos-dummy path ~/sites/mono/bu/dummy-bundle
composer req survos/dummy-bundle
bin/console doctrine:database:create --if-not-exists
bin/console doctrine:schema:update --force
bin/console dummy:load --purge
bin/console dbal:run-sql "select count(*) from product"
```

Entity Diagram
--------------

[](#entity-diagram)

Generate the ER diagram in the demo app root:

```
composer req --dev jawira/doctrine-diagram-bundle
mkdir -p docs
bin/console doctrine:diagram:er --filename=docs/er.svg --exclude=doctrine_migration_versions,messenger_messages
```

Then include it in your project README with a few lines of markdown:

```
## Entity Diagram

![Entity Diagram](docs/er.svg)
```

Notes
-----

[](#notes)

- `dummy:load` loads users, posts, comments, products, product reviews, and images.
- It prints a final summary with how many of each entity were loaded.
- DummyJSON post comments belong to both a post and a user.
- DummyJSON product reviews are embedded on products and include reviewer name/email, not a user id.
- `dummy:load` hard-codes the DummyJSON endpoints for now.

###  Health Score

46

—

FairBetter than 92% of packages

Maintenance99

Actively maintained with recent releases

Popularity2

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity65

Established project with proven stability

 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.

###  Release Activity

Cadence

Every ~1 days

Total

59

Last Release

2d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/21b39551f92ed4143772c622f9e571589c5a72c96ab3c53fe67489ce0d83e806?d=identicon)[tacman1123](/maintainers/tacman1123)

---

Top Contributors

[![tacman](https://avatars.githubusercontent.com/u/619585?v=4)](https://github.com/tacman "tacman (7 commits)")

---

Tags

symfonydemoSymfony Bundledummyjson

### Embed Badge

![Health badge](/badges/survos-dummy-bundle/health.svg)

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

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.5M370](/packages/easycorp-easyadmin-bundle)

PHPackages © 2026

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