publishpress / stripe-php
Stripe PHP Library, prefixed for PublishPress
20.3.1.2
2026-09-14 15:20 UTC
Requires
- php: >=7.4.0
- ext-curl: *
- ext-json: *
- ext-mbstring: *
Requires (Dev)
- brianhenryie/strauss: 0.29.2
- publishpress/dev-workspace: ^1.8
- publishpress/version-loader-generator: ^1.0
- stripe/stripe-php: 20.3.1
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-09-14 15:22:48 UTC
README
Prefixed version of stripe/stripe-php.
Namespace Stripe becomes PublishPress\Stripe.
How to update the prefixed library
- Change the pinned upstream version in
require-dev(stripe/stripe-php) to the target fixed version. - Set
versionto that upstream version plus the next fourth digit (20.3.1becomes20.3.1.1for the first prefixed build). - Run
composer update. Strauss prefixes intolib/; the generator refreshesinclude.phpandVersionLoader.php. - Run
composer test:unit, thencomposer test:integration. - Review the prefixed code in
lib/by hand and commit. - Create a GitHub release named with the four-digit version so Packagist sees the tag.
Then run composer update in the plugins that consume the package.