{ "name": "symfony/var-exporter", "type": "library", "description": "Allows exporting any serializable PHP data structure to plain PHP code", "keywords": ["export", "serialize", "instantiate", "hydrate", "construct", "clone", "lazy loading", "proxy"], "homepage": "https://symfony.com", "license": "MIT", "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "require": { "php": ">=8.1" }, "require-dev": { "symfony/var-dumper": "^5.4|^6.0" }, "autoload": { "psr-4": { "Symfony\\Component\\VarExporter\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "minimum-stability": "dev" }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
Exception | Folder | 0755 |
|
|
Internal | Folder | 0755 |
|
|
CHANGELOG.md | File | 429 B | 0644 |
|
Hydrator.php | File | 2.94 KB | 0644 |
|
Instantiator.php | File | 2.34 KB | 0644 |
|
LICENSE | File | 1.04 KB | 0644 |
|
LazyGhostTrait.php | File | 13.98 KB | 0644 |
|
LazyObjectInterface.php | File | 849 B | 0644 |
|
LazyProxyTrait.php | File | 11.95 KB | 0644 |
|
ProxyHelper.php | File | 15.74 KB | 0644 |
|
README.md | File | 5.66 KB | 0644 |
|
VarExporter.php | File | 3.5 KB | 0644 |
|
composer.json | File | 873 B | 0644 |
|