PackageTrack
Sign in Get early access

nelmio/solarium-bundle

Integration with solarium solr client.

v6.1.0 3.2M downloads/mo #4096 most downloaded on Packagist nelmio/NelmioSolariumBundle

What this package is like to depend on

Last release 2 days ago

21 Aug 2026

Release timing varies

gaps range from 2 months to 1.5 years

Some releases are documented

notes for 10 of 23 stable releases

Nothing withdrawn

no release was ever pulled

14 years old

27 releases · first in 2012

3 releases in the last 12 months

see the full history below

Release timeline

27 releases · Jul 2012 to Aug 2026
2013 2015 2017 2019 2021 2023 2025
Release Pre-release

Releases

latest 27
  1. v6.1.0 21 Aug 2026
    Release notes

    What's Changed

    • Allow using solarium/solarium ^7.0 by @mpdude in #142

    Full Changelog: v6.0.0...v6.1.0

    Open source →
    Release notes

    v6.1.0 Latest

    Latest

    Compare

    Choose a tag to compare

    Open source →
  2. v6.0.0 16 Dec 2025
    Release notes

    Added

    • strict types declaration to all PHP files (#140)
    • return types to Nelmio\SolariumBundle\ClientRegistry and Nelmio\SolariumBundle\DependencyInjection\Configuration (#140)
    • support for Symfony 8 (#139)

    Changed

    • marked classes as final: Nelmio\SolariumBundle\DependencyInjection\Configuration, Nelmio\SolariumBundle\DependencyInjection\NelmioSolariumExtension, Nelmio\SolariumBundle\Logger (#140)
    • removed support for PHP 8.1 (#140)
    Open source →
    Release notes

    Added

    • strict types declaration to all PHP files (add missing types, declare strict types and some improvements #140)
    • return types to Nelmio\SolariumBundle\ClientRegistry and Nelmio\SolariumBundle\DependencyInjection\Configuration (add missing types, declare strict types and some improvements #140)
    • support for Symfony 8 (#139)

    Changed

    • marked classes as final: Nelmio\SolariumBundle\DependencyInjection\Configuration, Nelmio\SolariumBundle\DependencyInjection\NelmioSolariumExtension, Nelmio\SolariumBundle\Logger (add missing types, declare strict types and some improvements #140)
    • removed support for PHP 8.1 (#140)
    Open source →
    Release notes

    v6.0.0

    Compare

    Choose a tag to compare

    Open source →
  3. v5.2.0 19 Oct 2025
    Release notes

    What's Changed

    • Bump dependencies by @dmaicher in #136
      • drops support for PHP < 8.1
      • drops support for Solarium < 6.4.1
      • drops support for Symfony 5.4, 6.2, 6.3, 7.0, 7.1 and 7.2
    • move configuration from XML to PHP format by @dmaicher in #137
      • this avoids deprecation notices for the upcoming Symfony 7.4 and is required for Symfony 8 compatibility

    Full Changelog: v5.1.1...v5.2.0

    Open source →
    Release notes

    v5.2.0

    Compare

    Choose a tag to compare

    Open source →
  4. v5.1.1 25 Feb 2025
    Release notes

    What's Changed

    New Contributors

    Full Changelog: v5.1.0...v5.1.1

    Open source →
    Release notes

    v5.1.1

    Compare

    Choose a tag to compare

    Open source →
  5. v5.1.0 22 Sep 2023
    Release notes

    What's Changed

    Full Changelog: v5.0.2...v5.1.0

    Open source →
    Release notes

    v5.1.0

    Compare

    Choose a tag to compare

    Open source →
  6. v5.0.2 06 Jun 2023
    Release notes

    What's Changed

    Full Changelog: v5.0.1...v5.0.2

    Open source →
    Release notes

    v5.0.2

    Compare

    Choose a tag to compare

    Open source →
  7. v5.0.1 20 Apr 2023
    Release notes

    What's Changed

    Full Changelog: v5.0.0...v5.0.1

    Open source →
    Release notes

    v5.0.1

    Compare

    Choose a tag to compare

    Open source →
  8. v5.0.0 16 Nov 2021
    Release notes

    What's Changed

    Added

    • Added compatibility with Solarium ^6.1
    • Added support for PHP 8
    • Added support for Symfony 6

    Changed

    • Dropped support for Solarium 5
    • Dropped support for PHP 7.2
    • Removed the deprecated adapter_class configuration option
    • Removed the deprecated timeout configuration option

    Full Changelog: v4.1.0...v5.0.0

    Open source →
    Release notes

    Added

    • Added compatibility with Solarium ^6.1
    • Added support for PHP 8
    • Added support for Symfony 6

    Changed

    • Dropped support for Solarium 5
    • Dropped support for PHP 7.2
    • Removed the deprecated adapter_class configuration option
    • Removed the deprecated timeout configuration option
    Open source →
    Release notes

    v5.0.0

    Compare

    Choose a tag to compare

    Open source →
  9. v4.1.0 15 Nov 2021
    Release notes

    Added

    • Added adapter_service and adapter_timeout configuration options

    Deprecated

    • Deprecated the adapter_class configuration option. Use adapter_service instead for custom adapters.
    • Deprecated the timeout option for endpoints. Configure the timeout on the client using adapter_timeout or configure your custom adapter service accordingly.

    Changed

    • Removed support for Symfony <= 4.4, 5.0, 5.1 and 5.2
    • Require Solarium ^5.2

    Fixed

    • Fixed deprecations introduced in Solarium 5.2

    Full Changelog: v4.0.0...v4.1.0

    Open source →
    Release notes

    Added

    • Added adapter_service and adapter_timeout configuration options

    Deprecated

    • Deprecated the adapter_class configuration option. Use adapter_service instead for custom adapters.
    • Deprecated the timeout option for endpoints. Configure the timeout on the client using adapter_timeout or configure your custom adapter service accordingly.

    Changed

    • Removed support for Symfony <= 4.4, 5.0, 5.1 and 5.2
    • Require Solarium ^5.2

    Fixed

    • Fixed deprecations introduced in Solarium 5.2
    Open source →
    Release notes

    v4.1.0

    Compare

    Choose a tag to compare

    Open source →
  10. v4.0.0 08 May 2020
    Release notes

    Changed

    • Add support for Symfony v5.x #PR-98
    Open source →
    Release notes

    Changed

    • Add support for Symfony v5.x #PR-98
    Open source →
    Release notes

    v4.0.0

    Compare

    Choose a tag to compare

    Open source →
  11. v4.0.0-rc.1 16 Dec 2019 pre-release
    Release notes

    Changed

    • Removed support for PHP 7.1 (require PHP >= 7.2)
    • Removed support for unmaintained Symfony versions
    • Require Solarium >= 5.x

    Fixed

    • Fixed Symfony 4.4 deprecations
    Open source →
  12. v3.0.0 18 Jun 2019

    Nothing published for this version

  13. 3.0.0-beta.3 26 Feb 2019 pre-release

    Nothing published for this version

  14. v3.0.0-beta.2 13 Aug 2018 pre-release

    Nothing published for this version

  15. v3.0.0-beta 12 Jan 2018 pre-release

    Nothing published for this version

  16. v2.4.0 08 Aug 2017

    Nothing published for this version

  17. v2.3.0 04 Dec 2016

    Nothing published for this version

  18. v2.2.1 29 Mar 2016

    Nothing published for this version

  19. v2.2.0 21 Jul 2015

    Nothing published for this version

  20. v2.1.0 21 Oct 2014

    Nothing published for this version

  21. v2.0.4 26 Jun 2013

    Nothing published for this version

  22. v2.0.3 08 May 2013

    Nothing published for this version

  23. v2.0.2 03 May 2013

    Nothing published for this version

  24. v2.0.1 07 Apr 2013

    Nothing published for this version

  25. v2.0.0 27 Mar 2013

    Nothing published for this version

  26. v1.1.0 07 Jan 2013

    Nothing published for this version

  27. v1.0.0 31 Jul 2012

    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