nextras/orm-phpstan

PHPStan extension for Nextras Orm

Installs: 180 932

Dependents: 5

Suggesters: 0

Security: 0

Stars: 11

Watchers: 8

Forks: 6

Open Issues: 3

Type:phpstan-extension

v1.0.1 2022-05-01 21:42 UTC

This package is auto-updated.

Last update: 2024-11-16 18:42:54 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.