nextras/orm-phpstan

PHPStan extension for Nextras Orm

Installs: 124 791

Dependents: 5

Suggesters: 0

Security: 0

Stars: 9

Watchers: 7

Forks: 5

Open Issues: 5

Type:phpstan-extension

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

This package is auto-updated.

Last update: 2023-03-24 13:49:56 UTC


README

Build Status

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.