PHPackages                             werkbot/werkbot-seeder - 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. [Database &amp; ORM](/categories/database)
4. /
5. werkbot/werkbot-seeder

ActiveSilverstripe-vendormodule[Database &amp; ORM](/categories/database)

werkbot/werkbot-seeder
======================

Development database seeder

4.1.0(8mo ago)01.9k1MITPHPPHP ^8.1

Since Jul 1Pushed 4mo ago2 watchersCompare

[ Source](https://github.com/werkbot/silverstripe-module-seeder)[ Packagist](https://packagist.org/packages/werkbot/werkbot-seeder)[ Docs](https://github.com/werkbot/silverstripe-module-seeder)[ RSS](/packages/werkbot-werkbot-seeder/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (3)Versions (17)Used By (0)

Silverstripe Seeder
===================

[](#silverstripe-seeder)

[![Latest Stable Version](https://camo.githubusercontent.com/6bf9d0e6b06c26cecf28df353d9acedacb1d46be77cdedbbc905c14a45ae7d19/687474703a2f2f706f7365722e707567782e6f72672f7765726b626f742f7765726b626f742d7365656465722f76)](https://packagist.org/packages/werkbot/werkbot-seeder) [![Total Downloads](https://camo.githubusercontent.com/c131079e25ee2d8b0a1310f6c136c30f91c7e881cdc3d2423d5b3e16fabe3ebf/687474703a2f2f706f7365722e707567782e6f72672f7765726b626f742f7765726b626f742d7365656465722f646f776e6c6f616473)](https://packagist.org/packages/werkbot/werkbot-seeder) [![Latest Unstable Version](https://camo.githubusercontent.com/350133fd685cb656b8965e91257c36dd5ae7cd3abda8f9c9051f1d3637a22792/687474703a2f2f706f7365722e707567782e6f72672f7765726b626f742f7765726b626f742d7365656465722f762f756e737461626c65)](https://packagist.org/packages/werkbot/werkbot-seeder) [![License](https://camo.githubusercontent.com/61590aee3ac483878af225fe080250bf3730212f1430934ded6cf9a88ec2b837/687474703a2f2f706f7365722e707567782e6f72672f7765726b626f742f7765726b626f742d7365656465722f6c6963656e7365)](https://packagist.org/packages/werkbot/werkbot-seeder) [![PHP Version Require](https://camo.githubusercontent.com/c2aa6869f6c224d4bda7686fecd3ec2e5e35772eae94ca8e4f06537b681b1820/687474703a2f2f706f7365722e707567782e6f72672f7765726b626f742f7765726b626f742d7365656465722f726571756972652f706870)](https://packagist.org/packages/werkbot/werkbot-seeder)

A silverstripe database seeder that utilizes [Fixtures to generate DataObjects](https://docs.silverstripe.org/en/4/developer_guides/testing/fixtures/). Seeders can be used to quickly generate site structure, populate blog articles, fill in page content, etc...

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

[](#installation)

```
composer require werkbot/werkbot-seeder

```

#### Requirements

[](#requirements)

- Silverstripe ^4.0

Setup
-----

[](#setup)

- You will need to run `/dev/build`
- You must be in development or test mode (`SS_ENVIRONMENT_TYPE="dev"`). Be aware that the **records generated by these seeders are added directly to your current database**; they **are not** added to a fresh test database.
- You may now run seeder tasks in your web browser from `/dev/Tasks`
- You may run seeder tasks through the command line as well

```
vendor/silverstripe/framework/sake dev/tasks/Werkbot-Seeder-SeederBuildTask

```

Usage
-----

[](#usage)

- [Usage documentation](docs/en/README.md)

Documentation
-------------

[](#documentation)

Generate documentation using Doctum:

```
./vendor/bin/doctum.php update doctum.config.php

```

View the api documentation:

```
start doctum_build/index.html

```

###  Health Score

45

—

FairBetter than 93% of packages

Maintenance69

Regular maintenance activity

Popularity20

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 58.9% 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 ~116 days

Recently: every ~247 days

Total

14

Last Release

262d ago

Major Versions

1.0.02 → 2.0.02021-12-06

2.1.4 → 3.0.02024-04-23

3.0.1 → 4.0.02024-10-18

PHP version history (2 changes)2.1.1PHP ^7.3 || ^8.0

3.0.0PHP ^8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/682d927c1d4ed17f47de48f0d5ad80ba7145667a3e25fecba2280367b804656f?d=identicon)[werkbot](/maintainers/werkbot)

---

Top Contributors

[![tiller1010](https://avatars.githubusercontent.com/u/42498429?v=4)](https://github.com/tiller1010 "tiller1010 (33 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (12 commits)")[![aletail](https://avatars.githubusercontent.com/u/3344301?v=4)](https://github.com/aletail "aletail (11 commits)")

---

Tags

phpseedersilverstripesilverstripe-module

### Embed Badge

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

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

###  Alternatives

[patricknelson/silverstripe-migrations

SilverStripe Database Migration module. Facilitates atomic database migrations in SilverStripe 3.x

2126.7k](/packages/patricknelson-silverstripe-migrations)[brettt89/silverstripe-garbage-collector

SilverStripe Garbage Collector module

109.6k](/packages/brettt89-silverstripe-garbage-collector)

PHPackages © 2026

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