Download the PHP package arokettu/phpstorm-metadata-export without Composer
On this page you can find all versions of the php package arokettu/phpstorm-metadata-export. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download arokettu/phpstorm-metadata-export
More information about arokettu/phpstorm-metadata-export
Files in arokettu/phpstorm-metadata-export
Package phpstorm-metadata-export
Short Description Export PhpStorm Advanced Metadata from DI containers
License MIT
Homepage https://sandfox.dev/php/metadata-exporter-phpstorm.html
Informations about the package phpstorm-metadata-export
Metadata Exporter for PhpStorm
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 can integrate with any PSR-15 compliant framework and is extensible to support more DI containers and frameworks in the future.
Installation
Install by composer
Container Support
Supported containers:
- Pimple (v3)
- PHP-DI (v6, v7)
- Laminas ServiceManager (v3, v4; permanently unstable)
Integration middlewares for:
Example
Documentation
Read full documentation at https://sandfox.dev/php/metadata-exporter-phpstorm.html
Also on Read the Docs: https://phpstorm-metadata-export.readthedocs.io/
Support
Please file issues on our main repo at GitLab: https://gitlab.com/sandfox/phpstorm-metadata-export/-/issues
Feel free to ask any questions in our room on Gitter: https://gitter.im/arokettu/community
License
The library is available as open source under the terms of the MIT License. See LICENSE.md.