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(6y 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 3w 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 35% 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

2201d ago

Major Versions

0.0.2 → 1.0.02020-06-23

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/8382766?v=4)[Kenta Yasuoka](/maintainers/rozeo)[@rozeo](https://github.com/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

[spatie/laravel-export

Create a static site bundle from a Laravel app

674146.0k6](/packages/spatie-laravel-export)[shlinkio/shlink

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

5.1k5.2k](/packages/shlinkio-shlink)[flarum/core

Delightfully simple forum software.

201.4M2.3k](/packages/flarum-core)[open-dxp/opendxp

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

9421.6k61](/packages/open-dxp-opendxp)[aeliot/todo-registrar

Register TODOs from source code in issue tracker

153.0k](/packages/aeliot-todo-registrar)[aedart/athenaeum

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

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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