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.*
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-08-26 09:00:57 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.