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 2026Releases
latest 20-
v1.0.024 Jul 2026Release notes
Open source →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 thestringtype declaration on the $id parameter. - drop PHP 7.4 support
Features
Miscellaneous Chores
- AdapterFactoryInterface::create() now declares
-
v0.10.018 Jul 2026Release notes
Open source →0.10.0 (2026-07-18)
Features
Miscellaneous Chores
- update Symfony dependency injection requirement to ^5.1 (682c6f5)
-
v0.9.018 Dec 2023Release notes
Open source →What's Changed
Adds support for Symfony 7 and drops the support for Symfony 4.
- Fix symfony 6.3 return type deprecations by @acrobat in #278
- remove unused framework-bundle dependency by @garak in #243
- fix(php8.2): void as a native return type by @johnkhansrc in #280
- Remove Symfony deprecation by @Oipnet in #279
- Support Symfony 7 by @RobinDev in #282
New Contributors
- @garak made their first contribution in #243
- @johnkhansrc made their first contribution in #280
- @Oipnet made their first contribution in #279
- @RobinDev made their first contribution in #282
Full Changelog: v0.8.0...v0.9.0
-
v0.8.021 Oct 2022Release notes
Open source →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
Release notes
Open source →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
- BC Break: Adding Types (remove deprecation notices triggered by Symfony)
-
v0.7.318 Nov 2024 -
v0.7.221 Mar 2022 -
v0.7.126 Dec 2019 -
v0.7.005 Dec 2019Release notes
Open source →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 !
Release notes
Open source →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 !
-
v0.6.106 Jun 2019Release notes
Open source →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 !
Release notes
Open source →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 !
-
v0.6.003 Jun 2019Release notes
Open source →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!Release notes
Open source →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!
Release notes
Open source →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!
-
v0.5.304 May 2018Release notes
Open source →- Fix composer.json validity (#184)
- Be able to install Gaufrette v0.6 (#185)
-
v0.5.230 Jan 2018 -
v0.5.105 Jan 2018 -
v0.5.005 Jan 2018Release notes
Open source →- Add
utf8parameter to FTP adapter config - Add some docs about S3 regions
- Fix config example for S3 adapter (#153)
- Add
multi_container_modeto Azure adapter config (#158) - Add missing documentation about
detect_content_typefor 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.
- Add
-
v0.4.016 Mar 2017Nothing published for this version
-
0.3.016 Jan 2016Nothing published for this version
-
0.2.018 Sep 2015Nothing published for this version
-
v0.1.724 Mar 2014Nothing published for this version
-
v0.1.430 Jan 2013Nothing published for this version
-
v0.1.314 Nov 2012Nothing published for this version