PackageTrack
Sign in Get early access

imdhemy/google-play-billing

Google Play Billing

1.14.0 1.6M downloads/mo #3660 most downloaded on Packagist imdhemy/google-play-billing

What this package is like to depend on

Last release 2 months ago

26 May 2026

Release timing varies

gaps range from 2 weeks to 8 months

Rarely documented

notes for 10 of 43 stable releases

Nothing withdrawn

no release was ever pulled

6 years old

43 releases · first in 2020

8 releases in the last 12 months

see the full history below

Release timeline

42 releases · Oct 2020 to May 2026
2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 43
  1. 1.14.0 26 May 2026
    Release notes

    Features 🚀

    Fixes 🐞

    • fix(purchase): make expiryTime and offerDetails optional by @BernhardtD in #305

    Full Changelog: 1.13.0...1.14.0

    Open source →
  2. 1.13.0 28 Apr 2026
    Release notes

    Features 🚀

    • feat(monetization): support convert region prices by @Elsenosy in #264

    Maintenance ⚠️

    New Contributors

    Full Changelog: 1.12.3...1.13.0

    Open source →
  3. 1.12.3 24 Apr 2026
    Release notes

    Fixes 🐞

    Full Changelog: 1.12.2...1.12.3

    Open source →
  4. 1.12.2 14 Mar 2026
    Release notes

    Fixes 🐞

    • fix(deps): shadow dependency on phpdocumentor/reflection-docblock by @panchograblev in #292

    Maintenance 🚧

    • chore(deps): bump nesbot/carbon from 3.11.0 to 3.11.1 by @dependabot[bot] in #284
    • chore(deps): bump symfony/serializer from 8.0.3 to 8.0.5 by @dependabot[bot] in #287
    • chore(deps-dev): bump friendsofphp/php-cs-fixer from 3.92.5 to 3.94.2 by @dependabot[bot] in #291
    • chore(deps): bump symfony/serializer from 8.0.6 to 8.0.7 by @dependabot[bot] in #290

    Full Changelog: 1.12.1...1.12.2

    Open source →
  5. 1.12.1 23 Jan 2026
    Release notes

    Fixes

    • fix(notifications): fix creating subscription notification without subscription id by @EmanFateen in #278

    Maintenance

    • chore(http): move common headers to the client factory by @Elsenosy in #267
    • chore(deps): upgrade PHPUnit to v12 by @EmanFateen in #266
    • chore(deps-dev): bump friendsofphp/php-cs-fixer from 3.92.4 to 3.92.5 by @dependabot[bot] in #276
    • chore(deps): bump google/auth from 1.49.0 to 1.50.0 by @dependabot[bot] in #275
    • chore(deps-dev): bump phpunit/phpunit from 12.5.4 to 12.5.6 by @dependabot[bot] in #277

    New Contributors

    Full Changelog: 1.12.0...1.12.1

    Open source →
  6. 1.12.0 02 Jan 2026
    Release notes

    Note

    This release and the next versions require at least PHP8.4 .

    Features 🚀

    Fixes 🔧

    • fix(purchase): update AutoRenewingPlan to support optional values by @BernhardtD in #258
    • fix(purchase): make purchaseToken & productId optional by @BernhardtD in #263

    Other changes 🚧

    • chore(deps): bump symfony/serializer from 7.3.4 to 7.3.5 by @dependabot[bot] in #231
    • chore(deps): bump google/auth from 1.48.1 to 1.49.0 by @dependabot[bot] in #232
    • chore(deps-dev): bump friendsofphp/php-cs-fixer from 3.89.1 to 3.90.0 by @dependabot[bot] in #234
    • chore(docs): add developer guide for contributors by @imdhemy in #237
    • chore(deps-dev): bump friendsofphp/php-cs-fixer from 3.90.0 to 3.91.1 by @dependabot[bot] in #235
    • chore(docs): add developer guide link to README by @imdhemy in #244
    • chore(deps): bump nesbot/carbon from 3.10.3 to 3.11.0 by @dependabot[bot] in #246
    • chore: add CODEOWNERS file with global code owner by @imdhemy in #250
    • chore(monetization): Introduce ConvertedRegionPrice by @EmanFateen in #249
    • chore(monetization): introduce ConvertedOtherRegionsPriceTest by @ABDELAZIZEZZT in #251
    • chore(types): implement RegionsVersion by @ABDELAZIZEZZT in #252
    • chore(deps): bump symfony/property-access from 7.4.0 to 8.0.0 by @dependabot[bot] in #256
    • chore(deps): bump symfony/serializer from 7.4.2 to 8.0.2 by @dependabot[bot] in #255
    • chore(monetization): implement ConvertedPrice by @ABDELAZIZEZZT in #260
    • chore(deps-dev): bump friendsofphp/php-cs-fixer from 3.92.0 to 3.92.3 by @dependabot[bot] in #259

    New Contributors

    Full Changelog: 1.11.0...1.12.0

    Open source →
  7. 1.11.0 28 Oct 2025
    Release notes

    What's New

    • Feature: Added support for legacy deferred purchases (#218) by @EmanFateen
    • Fix: Properly instantiate ExternalAccountIdentifiers with optional fields (#229) by @BernhardtD

    Dependency Updates

    • Updated symfony/serializer from 7.3.37.3.4 (#224)
    • Updated google/auth from 1.47.11.48.1 (#226)
    • Updated friendsofphp/php-cs-fixer (dev dependency):
      • 3.87.23.88.2 (#225)
      • 3.88.23.89.0 (#227)
      • 3.89.03.89.1 (#230)

    New Contributor

    🎉 @BernhardtD made their first contribution in #229


    Full Changelog: v1.10.0 → v1.10.1

    Open source →
  8. 1.10.0 05 Oct 2025
    Release notes

    Release 1.10.0

    🚀 New Features

    🐛 Bug Fixes

    🧰 Maintenance & Dependency Updates

    • chore(Subscription): Implement CancellationType enum (#216) by @EmanFateen
    • chore(deps): bump nesbot/carbon from 3.10.1 to 3.10.2 (#209)
    • chore(deps): bump symfony/property-access from 7.3.1 to 7.3.2 (#208)
    • chore(deps): bump symfony/serializer from 7.3.1 to 7.3.2 (#206)
    • chore(deps): bump guzzlehttp/guzzle from 7.9.3 to 7.10.0 (#211)
    • chore(deps): bump symfony/serializer from 7.3.2 to 7.3.3 (#213)
    • chore(deps): bump symfony/property-access from 7.3.2 to 7.3.3 (#212)
    • chore(deps): bump nesbot/carbon from 3.10.2 to 3.10.3 (#219)
    • chore(deps-dev): bump friendsofphp/php-cs-fixer from 3.84.0 to 3.85.1 (#207)
    • chore(deps-dev): bump friendsofphp/php-cs-fixer from 3.85.1 to 3.86.0 (#210)
    • chore(deps-dev): bump friendsofphp/php-cs-fixer from 3.86.0 to 3.87.1 (#220)
    • chore(deps-dev): bump friendsofphp/php-cs-fixer from 3.87.1 to 3.87.2 (#221)

    👥 New Contributors


    Full Changelog: v1.9.1...v1.10.0

    Open source →
  9. 1.9.1 27 Jul 2025
    Release notes

    What's Changed

    • chore(docs): add acknowledge subscription by @imdhemy in #203
    • fix(subscription): Map acknowledge to v1 by @imdhemy in #205

    Full Changelog: 1.9.0...1.9.1

    Open source →
  10. 1.9.0 20 Jul 2025
    Release notes

    Features:

    • feat(purchase) support acknowledge subscription purchase by @imdhemy in #198

    What's Changed

    • chore(docs): add query subscription v2 subscription purchase by @imdhemy in #194
    • chore(docs): fix subscription tip by @imdhemy in #195
    • chore(deps): bump google/auth from 1.47.0 to 1.47.1 by @dependabot[bot] in #200
    • chore(deps-dev): bump friendsofphp/php-cs-fixer from 3.76.0 to 3.84.0 by @dependabot[bot] in #199
    • chore(ci): Update dependabot.yaml by @imdhemy in #201

    Full Changelog: 1.8.1...1.9.0

    Open source →
  11. 1.8.1 02 Jul 2025

    Nothing published for this version

  12. 1.8.0 25 Jun 2025

    Nothing published for this version

  13. 1.7.1 13 Jun 2025

    Nothing published for this version

  14. 1.7.0 13 Jun 2025

    Nothing published for this version

  15. 1.6.0 12 Jun 2025

    Nothing published for this version

  16. 1.5.3 09 Nov 2024

    Nothing published for this version

  17. 1.5.2 19 Mar 2024

    Nothing published for this version

  18. 1.5.1 15 Dec 2023

    Nothing published for this version

  19. 1.5.0 17 Sep 2023

    Nothing published for this version

  20. 1.4.2 04 Jul 2023

    Nothing published for this version

  21. 1.4.1 05 Jun 2023

    Nothing published for this version

  22. 1.4.0 07 Apr 2023

    Nothing published for this version

  23. 1.3.2 28 Mar 2023

    Nothing published for this version

  24. 1.3.1 09 Dec 2022

    Nothing published for this version

  25. 1.3.0 08 Dec 2022

    Nothing published for this version

  26. 1.2.0 03 Nov 2022

    Nothing published for this version

  27. 1.1.0 13 Oct 2022

    Nothing published for this version

  28. 1.0.2 25 Aug 2022

    Nothing published for this version

  29. 1.0.1 19 Mar 2022

    Nothing published for this version

  30. 1.0.0 19 Mar 2022

    Nothing published for this version

  31. 0.6.4 16 Oct 2021

    Nothing published for this version

  32. 0.6.3 22 Apr 2021

    Nothing published for this version

  33. 0.6.2 03 Mar 2021

    Nothing published for this version

  34. 0.6.1 17 Feb 2021

    Nothing published for this version

  35. 0.6.0 02 Feb 2021

    Nothing published for this version

  36. 0.3.5 no date

    Nothing published for this version

  37. 0.3.4 13 Jan 2021

    Nothing published for this version

  38. 0.3.3 17 Dec 2020

    Nothing published for this version

  39. 0.3.2 13 Dec 2020

    Nothing published for this version

  40. 0.3.1 01 Dec 2020

    Nothing published for this version

  41. 0.3.0 30 Nov 2020

    Nothing published for this version

  42. 0.2.0 02 Nov 2020

    Nothing published for this version

  43. 0.1.0 19 Oct 2020

    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