Symfony PHP console bundle
- https://github.com/barbushin/php-console
- https://packagist.org/packages/php-console/php-console
- https://chrome.google.com/webstore/detail/php-console/nfhmhhlpfleoednkpnnnkolmclajemef
- https://github.com/ccampbell/chromephp
- https://packagist.org/packages/ccampbell/chromephp
- https://chrome.google.com/extensions/detail/noaneddfkdjfnfdakjjmocngnfkfehhd
https://packagist.org/packages/vitre/php-console-bundle
composer require vitre/php-console-bundle dev-master
AppKernel.php
new Vitre\PhpConsoleBundle\VitrePhpConsoleBundle(),
# app/config/config.yml
vitre_php_console:
enabled: true
driver: php_console
source_base_path: %kernel.root_dir%
encoding: utf-8
# not implemented for chrome logger
ip: [192.168.*.*]
password: pass
ssl_only: false
handle:
errors: true
exceptions: true
forward: true
$this->getContainer()->get('vitre_php_console')->log($var);
%kernel.root_dir%/cache/%kernel.environment%/vitre_php_console.data