PackageTrack
Sign in Get early access

laravolt/avatar

Turn name, email, and any other string into initial-based avatar or gravatar.

7.0.0 6.0M downloads/mo #2172 most downloaded on Packagist laravolt/avatar

What this package is like to depend on

Last release 1 months ago

21 Jul 2026

Release timing varies

gaps range from 2 weeks to 1.1 years

Some releases are documented

notes for 16 of 62 stable releases

Nothing withdrawn

no release was ever pulled

11 years old

62 releases · first in 2015

4 releases in the last 12 months

see the full history below

Release timeline

62 releases · Oct 2015 to Jul 2026
2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 60 of 62
  1. 7.0.0 21 Jul 2026
    Release notes

    What's Changed

    Breaking

    • Dropped support for PHP 8.2 — minimum PHP version is now 8.3 (#198)

    Fixed

    • Stale cache key in toBase64(): cacheKey() was computed before buildInitial() ran, so every avatar shared an empty-initials key and produced duplicate cache entries. buildInitial() is now called before the key is computed (#182, #202)
    • CI failures on PHP 8.3/8.4: composer.json now requires PHP >= 8.3, matching the intervention/image v4 requirement, so prefer-lowest/prefer-stable resolve consistently (#198)
    • Base64 snapshot tests no longer depend on exact GD/Imagick-encoded bytes (pHYs/DPI metadata), making the test suite stable across environments (#198)

    Full Changelog: 6.5.1...7.0.0

    Open source →
  2. 6.5.1 09 Jul 2026
    Release notes

    What's Changed

    • fix: changed alignment from middle to center by @dotmarn in #191

    New Contributors

    Full Changelog: 6.5.0...6.5.1

    Open source →
  3. 6.5.0 10 Jun 2026
    Release notes

    What's Changed

    New Contributors

    Full Changelog: 6.4.0...6.5.0

    Open source →
  4. 6.4.0 06 Mar 2026
    Release notes

    What's Changed

    Full Changelog: 6.3.1...6.4.0

    Open source →
  5. 6.3.1 27 Aug 2025
    Release notes

    What's Changed

    Full Changelog: 6.2.0...6.3.1

    Open source →
  6. 6.2.0 16 Apr 2025
    Release notes

    What's Changed

    • feat: implement configurable avatar caching by @ramaID in #170

    Full Changelog: 6.1.3...6.2.0

    Open source →
  7. 6.1.3 16 Apr 2025
    Release notes

    What's Changed

    • fix/upgrading phpunit to 11 by @ramaID in #169

    New Contributors

    • @ramaID made their first contribution in #169

    Full Changelog: 6.1.2...6.1.3

    Open source →
  8. 6.1.2 16 Apr 2025
    Release notes

    What's Changed

    • Fix parameter.implicitlyNullable for PHP 8.4 compatibility. by @cjavad in #168

    New Contributors

    Full Changelog: 6.1.1...6.1.2

    Open source →
  9. 6.1.1 28 Feb 2025
    Release notes

    What's Changed

    • Add responsive property to help with SVG generation by @skeemer in #163

    New Contributors

    Full Changelog: 6.1.0...6.1.1

    Open source →
  10. 6.1.0 28 Feb 2025
    Release notes

    What's Changed

    New Contributors

    • @jom made their first contribution in #159

    Full Changelog: 6.0.0...6.1.0

    Open source →
  11. 6.0.0 20 Sep 2024

    Nothing published for this version

  12. 5.1.0 05 Apr 2024

    Nothing published for this version

  13. 5.0.0 25 Feb 2023

    Nothing published for this version

  14. 4.1.7 07 Mar 2022

    Nothing published for this version

  15. 4.1.6 09 Feb 2022

    Nothing published for this version

  16. 4.1.5 29 Sep 2021

    Nothing published for this version

  17. 4.1.4 15 Jun 2021

    Nothing published for this version

  18. 4.1.3 25 Mar 2021

    Nothing published for this version

  19. 4.1.2 25 Mar 2021

    Nothing published for this version

  20. 4.1.1 15 Feb 2021

    Nothing published for this version

  21. 4.1.0 09 Feb 2021

    Nothing published for this version

  22. 4.0.0 10 Sep 2020
    Release notes
    • Change default image driver to gd.
    • Add public method getAttribute($attribute)
    • Add support for Laravel 8
    • Drop support for Laravel 5.6, 5.7, and 5.8
    • Drop support for PHP 7.1 and 7.2
    Open source →
  23. 3.2.1 03 May 2020

    Nothing published for this version

  24. 3.2.0 04 Mar 2020

    Nothing published for this version

  25. 3.1.0 29 Feb 2020

    Nothing published for this version

  26. 3.0.6 07 Jan 2020

    Nothing published for this version

  27. 3.0.5 26 Dec 2019

    Nothing published for this version

  28. 3.0.4 26 Dec 2019

    Nothing published for this version

  29. 3.0.3 25 Dec 2019

    Nothing published for this version

  30. 3.0.2 19 Dec 2019

    Nothing published for this version

  31. 3.0.1 04 Dec 2019

    Nothing published for this version

  32. 3.0.0 04 Sep 2019
    Release notes
    • Implement themes #73
    • Add setTheme()
    • Add support for Laravel 6
    • Drop support for Laravel 5.2, 5.3, 5.4, and 5.5
    • Drop support for PHP 7.0
    Open source →
  33. 2.2.1 24 May 2019
    Release notes
    • Add setChars() #75
    Open source →
  34. 2.2.0 14 Feb 2019
    Release notes
    • Add gravatar support
    Open source →
  35. 2.1.0 08 Nov 2018
    Release notes
    • Add functionality to set custom font-family for SVG
    Open source →
  36. 2.0.5 08 Nov 2018

    Nothing published for this version

  37. 2.0.4 06 Jun 2018

    Nothing published for this version

  38. 2.0.3 27 Feb 2018

    Nothing published for this version

  39. 2.0.2 17 Nov 2017

    Nothing published for this version

  40. 2.0.1 27 Aug 2017

    Nothing published for this version

  41. 2.0.0 21 Aug 2017
    Release notes
    • support plain PHP project
    • remove support for php 5.x
    • remove font folder publishing (Laravel version)
    • remove setFontFolder
    • fonts config only accept full path
    • add toSvg()
    • move config file from config/avatar.php to config/laravolt/avatar.php
    Open source →
  42. 1.8.1 02 Jun 2017

    Nothing published for this version

  43. 1.8.0 16 Aug 2016

    Nothing published for this version

  44. 1.7.1 10 Aug 2016

    Nothing published for this version

  45. 1.7.0 04 Aug 2016

    Nothing published for this version

  46. 1.6.0 29 Jul 2016

    Nothing published for this version

  47. 1.5.0 28 Jul 2016

    Nothing published for this version

  48. 1.4.1 29 May 2016

    Nothing published for this version

  49. 1.4.0 29 May 2016

    Nothing published for this version

  50. 1.3.0 25 Apr 2016

    Nothing published for this version

  51. 1.2.1 21 Jan 2016

    Nothing published for this version

  52. 1.2.0 18 Jan 2016

    Nothing published for this version

  53. 1.1.0 06 Jan 2016

    Nothing published for this version

  54. 1.0.0 05 Jan 2016

    Nothing published for this version

  55. 0.3.3 24 Jan 2016

    Nothing published for this version

  56. 0.3.2 19 Jan 2016

    Nothing published for this version

  57. 0.3.1 25 Dec 2015

    Nothing published for this version

  58. 0.3.0 27 Oct 2015

    Nothing published for this version

  59. 0.2.2 23 Oct 2015

    Nothing published for this version

  60. 0.2.1 22 Oct 2015

    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