phpactor / debug-extension
Add some debugging facilities
Installs: 12 395
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 1
Type:phpactor-extension
Requires
- php: ^7.3 || ^8.0
- phpactor/console-extension: ^0.1.6
- phpactor/container: ^2.0.0
- symfony/debug: ^4.4
- symfony/var-dumper: ^5.0
Requires (Dev)
- ergebnis/composer-normalize: ^2.0
- friendsofphp/php-cs-fixer: ^2.17
- phpstan/phpstan: ~0.12.0
- phpunit/phpunit: ^9.1
This package is auto-updated.
Last update: 2022-04-05 11:33:31 UTC
README
Extension to help in debugging Phpactor
VarDumper
Includes the Symfony var-dumper
. Run a var-dump
server:
$ ./vendor/bin/var-dump-server localhost:9912
Use the dump()
function to dump to the var-dump-server.
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.