phpactor / indexer
Indexer and related integrations
Installs: 154
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 2
Open Issues: 4
Type:phpactor-extension
Requires
- php: ^7.3 || ^8.0
- dantleech/invoke: ^2.0
- phpactor/amp-fswatch: ^0.2.0
- phpactor/container: ^2.0.0
- phpactor/name-specification: ^0.1
- phpactor/reference-finder: ^0.1.5
- phpactor/reference-finder-extension: ^0.1.7
- phpactor/source-code-filesystem: ^0.1.6
- phpactor/source-code-filesystem-extension: ^0.1.5
- phpactor/text-document: ^1.2.3
- phpactor/worse-reflection: ^0.4.7
- phpactor/worse-reflection-extension: ^0.2.4
- thecodingmachine/safe: ^1.0
Requires (Dev)
- ergebnis/composer-normalize: ^2.0
- friendsofphp/php-cs-fixer: ^2.17
- phpactor/console-extension: ^0.1.6
- phpactor/rpc-extension: ^0.2.3
- phpactor/test-utils: ^1.1.3
- phpbench/phpbench: dev-master
- phpspec/prophecy-phpunit: ^2.0
- phpstan/phpstan: ~0.12.0
- phpunit/phpunit: ^9.0
- symfony/var-dumper: ^5.1
This package is auto-updated.
Last update: 2022-02-10 19:20:48 UTC
README
Provides indexing and index-querying capabiltities for Phpactor
Usage
From CLI:
$ phpactor index:build --watch
$ phpactor index:query:class "My\\Class\\Name"
Integrations
Various integrations are provided with other Phpactor components, e.g. source location for worse reflection, goto implementation implementations etc.
Contributing
This package is open source and welcomes contributions! Feel free to open a pull request on this repository.
Support
- Create an issue on the main Phpactor repository.
- Join the
#phpactor
channel on the Slack Symfony Devs channel.