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 2026Releases
latest 43-
1.14.026 May 2026Release notes
Open source →Features 🚀
- feat(purchase): support subscription offer phase (#306) by @BernhardtD in #307
Fixes 🐞
- fix(purchase): make expiryTime and offerDetails optional by @BernhardtD in #305
Full Changelog: 1.13.0...1.14.0
-
1.13.028 Apr 2026Release notes
Open source →Features 🚀
Maintenance ⚠️
- chore(tests): split DomainProvider into focused Faker providers by @MestreY0d4-Uninter in #303
New Contributors
- @MestreY0d4-Uninter made their first contribution in #303
Full Changelog: 1.12.3...1.13.0
-
1.12.324 Apr 2026Release notes
Open source →Fixes 🐞
- fix(purchase): make
purchaseTypeoptional by @BernhardtD in #300
Full Changelog: 1.12.2...1.12.3
- fix(purchase): make
-
1.12.214 Mar 2026Release notes
Open source →Fixes 🐞
- fix(deps): shadow dependency on
phpdocumentor/reflection-docblockby @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
- fix(deps): shadow dependency on
-
1.12.123 Jan 2026Release notes
Open source →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
-
1.12.002 Jan 2026Release notes
Open source →Note
This release and the next versions require at least
PHP8.4.Features 🚀
- feat: require php 8.4 by @EmanFateen in #253
- feat(purchase): support legacy subscription refund by @EmanFateen in #248
Fixes 🔧
- fix(purchase): update
AutoRenewingPlanto support optional values by @BernhardtD in #258 - fix(purchase): make
purchaseToken&productIdoptional 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
ConvertedRegionPriceby @EmanFateen in #249 - chore(monetization): introduce
ConvertedOtherRegionsPriceTestby @ABDELAZIZEZZT in #251 - chore(types): implement
RegionsVersionby @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
ConvertedPriceby @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
- @ABDELAZIZEZZT made their first contribution in #251
Full Changelog: 1.11.0...1.12.0
-
1.11.028 Oct 2025Release notes
Open source →What's New
- Feature: Added support for legacy deferred purchases (#218) by @EmanFateen
- Fix: Properly instantiate
ExternalAccountIdentifierswith optional fields (#229) by @BernhardtD
Dependency Updates
- Updated symfony/serializer from
7.3.3→7.3.4(#224) - Updated google/auth from
1.47.1→1.48.1(#226) - Updated friendsofphp/php-cs-fixer (dev dependency):
New Contributor
🎉 @BernhardtD made their first contribution in #229
Full Changelog: v1.10.0 → v1.10.1
-
1.10.005 Oct 2025Release notes
Open source →Release 1.10.0
🚀 New Features
- feat(purchase): support legacy cancel (#217) by @EmanFateen
🐛 Bug Fixes
- fix: allow nullable properties in
SubscriptionPurchase(#223) by @panchograblev
🧰 Maintenance & Dependency Updates
- chore(Subscription): Implement
CancellationTypeenum (#216) by @EmanFateen - chore(deps): bump
nesbot/carbonfrom 3.10.1 to 3.10.2 (#209) - chore(deps): bump
symfony/property-accessfrom 7.3.1 to 7.3.2 (#208) - chore(deps): bump
symfony/serializerfrom 7.3.1 to 7.3.2 (#206) - chore(deps): bump
guzzlehttp/guzzlefrom 7.9.3 to 7.10.0 (#211) - chore(deps): bump
symfony/serializerfrom 7.3.2 to 7.3.3 (#213) - chore(deps): bump
symfony/property-accessfrom 7.3.2 to 7.3.3 (#212) - chore(deps): bump
nesbot/carbonfrom 3.10.2 to 3.10.3 (#219) - chore(deps-dev): bump
friendsofphp/php-cs-fixerfrom 3.84.0 to 3.85.1 (#207) - chore(deps-dev): bump
friendsofphp/php-cs-fixerfrom 3.85.1 to 3.86.0 (#210) - chore(deps-dev): bump
friendsofphp/php-cs-fixerfrom 3.86.0 to 3.87.1 (#220) - chore(deps-dev): bump
friendsofphp/php-cs-fixerfrom 3.87.1 to 3.87.2 (#221)
👥 New Contributors
- @EmanFateen made their first contribution (#216)
- @panchograblev made their first contribution (#223)
Full Changelog: v1.9.1...v1.10.0
-
1.9.127 Jul 2025Release notes
Open source →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
-
1.9.020 Jul 2025Release notes
Open source →Features:
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
-
1.8.102 Jul 2025Nothing published for this version
-
1.8.025 Jun 2025Nothing published for this version
-
1.7.113 Jun 2025Nothing published for this version
-
1.7.013 Jun 2025Nothing published for this version
-
1.6.012 Jun 2025Nothing published for this version
-
1.5.309 Nov 2024Nothing published for this version
-
1.5.219 Mar 2024Nothing published for this version
-
1.5.115 Dec 2023Nothing published for this version
-
1.5.017 Sep 2023Nothing published for this version
-
1.4.204 Jul 2023Nothing published for this version
-
1.4.105 Jun 2023Nothing published for this version
-
1.4.007 Apr 2023Nothing published for this version
-
1.3.228 Mar 2023Nothing published for this version
-
1.3.109 Dec 2022Nothing published for this version
-
1.3.008 Dec 2022Nothing published for this version
-
1.2.003 Nov 2022Nothing published for this version
-
1.1.013 Oct 2022Nothing published for this version
-
1.0.225 Aug 2022Nothing published for this version
-
1.0.119 Mar 2022Nothing published for this version
-
1.0.019 Mar 2022Nothing published for this version
-
0.6.416 Oct 2021Nothing published for this version
-
0.6.322 Apr 2021Nothing published for this version
-
0.6.203 Mar 2021Nothing published for this version
-
0.6.117 Feb 2021Nothing published for this version
-
0.6.002 Feb 2021Nothing published for this version
-
0.3.5no dateNothing published for this version
-
0.3.413 Jan 2021Nothing published for this version
-
0.3.317 Dec 2020Nothing published for this version
-
0.3.213 Dec 2020Nothing published for this version
-
0.3.101 Dec 2020Nothing published for this version
-
0.3.030 Nov 2020Nothing published for this version
-
0.2.002 Nov 2020Nothing published for this version
-
0.1.019 Oct 2020Nothing published for this version