nextras/orm-phpstan

PHPStan extension for Nextras Orm

Installs: 182 797

Dependents: 5

Suggesters: 0

Security: 0

Stars: 11

Watchers: 8

Forks: 6

Open Issues: 4

Type:phpstan-extension

v2.0.0 2024-12-14 21:07 UTC

This package is auto-updated.

Last update: 2024-12-14 21:08:51 UTC


README

Build

PHPStan extension for Nextras Orm.

Usage

To use this extension, require it in Composer:

composer require --dev nextras/orm-phpstan

We recommend using PHPStan auto extension installer, but you may include this extension manually by including extension.neon in your project's PHPStan config:

includes:
	- vendor/nextras/orm-phpstan/extension.neon

License

MIT. See full license.