phpstan/phpstan-dibi

Dibi class reflection extension for PHPStan

Installs: 628 433

Dependents: 8

Suggesters: 0

Security: 0

Stars: 13

Watchers: 4

Forks: 9

Open Issues: 3

Type:phpstan-extension

1.0.1 2022-01-16 10:42 UTC

This package is auto-updated.

Last update: 2024-04-20 06:40:04 UTC


README

Build Latest Stable Version License

This extension defines dynamic methods on Dibi\Fluent instance. They are called to build an SQL query dynamically.

Installation

To use this extension, require it in Composer:

composer require --dev phpstan/phpstan-dibi

If you also install phpstan/extension-installer then you're all set!

Manual installation

If you don't want to use phpstan/extension-installer, include extension.neon in your project's PHPStan config:

includes:
    - vendor/phpstan/phpstan-dibi/extension.neon