Blog |
Forum |
Repository |
Wizard
Jump to letter: [
ABCDGHILMOPQRSTUVWZ
]
php-symfony4-var-dumper - Symfony mechanism for exploring and dumping PHP variables (version 4)
- Website:
- http://symfony.com/doc/master/components/var_dumper.html
- Licence:
- MIT
- Vendor:
- Remi Collet
- Description:
This component provides a mechanism that allows exploring then dumping any PHP
variable.
It handles scalars, objects and resources properly, taking hard and soft
references into account. More than being immune to infinite recursion problems,
it allows dumping where references link to each other. It explores recursive
structures using a breadth-first algorithm.
The component exposes all the parts involved in the different steps of cloning
then dumping a PHP variable, while applying size limits and having specialized
output formats and methods.
Autoloader: /usr/share/php/Symfony4/Component/VarDumper/autoload.php
Packages
php-symfony4-var-dumper-4.2.3-1.fc26.remi.noarch
|
[72 KiB]
|
Changelog by Remi Collet (2019-02-04):
- update to 4.2.3
- raise dependency on twig 1.37.1
|
php-symfony4-var-dumper-4.2.2-1.fc26.remi.noarch
|
[72 KiB]
|
Changelog by Remi Collet (2019-01-07):
- update to 4.2.2
- add VarExporter component
- add dependency on symfony/contracts
- add dependency on doctrine/event-manager, doctrine/persistence
and doctrine/reflection
- raise dependency on doctrine/dbal 2.5
- raise dependency on ocramius/proxy-manager 2.1
|