Download the PHP package phpactor/path-finder without Composer
On this page you can find all versions of the php package phpactor/path-finder. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download phpactor/path-finder
More information about phpactor/path-finder
Files in phpactor/path-finder
Download phpactor/path-finder
More information about phpactor/path-finder
Files in phpactor/path-finder
Vendor phpactor
Package path-finder
Short Description Utility for navigating to related source files
License MIT
Package path-finder
Short Description Utility for navigating to related source files
License MIT
Please rate this library. Is it a good library?
Informations about the package path-finder
Path Finder
Library to infer paths from a given path where paths share path segments.
For example, infer test paths for a given source file and vice-versa.
Usage
Path finder accepts a hash map of destinations and their schemas. The placeholders can be used to identify common parts of the path.
- The last placeholder is greedy it will match all path segments until the suffix.
- Preceding placeholders will only match until the first path separator.
Examples
Navigating between test files
Navigating between files organized by domain/module
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.
All versions of path-finder with dependencies
PHP Build Version
Package Version
The package phpactor/path-finder contains the following files
Loading the files please wait ....