https://github.com/nextras/orm-phpstan
PHPStan extension for Nextras Orm
https://github.com/nextras/orm-phpstan
nextras nextras-orm php phpstan-extension
Last synced: 3 months ago
JSON representation
PHPStan extension for Nextras Orm
- Host: GitHub
- URL: https://github.com/nextras/orm-phpstan
- Owner: nextras
- License: mit
- Created: 2017-09-17T18:40:52.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2025-04-06T18:46:38.000Z (9 months ago)
- Last Synced: 2025-09-23T05:33:07.076Z (3 months ago)
- Topics: nextras, nextras-orm, php, phpstan-extension
- Language: PHP
- Homepage: https://nextras.org/orm
- Size: 78.1 KB
- Stars: 11
- Watchers: 7
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
- Funding: .github/funding.yml
- License: license.md
Awesome Lists containing this project
README
PHPStan for Nextras Orm
=======================
[](https://github.com/nextras/orm-phpstan/actions/workflows/build.yml)
PHPStan extension for Nextras Orm.
### Usage
To use this extension, require it in [Composer](https://getcomposer.org/):
```
composer require --dev nextras/orm-phpstan
```
We recommend using [PHPStan auto extension installer](https://github.com/phpstan/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](license.md).