dadadev/phpstan-symfony-routing

A phpstan plugin to analyze generating of routes from symfony routing

Installs: 5 078

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 1

Open Issues: 1

Type:phpstan-extension

0.0.1 2022-03-08 21:33 UTC

This package is auto-updated.

Last update: 2024-04-25 11:23:34 UTC


README

Latest Stable Version License

This extension provides following features:

  • Notifies you when you try to generate a URL for a non-existing route name.

Installation

To use this extension, require it in Composer:

composer require --dev dadadev/phpstan-symfony-routing

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/dadadev/phpstan-symfony-routing/extension.neon

To perform framework-specific checks, include also this file:

includes:
    - vendor/dadadev/phpstan-symfony-routing/rules.neon

Analysis of generating URLs

You have to provide a path to url_generating_routes.php for the url generating analysis to work.

parameters:
    symfony:
      urlGeneratingRulesFile: var/cache/dev/url_generating_routes.xml