PackageTrack
Sign in Get early access

symfony/contracts

A set of abstractions extracted out of the Symfony components

v3.7.2 67M downloads/mo #1035 most downloaded on Packagist symfony/contracts

What this package is like to depend on

Last release 1 months ago

27 Jun 2026

Release timing varies

gaps range from 2 weeks to 10 months

Rarely documented

notes for 12 of 57 stable releases

Nothing withdrawn

no release was ever pulled

8 years old

60 releases · first in 2018

3 releases in the last 12 months

see the full history below

Release timeline

56 releases · Oct 2018 to Jun 2026
2019 2020 2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 60
  1. v3.7.2 27 Jun 2026
    Release notes

    Changelog (v3.7.1...v3.7.2)

    • no significant changes
    Open source →
  2. v3.7.1 16 Jun 2026
    Release notes

    Changelog (v3.7.0...v3.7.1)

    • no significant changes
    Open source →
  3. v3.7.0 05 May 2026
    Release notes

    Changelog (v3.6.1...v3.7.0)

    • no significant changes
    Open source →
  4. v3.6.1 15 Jul 2025

    Nothing published for this version

  5. v3.6.0 01 May 2025

    Nothing published for this version

  6. v3.6.0-BETA1 no date pre-release
    Release notes

    Create tag v3.6.0-BETA1

    Open source →
  7. v3.5.2 07 Dec 2024

    Nothing published for this version

  8. v3.5.1 25 Nov 2024

    Nothing published for this version

  9. v3.5.0 18 Apr 2024

    Nothing published for this version

  10. v3.4.5 25 Apr 2025

    Nothing published for this version

  11. v3.4.4 09 Dec 2024

    Nothing published for this version

  12. v3.4.3 25 Nov 2024

    Nothing published for this version

  13. v3.4.2 01 Apr 2024

    Nothing published for this version

  14. v3.4.1 26 Dec 2023

    Nothing published for this version

  15. v3.4.0 02 Oct 2023

    Nothing published for this version

  16. v3.3.0 30 May 2023

    Nothing published for this version

  17. v3.2.1 01 Mar 2023

    Nothing published for this version

  18. v3.2.0 25 Nov 2022

    Nothing published for this version

  19. v3.1.1 27 Jun 2022

    Nothing published for this version

  20. v3.1.0 07 May 2022

    Nothing published for this version

  21. v3.0.2 27 Jun 2022

    Nothing published for this version

  22. v3.0.1 13 Mar 2022

    Nothing published for this version

  23. v3.0.0 22 Nov 2021

    Nothing published for this version

  24. v2.5.5 28 Nov 2024

    Nothing published for this version

  25. v2.5.4 25 Nov 2024

    Nothing published for this version

  26. v2.5.3 01 Apr 2024

    Nothing published for this version

  27. v2.5.2 27 Jun 2022

    Nothing published for this version

  28. v2.5.1 13 Mar 2022

    Nothing published for this version

  29. v2.5.0 22 Nov 2021

    Nothing published for this version

  30. v2.4.1 04 Nov 2021

    Nothing published for this version

  31. v2.4.0 11 Apr 2021

    Nothing published for this version

  32. v2.3.1 14 Oct 2020

    Nothing published for this version

  33. v2.3.0 29 Sep 2020
    Release notes
    • added Translation\TranslatableInterface to enable value-objects to be translated
    • made Translation\TranslatorTrait::getLocale() fallback to intl's Locale::getDefault() when available
    Open source →
  34. v2.2.0 07 Sep 2020
    Release notes
    • added Service\Attribute\Required attribute for PHP 8
    Open source →
  35. v2.1.3 29 Jul 2020
    Release notes
    • fixed compat with PHP 8
    Open source →
  36. v2.1.2 27 May 2020

    Nothing published for this version

  37. v2.1.1 09 May 2020

    Nothing published for this version

  38. v2.1.0 18 Mar 2020
    Release notes
    • added "symfony/deprecation-contracts"
    Open source →
  39. v2.0.1 26 Nov 2019
    Release notes
    • added /json endpoints to the test mock HTTP server
    Open source →
  40. v2.0.0 09 Nov 2019
    Release notes
    • bumped minimum PHP version to 7.2 and added explicit type hints
    • made "psr/event-dispatcher" a required dependency of "symfony/event-dispatcher-contracts"
    • made "symfony/http-client-contracts" not experimental anymore
    Open source →
  41. v1.10.0 20 Jul 2022

    Nothing published for this version

  42. v1.1.13 27 Jun 2022

    Nothing published for this version

  43. v1.1.12 09 Mar 2022

    Nothing published for this version

  44. v1.1.11 04 Nov 2021

    Nothing published for this version

  45. v1.1.10 02 Sep 2020

    Nothing published for this version

  46. v1.1.9 29 Jul 2020
    Release notes
    • fixed compat with PHP 8
    Open source →
  47. v1.1.8 07 Nov 2019

    Nothing published for this version

  48. v1.1.7 04 Oct 2019

    Nothing published for this version

  49. v1.1.6 21 Aug 2019

    Nothing published for this version

  50. v1.1.5 20 Jun 2019

    Nothing published for this version

  51. v1.1.4 17 Jun 2019

    Nothing published for this version

  52. v1.1.3 05 Jun 2019

    Nothing published for this version

  53. v1.1.2 28 May 2019

    Nothing published for this version

  54. v1.1.1 no date

    Nothing published for this version

  55. v1.1.0 27 Apr 2019
    Release notes
    • added HttpClient namespace with contracts for implementing flexible HTTP clients
    • added EventDispatcherInterface and Event in namespace EventDispatcher
    • added ServiceProviderInterface in namespace Service
    Open source →
  56. v1.0.2 05 Dec 2018

    Nothing published for this version

  57. v1.0.1 24 Nov 2018

    Nothing published for this version

  58. v1.0.0 31 Oct 2018
    Release notes
    • added Service\ResetInterface to provide a way to reset an object to its initial state
    • added Translation\TranslatorInterface and Translation\TranslatorTrait
    • added Cache contract to extend PSR-6 with tag invalidation, callback-based computation and stampede protection
    • added Service\ServiceSubscriberInterface to declare the dependencies of a class that consumes a service locator
    • added Service\ServiceSubscriberTrait to implement Service\ServiceSubscriberInterface using methods' return types
    • added Service\ServiceLocatorTrait to help implement PSR-11 service locators
    Open source →
  59. v1.0.0-RC1 no date pre-release

    Nothing published for this version

  60. v1.0.0-BETA1 no date pre-release

    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