PackageTrack
Sign in Get early access

laminas/laminas-serializer

Serialize and deserialize PHP structures to a variety of representations

3.3.0 12M downloads/mo #2333 most downloaded on Packagist laminas/laminas-serializer

What this package is like to depend on

Last release 4 months ago

20 Apr 2026

Release timing varies

gaps range from 9 days to 12 months

Rarely documented

notes for 9 of 88 stable releases

Nothing withdrawn

no release was ever pulled

7 years old

89 releases · first in 2019

2 releases in the last 12 months

see the full history below

Release timeline

81 releases · Dec 2019 to Apr 2026
2020 2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 60 of 89
  1. 3.3.0 20 Apr 2026
    Release notes

    Release Notes for 3.3.0

    Feature release (minor)

    3.3.0

    • Total issues resolved: 0
    • Total pull requests resolved: 2
    • Total contributors: 2

    Documentation,Enhancement

    Open source →
  2. 3.2.0 30 Jan 2026
    Release notes

    Release Notes for 3.2.0

    Feature release (minor)

    3.2.0

    • Total issues resolved: 1
    • Total pull requests resolved: 2
    • Total contributors: 2

    Dependencies

    Enhancement

    Open source →
  3. 3.1.0 15 Oct 2024
    Release notes

    Release Notes for 3.1.0

    Feature release (minor)

    3.1.0

    • Total issues resolved: 0
    • Total pull requests resolved: 4
    • Total contributors: 3

    Enhancement

    renovate

    Open source →
  4. 3.0.0 23 Apr 2024
    Release notes

    Release Notes for 3.0.0

    Backwards incompatible release (major)

    With v3.0.0, a huge maintenance release is rolled out.
    Every property and every method is now fully typed, starting with method arguments up to object properties.
    These kind of changes were necessary due to the changes in laminas-servicemanager v4.0.0 which is also fully typed starting with v4.0.

    To reduce further maintenance effort, some niche serializers were dropped in favor or faster CI pipelines and due to the lack of cross-platform checks. Laminas wants to provide fully tested code which was not properly possible for at least the Wddx adapter.

    The migration guide is available on the documentation website:
    https://docs.laminas.dev/laminas-serializer/v3/migration/to-version-3/

    Breaking Changes

    • All methods within this component now have typed arguments and typed return
    • All properties within this component are now typed

    Removed

    • Laminas\Serializer\Serializer is removed in favor of proper dependency injection
    • Laminas\Serializer\Adapter\MsgPack is removed to reduce the amount of maintenance within this component
    • Laminas\Serializer\Adapter\PythonPickle is removed to reduce the amount of maintenance within this component
    • Laminas\Serializer\Adapter\Wddx is removed to reduce the amount of maintenance within this component

    Changed

    • Due to the removal of Laminas\Serializer\Serializer, projects now have to either instantiate the default serializer implementation or inject it by consuming the Laminas\Serializer\Adapter\AdapterInterface service

    Added

    • Laminas\Serializer\GenericSerializerFactory in case projects want to re-configure the default serializer (PhpSerialize) provided by the Laminas\Serializer\Adapter\AdapterInterface service
    • Compatibility with laminas/laminas-servicemanager v4.0.0 and therefore psr/container v2.0.0

    3.0.0

    • Total issues resolved: 2
    • Total pull requests resolved: 12
    • Total contributors: 3

    Documentation

    Enhancement

    Documentation,Enhancement

    BC Break,Enhancement,Feature Removal

    BC Break,Enhancement

    BC Break,Documentation,Enhancement

    BC Break,RFC

    Open source →
  5. 3.0.0-rc1 04 Sep 2023 pre-release
    Release notes

    Backwards incompatible release (major)

    With v3.0.0, a huge maintenance release is rolled out.
    Every property and every method is now fully typed, starting with method arguments up to object properties.
    These kind of changes were necessary due to the changes in laminas-servicemanager v4.0.0 which is also fully typed starting with v4.0.

    To reduce further maintenance effort, some niche serializers were dropped in favor or faster CI pipelines and due to the lack of cross-platform checks. Laminas wants to provide fully tested code which was not properly possible for at least the Wddx adapter.

    Breaking Changes

    • All methods within this component now have typed arguments and typed return
    • All properties within this component are now typed

    Removed

    • Laminas\Serializer\Serializer is removed in favor of proper dependency injection
    • Laminas\Serializer\Adapter\MsgPack is removed to reduce the amount of maintenance within this component
    • Laminas\Serializer\Adapter\PythonPickle is removed to reduce the amount of maintenance within this component
    • Laminas\Serializer\Adapter\Wddx is removed to reduce the amount of maintenance within this component

    Changed

    • Due to the removal of Laminas\Serializer\Serializer, projects now have to either instantiate the default serializer implementation or inject it by consuming the Laminas\Serializer\Adapter\AdapterInterface service

    Added

    • Laminas\Serializer\GenericSerializerFactory in case projects want to re-configure the default serializer (PhpSerialize) provided by the Laminas\Serializer\Adapter\AdapterInterface service
    • Compatibility with laminas/laminas-servicemanager v4.0.0 and therefore psr/container v2.0.0
    Open source →
  6. 2.18.0 28 Jan 2025
    Release notes

    Release Notes for 2.18.0

    Feature release (minor)

    2.18.0

    • Total issues resolved: 0
    • Total pull requests resolved: 1
    • Total contributors: 1

    Enhancement

    Open source →
  7. 2.17.0 01 Oct 2023
    Release notes

    Release Notes for 2.17.0

    Feature release (minor)

    2.17.0

    • Total issues resolved: 0
    • Total pull requests resolved: 1
    • Total contributors: 1

    Enhancement

    Open source →
  8. 2.16.2 25 Sep 2023
    Release notes

    Release Notes for 2.16.2

    2.16.x bugfix release (patch)

    2.16.2

    • Total issues resolved: 0
    • Total pull requests resolved: 1
    • Total contributors: 1

    Bug,Documentation

    Open source →
  9. 2.16.1 13 Sep 2023
    Release notes

    Release Notes for 2.16.1

    2.16.x bugfix release (patch)

    2.16.1

    • Total issues resolved: 0
    • Total pull requests resolved: 1
    • Total contributors: 1

    Bug

    Open source →
  10. 2.16.0 04 Sep 2023
    Release notes

    Release Notes for 2.16.0

    Feature release (minor)

    Added

    • #41 Laminas\Serializer\GenericSerializerFactory which is registered with Laminas\Serializer\Adapter\AdapterInterface in mezzio and laminas-mvc configuration to provide project default PhpSerialize serializer adapter via the container. Can be used in projects to reconfigure projects default serializer by overriding the Laminas\Serializer\Adapter\AdapterInterface in the container confgiuration in (dependencies/service_manager).factories.

    Deprecated

    • #41 Laminas\Serializer\Serializer is deprecated and marked to be removed in v3.0.0.

    2.16.0

    • Total issues resolved: 0
    • Total pull requests resolved: 1
    • Total contributors: 1

    Enhancement

    Open source →
  11. 2.15.0 08 Jul 2023

    Nothing published for this version

  12. 2.14.0 16 Oct 2022

    Nothing published for this version

  13. 2.13.0 11 Apr 2022

    Nothing published for this version

  14. 2.12.0 06 Dec 2021

    Nothing published for this version

  15. 2.11.0 24 Oct 2021

    Nothing published for this version

  16. 2.10.1 18 Feb 2021

    Nothing published for this version

  17. 2.10.0 17 Feb 2021

    Nothing published for this version

  18. 2.9.1 31 Dec 2019

    Nothing published for this version

  19. 2.9.0 31 Dec 2019

    Nothing published for this version

  20. 2.8.1 31 Dec 2019

    Nothing published for this version

  21. 2.8.0 31 Dec 2019

    Nothing published for this version

  22. 2.7.2 31 Dec 2019

    Nothing published for this version

  23. 2.7.1 31 Dec 2019

    Nothing published for this version

  24. 2.7.0 31 Dec 2019

    Nothing published for this version

  25. 2.6.1 31 Dec 2019

    Nothing published for this version

  26. 2.6.0 31 Dec 2019

    Nothing published for this version

  27. 2.5.1 31 Dec 2019

    Nothing published for this version

  28. 2.5.0 31 Dec 2019

    Nothing published for this version

  29. 2.4.13 31 Dec 2019

    Nothing published for this version

  30. 2.4.12 31 Dec 2019

    Nothing published for this version

  31. 2.4.11 no date

    Nothing published for this version

  32. 2.4.10 31 Dec 2019

    Nothing published for this version

  33. 2.4.9 31 Dec 2019

    Nothing published for this version

  34. 2.4.8 no date

    Nothing published for this version

  35. 2.4.7 31 Dec 2019

    Nothing published for this version

  36. 2.4.6 31 Dec 2019

    Nothing published for this version

  37. 2.4.5 31 Dec 2019

    Nothing published for this version

  38. 2.4.4 31 Dec 2019

    Nothing published for this version

  39. 2.4.3 31 Dec 2019

    Nothing published for this version

  40. 2.4.2 31 Dec 2019

    Nothing published for this version

  41. 2.4.1 31 Dec 2019

    Nothing published for this version

  42. 2.4.0 31 Dec 2019

    Nothing published for this version

  43. 2.3.9 31 Dec 2019

    Nothing published for this version

  44. 2.3.8 31 Dec 2019

    Nothing published for this version

  45. 2.3.7 no date

    Nothing published for this version

  46. 2.3.6 31 Dec 2019

    Nothing published for this version

  47. 2.3.5 31 Dec 2019

    Nothing published for this version

  48. 2.3.4 31 Dec 2019

    Nothing published for this version

  49. 2.3.3 31 Dec 2019

    Nothing published for this version

  50. 2.3.2 31 Dec 2019

    Nothing published for this version

  51. 2.3.1 no date

    Nothing published for this version

  52. 2.3.0 31 Dec 2019

    Nothing published for this version

  53. 2.2.10 31 Dec 2019

    Nothing published for this version

  54. 2.2.9 31 Dec 2019

    Nothing published for this version

  55. 2.2.8 31 Dec 2019

    Nothing published for this version

  56. 2.2.7 31 Dec 2019

    Nothing published for this version

  57. 2.2.6 31 Dec 2019

    Nothing published for this version

  58. 2.2.5 no date

    Nothing published for this version

  59. 2.2.4 31 Dec 2019

    Nothing published for this version

  60. 2.2.3 31 Dec 2019

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive