PHPackages                             koalapress/koalastan - 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. koalapress/koalastan

ActivePhpstan-extension[Utility &amp; Helpers](/categories/utility)

koalapress/koalastan
====================

PHPStan configuration and stubs for KoalaPress projects

08

Since Jul 28Pushed 9mo agoCompare

[ Source](https://github.com/koalapress/koalastan)[ Packagist](https://packagist.org/packages/koalapress/koalastan)[ RSS](/packages/koalapress-koalastan/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

KoalaStan
=========

[](#koalastan)

Simple PHPStan configuration for KoalaPress projects.

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

[](#installation)

In your KoalaPress project:

```
composer require --dev koalapress/koalastan
```

Usage
-----

[](#usage)

Create a `phpstan.neon` in your project root:

```
includes:
    - vendor/koalapress/koalastan/extension.neon

parameters:
    paths:
        - app/
        - config/
        - resources/
        # Add your custom paths
```

Run PHPStan:

```
vendor/bin/phpstan analyse
```

What's Included
---------------

[](#whats-included)

- Pre-generated stubs for KoalaPress Framework
- Pre-generated stubs for Corcel and Acorn
- WordPress-optimized PHPStan configuration
- Sensible defaults for WordPress projects

Updating Stubs
--------------

[](#updating-stubs)

Stubs are maintained in this repository. When KoalaPress Framework is updated, the stubs will be regenerated and released.

### Generating Stubs

[](#generating-stubs)

Stubs are generated using a simple docker-compose setup. To generate the stubs, run:

```
docker compose up
```

Requirements
------------

[](#requirements)

- PHP 8.1+
- PHPStan 1.10+
- KoalaPress project structure

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance41

Moderate activity, may be stable

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity14

Early-stage or recently created project

 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.

### Community

Maintainers

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

---

Top Contributors

[![sixmonkey](https://avatars.githubusercontent.com/u/15140258?v=4)](https://github.com/sixmonkey "sixmonkey (1 commits)")

### Embed Badge

![Health badge](/badges/koalapress-koalastan/health.svg)

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

PHPackages © 2026

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