PHPackages                             tempest/upgrade - 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. tempest/upgrade

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

tempest/upgrade
===============

A collection of Rector rules for upgrading Tempest

v3.9.0(2mo ago)00MITPHPPHP ^8.5

Since Sep 15Pushed 1mo agoCompare

[ Source](https://github.com/tempestphp/tempest-upgrade)[ Packagist](https://packagist.org/packages/tempest/upgrade)[ RSS](/packages/tempest-upgrade/feed)WikiDiscussions 3.x Synced 1mo ago

READMEChangelogDependencies (4)Versions (91)Used By (0)

Upgrade guide
-------------

[](#upgrade-guide)

1. Make sure rector is installed:
    - `composer require rector/rector --dev`
    - Run `vendor/bin/rector` if you don't have a `rector.php` config file
2. Add the necessary rector sets in your `rector.php` config file:

```
return RectorConfig::configure()
    // …
    ->withSets([
        TempestSetList::TEMPEST_20,
    ]);
```

3. Run `vendor/bin/rector`

###  Health Score

44

—

FairBetter than 92% of packages

Maintenance89

Actively maintained with recent releases

Popularity0

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity69

Established project with proven stability

 Bus Factor1

Top contributor holds 50% 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 ~4 days

Total

52

Last Release

62d ago

Major Versions

v2.9.3 → v3.0.02026-01-20

PHP version history (2 changes)v2.0.0PHP ^8.4

v3.0.0PHP ^8.5

### Community

Maintainers

![](https://www.gravatar.com/avatar/5cb3720658b52133e7200a378eae26508fb343534a3c115bd3ee74ea9d501ba2?d=identicon)[brendt](/maintainers/brendt)

---

Top Contributors

[![brendt](https://avatars.githubusercontent.com/u/6905297?v=4)](https://github.com/brendt "brendt (12 commits)")[![innocenzi](https://avatars.githubusercontent.com/u/16060559?v=4)](https://github.com/innocenzi "innocenzi (8 commits)")[![xHeaven](https://avatars.githubusercontent.com/u/14284867?v=4)](https://github.com/xHeaven "xHeaven (3 commits)")[![samsonasik](https://avatars.githubusercontent.com/u/459648?v=4)](https://github.com/samsonasik "samsonasik (1 commits)")

###  Code Quality

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

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

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

###  Alternatives

[ticketswap/phpstan-error-formatter

A minimalistic error formatter for PHPStan

87578.8k35](/packages/ticketswap-phpstan-error-formatter)[worksome/coding-style

Worksomes coding style

49771.7k57](/packages/worksome-coding-style)[codeigniter4/devkit

Development toolkit for CodeIgniter libraries and projects

68187.1k82](/packages/codeigniter4-devkit)[quartetcom/static-analysis-kit

Strict and modern kit to optimise the codebase defensively.

144.3k5](/packages/quartetcom-static-analysis-kit)

PHPackages © 2026

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