finwe/phpstan-faker

This package is abandoned and no longer maintained. No replacement package was suggested.

PHPStan extension for fzaninotto/Faker

Installs: 37 709

Dependents: 0

Suggesters: 0

Security: 0

Stars: 6

Watchers: 2

Forks: 8

Open Issues: 1

Type:phpstan-extension

v0.8.1 2019-12-09 20:57 UTC

This package is auto-updated.

Last update: 2021-11-29 15:25:55 UTC


README

Deprecation Notice

The problem this project used to solve is no longer present with the latest versions of PHPStan and Faker. It is recommended to update those and remove this project from your dependencies.

composer update
composer remove finwe/phpstan-faker

Build Status Latest Stable Version License

This extension provides following features:

  • Provides definitions for magic Faker\Generator methods and properties

Usage

To use this extension, require it in Composer:

composer require --dev finwe/phpstan-faker

And include extension.neon in your project's PHPStan config:

includes:
	- vendor/finwe/phpstan-faker/extension.neon