evosoftcz/phpstan-eda

Eda class reflection extension for PHPStan

Installs: 5 068

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:phpstan-extension

2.0.0 2024-11-15 12:47 UTC

This package is auto-updated.

Last update: 2025-03-15 13:28:02 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