PHPackages                             rozeo/phpstan-github-actions - 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. rozeo/phpstan-github-actions

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

rozeo/phpstan-github-actions
============================

1.0.0(5y ago)12[2 PRs](https://github.com/rozeo/phpstan-github-actions/pulls)PHP

Since Jun 23Pushed 3y ago1 watchersCompare

[ Source](https://github.com/rozeo/phpstan-github-actions)[ Packagist](https://packagist.org/packages/rozeo/phpstan-github-actions)[ RSS](/packages/rozeo-phpstan-github-actions/feed)WikiDiscussions master Synced 6d ago

READMEChangelog (3)Dependencies (3)Versions (8)Used By (0)

phpstan-github-actions
======================

[](#phpstan-github-actions)

PHPStan support for Github Pull Request On Github Actions
---------------------------------------------------------

[](#phpstan-support-for-github-pull-request-on-github-actions)

Output Sample [\#1 (comment)](https://github.com/rozeo/phpstan-github-actions/pull/1#issuecomment-648011582)

### Setup

[](#setup)

1. add dependecy in composer.json

```
"rozeo/phpstan-github-actions": "^1.0.0"

```

2. put `phpstan.neon` setting file on repository root.

```
touch phpstan.neon

```

3. setting phpstan and add phpstan custom formatter. ex.)

```
parameters:
	level: 5
	paths:
		- src

services:
    errorFormatter.markdown:
    	class: Rozeo\PHPStanAction\PHPStanMarkdownFormatter
```

4. add rules on workflow file(based php workflow).

```
on:
  pull_request:
    branches:
      - branch
~~~
- name: composer install
  run: composer install

- name: running phpstan
  env:
    GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
    GITHUB_URL: ${{ github.event.pull_request.comments_url }}
    GITHUB_SHA: ${{ github.sha }}
    GITHUB_REPOSITORY: ${{ github.repository }}
  run: ./vendor/bin/phpstan-github-actions

```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity60

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

Total

4

Last Release

2154d ago

Major Versions

0.0.2 → 1.0.02020-06-23

### Community

Maintainers

![](https://www.gravatar.com/avatar/a9872da0013de8c952796382d128a4f4049782582d290e120c210b03deda7143?d=identicon)[rozeo](/maintainers/rozeo)

---

Top Contributors

[![rozeo](https://avatars.githubusercontent.com/u/8382766?v=4)](https://github.com/rozeo "rozeo (28 commits)")

### Embed Badge

![Health badge](/badges/rozeo-phpstan-github-actions/health.svg)

```
[![Health](https://phpackages.com/badges/rozeo-phpstan-github-actions/health.svg)](https://phpackages.com/packages/rozeo-phpstan-github-actions)
```

###  Alternatives

[shlinkio/shlink

A self-hosted and PHP-based URL shortener application with CLI and REST interfaces

4.8k4.3k](/packages/shlinkio-shlink)[glhd/conveyor-belt

14797.0k](/packages/glhd-conveyor-belt)[flarum/core

Delightfully simple forum software.

211.3M1.9k](/packages/flarum-core)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)[php-soap/wsdl

Deals with WSDLs

173.5M12](/packages/php-soap-wsdl)[eliashaeussler/typo3-solver

Extension for TYPO3 CMS to extend TYPO3's exception handling with AI generated solutions

292.1k](/packages/eliashaeussler-typo3-solver)

PHPackages © 2026

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