Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Var Exporter Laravel Package

symfony/var-exporter

Symfony VarExporter lets you export any serializable PHP value to fast, OPcache-friendly PHP code (preserving __sleep/__wakeup, Serializable, __serialize). Includes Instantiator/Hydrator for bypassing constructors, deep cloning, and lazy-loading traits.

View on GitHub
Deep Wiki
Context7
v8.0.8

Changelog (https://github.com/symfony/var-exporter/compare/v8.0.7...v8.0.8)

  • bug #63635 Skip rewriting initialized readonly properties during hydration (@nicolas-grekas)
v7.4.8

Changelog (https://github.com/symfony/var-exporter/compare/v7.4.7...v7.4.8)

  • bug #63635 Skip rewriting initialized readonly properties during hydration (@nicolas-grekas)
v6.4.36

Changelog (https://github.com/symfony/var-exporter/compare/v6.4.35...v6.4.36)

  • bug #63635 Skip rewriting initialized readonly properties during hydration (@nicolas-grekas)
v8.0.0-BETA1

Changelog (https://github.com/symfony/var-exporter/compare/v7.3.4...v8.0.0-BETA1)

  • feature symfony/symfony#61657 [VarExporter] Add support for exporting named closures (@nicolas-grekas)
  • feature symfony/symfony#60716 [VarExporter] Remove LazyGhostTrait and LazyProxyTrait in favor of native lazy objects (@nicolas-grekas)
  • feature symfony/symfony#60639 Bump Symfony 8 to PHP >= 8.4 (@nicolas-grekas)
v7.4.0-BETA1

Changelog (https://github.com/symfony/var-exporter/compare/v7.3.4...v7.4.0-BETA1)

  • feature symfony/symfony#61657 [VarExporter] Add support for exporting named closures (@nicolas-grekas)
v7.3.4

Changelog (https://github.com/symfony/var-exporter/compare/v7.3.3...v7.3.4)

  • bug symfony/symfony#61727 Replace __sleep/wakeup() by __(un)serialize() for throwing and internal usages (@nicolas-grekas)
v6.4.26

Changelog (https://github.com/symfony/var-exporter/compare/v6.4.25...v6.4.26)

  • bug symfony/symfony#61727 Replace __sleep/wakeup() by __(un)serialize() for throwing and internal usages (@nicolas-grekas)
v7.3.3

Changelog (https://github.com/symfony/var-exporter/compare/v7.3.2...v7.3.3)

  • bug symfony/symfony#61453 [VarExporter] Fix serializing classes with __serialize() returning unprefixed private properties (@nicolas-grekas)
  • bug symfony/symfony#61402 Remove calls to deprecated methods of SplObjectStorage (@nicolas-grekas)
v6.4.25

Changelog (https://github.com/symfony/var-exporter/compare/v6.4.24...v6.4.25)

  • bug symfony/symfony#61453 [VarExporter] Fix serializing classes with __serialize() returning unprefixed private properties (@nicolas-grekas)
  • bug symfony/symfony#61402 Remove calls to deprecated methods of SplObjectStorage (@nicolas-grekas)
v7.3.2

Changelog (https://github.com/symfony/var-exporter/compare/v7.3.1...v7.3.2)

  • bug symfony/symfony#61073 [VarExporter] Dump implicit-nullable types as explicit to prevent the corresponding deprecation (@nicolas-grekas)
v7.2.9

Changelog (https://github.com/symfony/var-exporter/compare/v7.2.8...v7.2.9)

  • bug symfony/symfony#61073 [VarExporter] Dump implicit-nullable types as explicit to prevent the corresponding deprecation (@nicolas-grekas)
v6.4.24

Changelog (https://github.com/symfony/var-exporter/compare/v6.4.23...v6.4.24)

  • bug symfony/symfony#61073 [VarExporter] Dump implicit-nullable types as explicit to prevent the corresponding deprecation (@nicolas-grekas)
v7.2.7

Changelog (https://github.com/symfony/var-exporter/compare/v7.2.6...v7.2.7)

  • bug symfony/symfony#60421 [VarExporter] Fixed lazy-loading ghost objects generation with property hooks (@cheack)
v6.4.22

Changelog (https://github.com/symfony/var-exporter/compare/v6.4.21...v6.4.22)

  • bug symfony/symfony#60421 [VarExporter] Fixed lazy-loading ghost objects generation with property hooks (@cheack)
v7.3.0-RC1

Changelog (https://github.com/symfony/var-exporter/compare/v7.3.0-BETA2...v7.3.0-RC1)

  • bug symfony/symfony#60421 [VarExporter] Fixed lazy-loading ghost objects generation with property hooks (@cheack)
v7.3.0-BETA1

Changelog (https://github.com/symfony/var-exporter/compare/v7.2.6...v7.3.0-BETA1)

  • feature symfony/symfony#59890 [VarExporter] Leverage native lazy objects (@nicolas-grekas)
v7.2.6

Changelog (https://github.com/symfony/var-exporter/compare/v7.2.5...v7.2.6)

  • bug symfony/symfony#60288 [VarExporter] dump default value for property hooks if present (@xabbuh)
  • bug symfony/symfony#60258 [VarExporter] Fix: Use correct closure call for property-specific logic in $notByRef (@Hakayashii, @denjas)
v6.4.21

Changelog (https://github.com/symfony/var-exporter/compare/v6.4.20...v6.4.21)

  • bug symfony/symfony#60288 [VarExporter] dump default value for property hooks if present (@xabbuh)
  • bug symfony/symfony#60258 [VarExporter] Fix: Use correct closure call for property-specific logic in $notByRef (@Hakayashii, @denjas)
v7.2.5

Changelog (https://github.com/symfony/var-exporter/compare/v7.2.4...v7.2.5)

  • bug symfony/symfony#59965 [VarExporter] Fix support for hooks and asymmetric visibility (@nicolas-grekas)
  • bug symfony/symfony#59884 [VarExporter] Fix support for asymmetric visibility (@nicolas-grekas)
  • bug symfony/symfony#59881 [VarExporter] Fix support for abstract properties (@nicolas-grekas)
v6.4.20

Changelog (https://github.com/symfony/var-exporter/compare/v6.4.19...v6.4.20)

  • bug symfony/symfony#59965 [VarExporter] Fix support for hooks and asymmetric visibility (@nicolas-grekas)
  • bug symfony/symfony#59884 [VarExporter] Fix support for asymmetric visibility (@nicolas-grekas)
  • bug symfony/symfony#59881 [VarExporter] Fix support for abstract properties (@nicolas-grekas)
v7.2.4

Changelog (https://github.com/symfony/var-exporter/compare/v7.2.3...v7.2.4)

  • bug symfony/symfony#59761 [VarExporter] Fix lazy objects with hooked properties (@nicolas-grekas)
v6.4.19

Changelog (https://github.com/symfony/var-exporter/compare/v6.4.18...v6.4.19)

  • bug symfony/symfony#59761 [VarExporter] Fix lazy objects with hooked properties (@nicolas-grekas)
v7.2.0-BETA1

Changelog (https://github.com/symfony/var-exporter/compare/v7.1.6...v7.2.0-BETA1)

  • feature symfony/symfony#58129 [VarExporter] Allow reinitializing lazy objects with a new initializer (@nicolas-grekas)
v7.1.6
v6.4.13
v5.4.45
v7.1.2

Changelog (https://github.com/symfony/var-exporter/compare/v7.1.1...v7.1.2)

  • bug symfony/symfony#57460 [VarExporter] fix contravariance problem with __unserialize() in lazy proxy (@nikophil)
v7.0.9

Changelog (https://github.com/symfony/var-exporter/compare/v7.0.8...v7.0.9)

  • bug symfony/symfony#57460 [VarExporter] fix contravariance problem with __unserialize() in lazy proxy (@nikophil)
v6.4.9

Changelog (https://github.com/symfony/var-exporter/compare/v6.4.8...v6.4.9)

  • bug symfony/symfony#57460 [VarExporter] fix contravariance problem with __unserialize() in lazy proxy (@nikophil)
Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
davejamesmiller/laravel-breadcrumbs
artisanry/parsedown
christhompsontldr/phpsdk
enqueue/dsn
bunny/bunny
enqueue/test
enqueue/null
enqueue/amqp-tools
milesj/emojibase
bower-asset/punycode
bower-asset/inputmask
bower-asset/jquery
bower-asset/yii2-pjax
laravel/nova
spatie/laravel-mailcoach
spatie/laravel-superseeder
laravel/liferaft
nst/json-test-suite
danielmiessler/sec-lists
jackalope/jackalope-transport