PHPackages                             timdev/devtools - 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. timdev/devtools

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

timdev/devtools
===============

A common development dependency for TimDev projects.

0.1.11(1y ago)05033MITPHPPHP ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0

Since Aug 20Pushed 1y ago1 watchersCompare

[ Source](https://github.com/timdev/devtools)[ Packagist](https://packagist.org/packages/timdev/devtools)[ RSS](/packages/timdev-devtools/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependencies (8)Versions (15)Used By (3)

timdev/devtools
===============

[](#timdevdevtools)

What's this?
------------

[](#whats-this)

A little package to try to standardize a set of development tools for PHP projects. Probably not of interest to anyone who isn't working on projects with me.

Including this package as a dev-dependency gets you:

- [PHPUnit](https://phpunit.de/) for testing.
- [Psalm](https://psalm.dev/) for static analysis.
- [PHPStan](https://phpstan.org/) for another flavor of static analysis.
- [PHP\_CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer) for linting
- [Roave Security Advisories](https://github.com/roave/security-advisories) to help avoid depending on packages with vulnerabilities.

Along with config files for each.

Motivation
----------

[](#motivation)

The key motivation is to be able to share configurations for things like psalm, php\_cs, and phpunit between my projects, and keep things largely in sync.

Assumptions
-----------

[](#assumptions)

This package assumes your code is in `src/` and your tests are in `tests/`. It further assumes that you want psalm and phpcs to be run on your test sources.

Usage
-----

[](#usage)

Set `minimum-stability`:

```
# Because this package includes roave/security-advisories which, by design,
# will never have a stable release:
composer config minimum-stability dev

# you'll almost certainly also want to do:
composer config prefer-stable true
```

Add this package a dev-dependency:

```
composer install --dev timdev/devtools
```

Run the setup script which will copy the three config files into your project root:

```
vendor/bin/devtools-setup
```

Psalm is configured to use a baseline file, and will complain if there isn't one. If you project does not already have a `psalm-baseline.xml` file in its root directory, `devtools-setup` will install an empty baseline file for you, so that psalm will run without error.

### Local Tweaks

[](#local-tweaks)

Do not make changes to any of the `.xml.dist` files installed by `devtools-setup`. Your changes will be overwritten during an upgrade. Instead, you should add non-`.dist` versions.

Upgrading
---------

[](#upgrading)

Since the main point of this package is to manage local configuration for various tools, you should re-run `vendor/bin/devtools-setup` after upgrading this package.

Inspiration
-----------

[](#inspiration)

I created this package after experimenting with [ramsey/devtools](https://github.com/ramsey/devtools), which is an incredibly cool thing. But I wanted something more focused on our needs at TimDev Software.

###  Health Score

35

—

LowBetter than 80% of packages

Maintenance41

Moderate activity, may be stable

Popularity12

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity63

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 ~96 days

Recently: every ~250 days

Total

12

Last Release

677d ago

PHP version history (5 changes)0.1PHP ^8

0.1.6PHP ^7.4 || ^8.0

0.1.8PHP ~7.4.0 || ~8.0.0 || ~8.1.0

0.1.9PHP ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0

0.1.11PHP ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/4eb475c7f4d3d1df5053f83417bf4e756a35b59d1686cd7d379055da2828017f?d=identicon)[timdev](/maintainers/timdev)

---

Top Contributors

[![timdev](https://avatars.githubusercontent.com/u/513999?v=4)](https://github.com/timdev "timdev (39 commits)")

### Embed Badge

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

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

###  Alternatives

[ramsey/devtools

A Composer plugin to aid PHP library and application development.

7134.7k26](/packages/ramsey-devtools)[codeigniter4/devkit

Development toolkit for CodeIgniter libraries and projects

68187.1k82](/packages/codeigniter4-devkit)[php-standard-library/psalm-plugin

Psalm plugin for the PHP Standard Library

252.0M47](/packages/php-standard-library-psalm-plugin)

PHPackages © 2026

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