PackageTrack
Sign in Get early access

knplabs/knp-gaufrette-bundle

Allows to easily use the Gaufrette library in a Symfony project

v1.0.0 31M downloads/mo #1080 most downloaded on Packagist KnpLabs/KnpGaufretteBundle

What this package is like to depend on

Last release 1 months ago

24 Jul 2026

Release timing varies

gaps range from 3 weeks to 2.2 years

Most releases are documented

notes for 14 of 20 stable releases

Nothing withdrawn

no release was ever pulled

14 years old

20 releases · first in 2012

2 releases in the last 12 months

see the full history below

Release timeline

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

Releases

latest 20
  1. v1.0.0 24 Jul 2026
    Release notes

    1.0.0 (2026-07-24)

    ⚠ BREAKING CHANGES

    • AdapterFactoryInterface::create() now declares string $id. Any class implementing this interface must update its create() signature to add the string type declaration on the $id parameter.
    • drop PHP 7.4 support

    Features

    Miscellaneous Chores

    • update actions/checkout to v7 in CI workflow (#297) (2ceca45)
    Open source →
  2. v0.10.0 18 Jul 2026
    Release notes

    0.10.0 (2026-07-18)

    Features

    Miscellaneous Chores

    • update Symfony dependency injection requirement to ^5.1 (682c6f5)
    Open source →
  3. v0.9.0 18 Dec 2023
    Release notes

    What's Changed

    Adds support for Symfony 7 and drops the support for Symfony 4.

    New Contributors

    Full Changelog: v0.8.0...v0.9.0

    Open source →
  4. v0.8.0 21 Oct 2022
    Release notes

    Adds :

    • BC Break: Adding Types (remove deprecation notices triggered by Symfony)
      Please notice that the v0.8.0 is a major version, therefore if you extended any class or interface, you MUST implement it with types now.
    • Support for Gaufrette 0.11
      • With support for the new version of Google Client (compatible with PHP 8.0+)

    Fixes :

    • Command documentation now print the right information (#242)

    Removes :

    • Support for PHP < 7.4
    Open source →
    Release notes

    Adds :

    • BC Break: Adding Types (remove deprecation notices triggered by Symfony) Please notice that the v0.8.0 is a major version, therefore if you extended any class or interface, you MUST implement it with types now.
    • Support for Gaufrette 0.11
      • With support for the new version of Google Client (compatible with PHP 8.0+)

    Fixes :

    • Command documentation now print the right information (#242)

    Removes :

    • Support for PHP < 7.4
    Open source →
  5. v0.7.3 18 Nov 2024
    Release notes

    What's Changed

    • restore AclAwareAmazonS3AdapterFactory by @garak in #284

    Full Changelog: v0.7.2...v0.7.3

    Open source →
  6. v0.7.2 21 Mar 2022
    Release notes

    Fixes:

    • Add support for PHP 8.1 (#256)
    Open source →
    Release notes

    Fixes:

    • Add support for PHP 8.1 (#256)
    Open source →
  7. v0.7.1 26 Dec 2019
    Release notes

    Fixes :

    Open source →
    Release notes

    Fixes :

    • Be able to install Gaufrette v0.9.0 (#233).
    Open source →
  8. v0.7.0 05 Dec 2019
    Release notes

    v0.7.0

    Changes :

    • Bump minimum Symfony 4 version to 4.2 to fix vulnerability issue (#228)
    • Symfony 5 support (#227)
    • PHP 7.4 support (#227)

    Fixes :

    • Symplify TreeBuilder usage backward compatibility (#223)

    Thank you @flug, @nm2107 and @p365labs for your contributions !

    Open source →
    Release notes

    Changes :

    • Bump minimum Symfony 4 version to 4.2 to fix vulnerability issue (#228)
    • Symfony 5 support (#227)
    • PHP 7.4 support (#227)

    Fixes :

    • Symplify TreeBuilder usage backward compatibility (#223)

    Thank you @flug, @nm2107 and @p365labs for your contributions !

    Open source →
  9. v0.6.1 06 Jun 2019
    Release notes

    Fixes

    • Keep compatibility with Symfony 3.4 as it is LTS (#221)
    • Fix Symfony 4.2 command deprecation about services usage (#210)
    • Fix Symfony 3.4 deprecation: Autowiring based on types (#215)

    Thank you @ahilke, @nicolasmure and @timgregg for your contributions !

    Open source →
    Release notes

    Fixes

    • Keep compatibility with Symfony 3.4 as it is LTS (#221)
    • Fix Symfony 4.2 command deprecation about services usage (#210)
    • Fix Symfony 3.4 deprecation: Autowiring based on types (#215)

    Thank you @ahilke, @nicolasmure and @timgregg for your contributions !

    Open source →
  10. v0.6.0 03 Jun 2019
    Release notes

    Changes

    • Require PHP 7.1 as minimum (previous php versions are EOL) (#204)
    • PHP 7.3 support (#204)
    • Update Gaufrette dep to v0.8 (#204)
    • Update Symfony deps to v4 (#204)

    Fixes

    • Make composer respects semver versioning (#196)
    • Update README for Symfony 4 directory structure (#206)
    • Remove TreeBuilder deprecations (#207)

    Documentation fixes

    • Fixed documentation for phpseclib 2.0 (#189)
    • Simplified aws s3 docs (#193)
    • Pretty print doc block (#195)

    Thanks to @aaronadal, @Awkan, @Nek-, @nicolasmure and @OskarStark for their
    contributions!

    Open source →
    Release notes

    Changes:

    • Require PHP 7.1 as minimum (previous php versions are EOL) (#204)
    • PHP 7.3 support (#204)
    • Update Gaufrette dep to v0.8 (#204)
    • Update Symfony deps to v4 (#204)

    Fixes:

    • Make composer respects semver versioning (#196)
    • Update README for Symfony 4 directory structure (#206)
    • Remove TreeBuilder deprecations (#207)

    Documentation fixes:

    • Fixed documentation for phpseclib 2.0 (#189)
    • Simplified aws s3 docs (#193)
    • Pretty print doc block (#195)

    Thanks to @aaronadal, @Awkan, @Nek-, @nicolasmure and @OskarStark for their contributions!

    Open source →
    Release notes

    a7c71ed

    This commit was created on GitHub.com and signed with GitHub’s verified signature . The key has expired.

    GPG key ID: 4AEE18F83AFDEB23 Expired

    Verified Learn about vigilant mode .

    Changes

    • Add support for major release of Azure Blob Storage SDK #558

    Fixes

    • Fix Dockerfile for php 7.0 aaa66dc

    • Fix appveyor build #562

    Thank you @nicolasmure , @NiR- and @z38 for your contributions!

    Open source →
  11. v0.5.3 04 May 2018
    Release notes
    • Fix composer.json validity (#184)
    • Be able to install Gaufrette v0.6 (#185)
    Open source →
  12. v0.5.2 30 Jan 2018
    Release notes
    • Declare command as service to fix sf3.4 deprecation (#183)
    Open source →
  13. v0.5.1 05 Jan 2018
    Release notes
    • Be able to install Gaufrette 0.5 (#178)
    Open source →
  14. v0.5.0 05 Jan 2018
    Release notes
    • Add utf8 parameter to FTP adapter config
    • Add some docs about S3 regions
    • Fix config example for S3 adapter (#153)
    • Add multi_container_mode to Azure adapter config (#158)
    • Add missing documentation about detect_content_type for S3 adapter (#161)
    • Fix configuration processing (#163)
    • Fix deprecation warnings with Symfony >= 3.3 (#165)
    • Add docs about metapackages (#168)
    • Fix doc link (#169)
    • Adding Symfony 4 support (#171)
    • Use PHPUnit\Framework\TestCase instead of PHPUnit_Framework_TestCase (#172)
    • Bump Gaufrette version (#173)
    • Add use cases documentation (#175)
    • Declare filesystem services as public (#176)
    • Drop support for old PHP versions 5.3, 5.4, 5.5 (#177)

    Thanks to: @000panther, @NiR-, @jspizziri, @kesslerdev, @vyacheslavk, @Lctrs, @nicolasmure, @silvioq, @bocharsky-bw, @carusogabriel, @7thcubic, @aguidis, @bluntelk, @rjd22.

    Open source →
  15. v0.4.0 16 Mar 2017

    Nothing published for this version

  16. 0.3.0 16 Jan 2016

    Nothing published for this version

  17. 0.2.0 18 Sep 2015

    Nothing published for this version

  18. v0.1.7 24 Mar 2014

    Nothing published for this version

  19. v0.1.4 30 Jan 2013

    Nothing published for this version

  20. v0.1.3 14 Nov 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