Download the PHP package evgenijfaustov/debug-snapshot-bundle without Composer
On this page you can find all versions of the php package evgenijfaustov/debug-snapshot-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download evgenijfaustov/debug-snapshot-bundle
More information about evgenijfaustov/debug-snapshot-bundle
Files in evgenijfaustov/debug-snapshot-bundle
Download evgenijfaustov/debug-snapshot-bundle
More information about evgenijfaustov/debug-snapshot-bundle
Files in evgenijfaustov/debug-snapshot-bundle
Vendor evgenijfaustov
Package debug-snapshot-bundle
Short Description Debug Snapshot Feature
License proprietary
Package debug-snapshot-bundle
Short Description Debug Snapshot Feature
License proprietary
Please rate this library. Is it a good library?
Informations about the package debug-snapshot-bundle
Debug Snapshot Bundle
Symfony bundle for exporting and importing Doctrine ORM aggregates as a debug snapshot ZIP.
Requirements
- PHP 8.2+
- Symfony 7.1+
- Doctrine ORM 2.17+ or 3.x
Installation
If the bundle was not registered automatically, add it to config/bundles.php:
Configuration
include rules
include is an allowlist of Doctrine associations to traverse per entity class.
If a class is present in include with [], no relations are traversed for that class.
Relations not listed in include are not exported.
Export
Import
HTTP endpoints
Enable routes and role-based access in your app:
Export (returns zip):
Import:
Snapshot format (v1)
- meta.json contains format, createdAt, profile, root, checksum
- snapshot.json contains format, root, entities with fields and relations
Notes
- Composite identifiers are not supported.
- Only scalar fields are exported; relations are stored as references.
- PII masking is applied when
--anonymize=1is passed.
All versions of debug-snapshot-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.3
symfony/framework-bundle Version ^7.1
symfony/console Version ^7.1
symfony/options-resolver Version ^7.1
symfony/filesystem Version ^7.1
symfony/serializer Version ^7.1
symfony/security-bundle Version ^7.1
doctrine/orm Version ^2.17 || ^3.0
ext-zip Version *
symfony/framework-bundle Version ^7.1
symfony/console Version ^7.1
symfony/options-resolver Version ^7.1
symfony/filesystem Version ^7.1
symfony/serializer Version ^7.1
symfony/security-bundle Version ^7.1
doctrine/orm Version ^2.17 || ^3.0
ext-zip Version *
The package evgenijfaustov/debug-snapshot-bundle contains the following files
Loading the files please wait ...