evosoftcz/phpstan-eda

Eda class reflection extension for PHPStan

Installs: 4 247

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 0

Open Issues: 0

Type:phpstan-extension

0.2.0 2021-11-16 13:15 UTC

This package is auto-updated.

Last update: 2024-03-16 18:44:04 UTC


README

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

Installation

To use this extension, require it in Composer:

composer require --dev evosoftcz/phpstan-eda

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/evosoftcz/phpstan-eda/extension.neon