nextras/orm-phpstan

PHPStan extension for Nextras Orm

Installs: 156 710

Dependents: 5

Suggesters: 0

Security: 0

Stars: 11

Watchers: 8

Forks: 6

Open Issues: 5

Type:phpstan-extension

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

This package is auto-updated.

Last update: 2024-03-04 22:19:58 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.