migrify / class-presence
This package is abandoned and no longer maintained.
The author suggests using the symplify/class-presence package instead.
Check NEON/YAML/TWIG/LATTE files for existing and missing classes
v9.2.4
2021-03-01 19:36 UTC
Requires
- php: >=7.3
- nette/neon: ^3.2
- nette/utils: ^3.2
- symfony/console: ^4.4|^5.2
- symfony/dependency-injection: ^5.2
- symfony/http-kernel: ^4.4|^5.2
- symfony/yaml: ^4.4|^5.2
- symplify/package-builder: ^9.2.4
- symplify/symplify-kernel: ^9.2.4
Requires (Dev)
- phpunit/phpunit: ^9.5
This package is auto-updated.
Last update: 2021-08-18 14:42:15 UTC
README
Check NEON/YAML/TWIG/LATTE files for existing classes and class constants
Install
composer require symplify/class-presence --dev
Usage
Check configs and templates for non-existing classes.
vendor/bin/class-presence check src
Supported:
- TWIG
- LATTE
- YAML
- NEON
- PHP templates (e.g. Blade)
Report Issues
In case you are experiencing a bug or want to request a new feature head over to the Symplify monorepo issue tracker
Contribute
The sources of this package are contained in the Symplify monorepo. We welcome contributions for this package on symplify/symplify.