https://github.com/cedx/which.php
Find the instances of an executable in the system path, in PHP.
https://github.com/cedx/which.php
php which
Last synced: 4 months ago
JSON representation
Find the instances of an executable in the system path, in PHP.
- Host: GitHub
- URL: https://github.com/cedx/which.php
- Owner: cedx
- License: mit
- Created: 2022-04-10T19:30:28.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T11:22:57.000Z (over 1 year ago)
- Last Synced: 2024-10-29T11:42:31.927Z (over 1 year ago)
- Topics: php, which
- Language: PHP
- Homepage: https://github.com/cedx/which.php/wiki
- Size: 744 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
- Codeowners: .github/CODEOWNERS
- Authors: AUTHORS.txt
Awesome Lists containing this project
README
# Which for PHP
   
Find the instances of an executable in the system path, in [PHP](https://www.php.net).
## Documentation
- [User guide](https://github.com/cedx/which.php/wiki)
- [Examples](https://github.com/cedx/which.php/tree/main/example)
## Development
- [Git repository](https://github.com/cedx/which.php)
- [Submit an issue](https://github.com/cedx/which.php/issues)
## License
[Which for PHP](https://github.com/cedx/which.php) is distributed under the MIT License.