sandfoxme / phpstorm-metadata-export
Export PhpStorm Advanced Metadata from DI containers
Installs: 11 680
Dependents: 0
Suggesters: 0
Security: 0
Stars: 8
Watchers: 1
Forks: 0
Open Issues: 0
Requires
- php: ^7.1 || ^8.0
- symfony/deprecation-contracts: ^2.1
Requires (Dev)
README
Export PhpStorm Advanced Metadata from DI containers to enable code completion.
The library is inspired by Pimple Container Dumper for Silex but it doesn't require IDE plugin because it uses native PhpStorm export format. It also supports Slim and is extensible to support more DI containers and frameworks in future.
Installation
Install by composer
composer require sandfoxme/phpstorm-metadata-export --dev
Support
Supported containers:
- Pimple
- PHP-DI
- Laminas ServiceManager / Zend ServiceManager (unstable)
Integration middlewares for:
Documentation
Read full documentation at https://sandfox.dev/php/phpstorm-metadata-export.html
License
The library is available as open source under the terms of the MIT License. See LICENSE.md