PHPackages                             dbould/davework - 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. dbould/davework

ActiveLibrary[Framework](/categories/framework)

dbould/davework
===============

A framework scaffolder

0.1.8-alpha(7y ago)05.9k[3 issues](https://github.com/dbould/davework/issues)MITPHPPHP &gt;=5.5.0

Since Aug 3Pushed 7y agoCompare

[ Source](https://github.com/dbould/davework)[ Packagist](https://packagist.org/packages/dbould/davework)[ Docs](https://github.com/dbould/davework)[ RSS](/packages/dbould-davework/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (7)Versions (5)Used By (0)

davework
========

[](#davework)

A Framework scaffolder.

Currently supports Slim Framework only.

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

[](#installation)

```
composer require --dev dbould/davework
cp vendor/dbould/davework.json.example myProjectRoot/davework.json
```

I'm currently still working on fixing the Phar archive, but I'll add a link and instructions when that's finished.

Configuration
-------------

[](#configuration)

### topLevelNamespace

[](#toplevelnamespace)

eg:

```
{
    "topLevelNamespace": "Dbould\\Davework"
}
```

### rootDirectory

[](#rootdirectory)

Top level code directory eg:

```
{
    "rootDirectory": "src/"
}
```

### testNamespace

[](#testnamespace)

eg:

```
{
    "testNamespace": "Test"
}
```

### testsDirectory

[](#testsdirectory)

eg:

```
{
    "testsDirectory": "test/"
}
```

### factoriesLiveWithClasses

[](#factorieslivewithclasses)

Optional. If set to true, factory files will be created in the same directory as the class files they're associated with. If set to false, factories go into a separate Factory/ directory. eg:

```
{
    "factoriesLiveWithClasses": false
}
```

Commands
--------

[](#commands)

Create new file with associated files. There is no need to append the type of the file to the end of the fileName, it will be added for you.

```
vendor/bin/davework slim:create-file fileName type [moduleName]
```

Tests
-----

[](#tests)

Run all test suites

```
vendor/bin/phpunit
```

Run all functional tests

```
vendor/bin/phpunit tests/Functional
```

Run all unit tests

```
vendor/bin/phpunit tests/Unit
```

Generate PHAR Archive
---------------------

[](#generate-phar-archive)

Generate through Box

```
vendor/bin/box build -v
```

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 99.5% 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 ~27 days

Total

4

Last Release

2806d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5477476?v=4)[Dave Bould](/maintainers/dbould)[@dbould](https://github.com/dbould)

---

Top Contributors

[![dbould](https://avatars.githubusercontent.com/u/5477476?v=4)](https://github.com/dbould "dbould (218 commits)")[![ladyflasheart](https://avatars.githubusercontent.com/u/6725252?v=4)](https://github.com/ladyflasheart "ladyflasheart (1 commits)")

---

Tags

frameworkscaffoldslimscaffolder

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[laravel/framework

The Laravel Framework.

34.8k543.8M19.5k](/packages/laravel-framework)[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.6k38.2k](/packages/matomo-matomo)[shopware/platform

The Shopware e-commerce core

3.4k1.5M3](/packages/shopware-platform)[pimcore/pimcore

Content &amp; Product Management Framework (CMS/PIM/E-Commerce)

3.8k3.8M482](/packages/pimcore-pimcore)[laravel/horizon

Dashboard and code-driven configuration for Laravel queues.

4.2k95.4M284](/packages/laravel-horizon)[tempest/framework

The PHP framework that gets out of your way.

2.2k31.1k12](/packages/tempest-framework)

PHPackages © 2026

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