PackageTrack
Sign in Get early access

bacon/bacon-qr-code

BaconQrCode is a QR code generator for PHP.

v3.1.1 199M downloads/mo #163 most downloaded on composer Bacon/BaconQrCode

What this package is like to depend on

Last release 4 months ago

05 Apr 2026

Release timing varies

gaps range from 2 weeks to 1.4 years

Most releases are documented

notes for 13 of 20 stable releases

Nothing withdrawn

no release was ever pulled

13 years old

20 releases · first in 2013

5 releases in the last 12 months

see the full history below

Release timeline

20 releases · Aug 2013 to Apr 2026
2014 2016 2018 2020 2022 2024 2026
Release Pre-release

Releases

latest 20
  1. v3.1.1 05 Apr 2026
    Release notes

    3.1.1 (2026-04-05)

    Bug Fixes

    Open source →
    Release notes

    Bug Fixes

    Open source →
  2. v3.1.0 05 Apr 2026
    Release notes

    3.1.0 (2026-04-05)

    Features

    • imagick: add antialias option to ImagickImageBackEnd (#209) (#235) (6146e80)
    • replace xxh64 with xxh3 for SVG gradient ID generation (#228) (c055692)

    Bug Fixes

    • eps: correct elliptic arc to curve conversion sweep handling (#233) (092067a), closes #150
    • svg: mention xmlwriter extension in error message (#232) (ec5d4c4), closes #182

    Miscellaneous Chores

    • add CLAUDE.md for Claude Code guidance (bf7d67c)
    Open source →
    Release notes

    Features

    • imagick: add antialias option to ImagickImageBackEnd (#209) (#235) (6146e80)
    • replace xxh64 with xxh3 for SVG gradient ID generation (#228) (c055692)

    Bug Fixes

    • eps: correct elliptic arc to curve conversion sweep handling (#233) (092067a), closes #150
    • svg: mention xmlwriter extension in error message (#232) (ec5d4c4), closes #182

    Miscellaneous Chores

    • add CLAUDE.md for Claude Code guidance (bf7d67c)
    Open source →
  3. v3.0.4 16 Mar 2026
    Release notes

    3.0.4 (2026-03-15)

    Bug Fixes

    • color: improve precision in conversions and add tests (#217) (a3d5124)

    Reverts

    • svg: use %s instead of %.3F in transform formatting (#218) (88a1370)
    Open source →
    Release notes

    Bug Fixes

    • color: improve precision in conversions and add tests (#217) (a3d5124)

    Reverts

    • svg: use %s instead of %.3F in transform formatting (#218) (88a1370)
    Open source →
  4. v3.0.3 19 Nov 2025
    Release notes

    3.0.3 (2025-11-19)

    Bug Fixes

    • exclude package.json and package-lock.json from git export (#213) (470d59f)
    Open source →
    Release notes

    Bug Fixes

    • exclude package.json and package-lock.json from git export (#213) (470d59f)
    Open source →
  5. v3.0.2 16 Nov 2025
    Release notes

    3.0.2 (2025-11-16)

    Bug Fixes

    • encoder: use floor() for explicit truncation in MaskUtil (#211) (5278045)
    • remove unnecessary imagedestroy call (#199) (bd2370d)
    • use iconv_strlen in kanji mode (#200) (38d3c55)

    Miscellaneous Chores

    • use wider PHPUnit version constraint (1e00ebd)
    Open source →
    Release notes

    Bug Fixes

    • encoder: use floor() for explicit truncation in MaskUtil (#211) (5278045)
    • remove unnecessary imagedestroy call (#199) (bd2370d)
    • use iconv_strlen in kanji mode (#200) (38d3c55)

    Miscellaneous Chores

    • use wider PHPUnit version constraint (1e00ebd)
    Open source →
  6. v3.0.1 01 Oct 2024
    Release notes

    3.0.1 (2024-10-01)

    Bug Fixes

    • svg: generate unique IDs for gradients based on their properties (#187) (fb48e26), closes #186
    Open source →
    Release notes

    Bug Fixes

    • svg: generate unique IDs for gradients based on their properties (#187) (fb48e26), closes #186
    Open source →
  7. v3.0.0 18 Apr 2024
    Release notes

    3.0.0 (2024-04-18)

    ⚠ BREAKING CHANGES

    • drop support for PHP < 8.1

    Features

    Bug Fixes

    • correctly encode kanji bytes (735e04e)
    • correctly rotate eyes when using inherited colors (#174) (b0105c7)
    • make implicitly nullable params explicit (1b26475)
    • prevent division by zero in Rgb toCmyk method (#179) (12338c9)
    • use non-locale aware format for scale and translate (#100) (788bb77)
    • Version: correct number of EC blocks for version 4 (9298801)

    Miscellaneous Chores

    • add test related files to .gitattributes (3e68a9d)
    • bump github action "codecov/codecov-action" 3 => 4 (de6217a)
    • fix ci deprecations (1e39f3b)
    • fix ci deprecations, run phpcs on php 8.2 (#140) (c6f79a4)
    • remove non-required entries from CHANGELOG.md (151a958)
    Open source →
    Release notes

    ⚠ BREAKING CHANGES

    • drop support for PHP < 8.1

    Features

    Bug Fixes

    • correctly encode kanji bytes (735e04e)
    • correctly rotate eyes when using inherited colors (#174) (b0105c7)
    • make implicitly nullable params explicit (1b26475)
    • prevent division by zero in Rgb toCmyk method (#179) (12338c9)
    • use non-locale aware format for scale and translate (#100) (788bb77)
    • Version: correct number of EC blocks for version 4 (9298801)

    Miscellaneous Chores

    • add test related files to .gitattributes (3e68a9d)
    • bump github action "codecov/codecov-action" 3 => 4 (de6217a)
    • fix ci deprecations (1e39f3b)
    • fix ci deprecations, run phpcs on php 8.2 (#140) (c6f79a4)
    • remove non-required entries from CHANGELOG.md (151a958)
    Open source →
  8. 2.0.8 07 Dec 2022

    Nothing published for this version

  9. 2.0.7 14 Mar 2022
    Release notes

    Fixed

    • #102 Fix internal path for CompositeEye
    Open source →
    Release notes

    Fixed

    • #102 Fix internal path for CompositeEye
    Open source →
  10. 2.0.6 04 Feb 2022
    Release notes

    Added tests back into release package.

    Open source →
    Release notes

    Fixed

    • Added tests back into release package.
    Open source →
  11. 2.0.5 31 Jan 2022
    Release notes

    Fixed

    • #70 Fix Imagick backend gradient generation.
    Open source →
  12. 2.0.4 18 Jun 2021

    Nothing published for this version

  13. 2.0.3 30 Oct 2020

    Nothing published for this version

  14. 2.0.2 30 Jul 2020
    Release notes

    Changed

    • #71 Upgrade phpunit.
    • #71 Allow tests in vendor bundles for Debian packaging.
    • #71 Update TravisCI config file.
    Open source →
  15. 2.0.1 14 Jul 2020
    Release notes

    Fixed

    • #69 SimpleCircleEye Class not working properly.
    Open source →
  16. 2.0.0 25 Apr 2018
    Release notes

    Added

    • #25 allows for setting a more compact text output

    • CHANGELOG.md added (how meta)

    • Allows more complex shapes for modules

    • Allows setting a gradient for the foreground

    • Allows transparent backgrounds and alpha channel on all colors

    Changed

    • Minimum PHP version changed to 7.1

    • Imagick renderer now allows setting different output formats

    • New optimized SVG renderer

    Deprecated

    • Nothing.

    Removed

    • Legacy ZF module support removed

    Fixed

    • Non-release files are excluded from composer packages
    Open source →
  17. 1.0.3 17 Oct 2017

    Nothing published for this version

  18. 1.0.2 26 Nov 2016

    Nothing published for this version

  19. 1.0.1 09 Jan 2016

    Nothing published for this version

  20. 1.0.0 27 Aug 2013

    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