synga / phpstorm-meta
This package can create a .phpstorm.meta.php file. It searches for classes which implement the Synga\PhpStormMeta\PhpStormMetaExtensionInterface interface and executes those files.
dev-master
2016-02-19 07:51 UTC
Requires
- php: >=5.4
- illuminate/container: 5.*
- synga/console-abstraction: *@dev
- synga/inheritance-finder: 1.0.*
Requires (Dev)
- phpunit/phpunit: 5.1.*
This package is auto-updated.
Last update: 2024-10-26 05:12:50 UTC
README
This package can create a .phpstorm.meta.php file. It searches for classes which implement the Synga\PhpStormMeta\PhpStormMetaExtensionInterface interface and executes those files. By default it includes all classes who implement this interface in the .phpstorm.meta.php. But you can exclude classes with the exclude command.