PHPackages                             aimeos/pagible-cashier-stripe - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. aimeos/pagible-cashier-stripe

ActiveLibrary

aimeos/pagible-cashier-stripe
=============================

Pagible CMS - Stripe Cashier provider

00

Since Jul 31Pushed todayCompare

[ Source](https://github.com/aimeos/pagible-cashier-stripe)[ Packagist](https://packagist.org/packages/aimeos/pagible-cashier-stripe)[ RSS](/packages/aimeos-pagible-cashier-stripe/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Pagible Cashier Stripe
======================

[](#pagible-cashier-stripe)

Stripe provider package for [Pagible Cashier](https://github.com/aimeos/pagible-cashier).

```
composer require aimeos/pagible-cashier-stripe
```

Add `Aimeos\Cms\Concerns\CashierAccess` and `Laravel\Cashier\Billable` to the application user model. Configure the public application URL and Stripe API credentials first:

```
APP_URL=https://example.com
STRIPE_KEY=pk_...
STRIPE_SECRET=sk_...
```

Then run the installer. It publishes and runs the migrations, validates the Stripe prerequisites, displays the registered webhook URL, and interactively offers to create the endpoint with **yes** as the default:

```
php artisan cms:install:cashier
```

For an automated deployment, webhook creation is skipped unless it is requested explicitly. `--webhook` creates it without a second prompt:

```
php artisan cms:install:cashier --webhook --no-interaction
```

The adapter adds all Pagible payment, subscription, refund, and dispute events to Cashier's webhook event list before this command creates the endpoint. Retrieve its signing secret from the Stripe dashboard, configure it, and reload the application's configuration:

```
STRIPE_WEBHOOK_SECRET=whsec_...
```

Reload cached configuration, then verify the local setup:

```
php artisan config:clear
php artisan cms:cashier:check
```

The installer and readiness check finish with a **Developer next steps** section containing failed local checks and the remaining Stripe dashboard and purchase-flow tasks.

Checkout and webhook processing remain unavailable until `STRIPE_WEBHOOK_SECRET` is configured. Pricing **Payment reference** values are Stripe price IDs (`price_...`) and **Payment type** must match whether each Stripe price is recurring or one-time. Webhook handling and its `users.access` mutation are synchronous. A processing failure returns a non-success response so Stripe can retry the event. Monitor the endpoint and exhausted Stripe webhook deliveries because there is no separate reconciliation job.

The package owns the Stripe driver and lifecycle listeners, requires Laravel Cashier Stripe, and conflicts with all other Pagible and upstream Cashier providers.

See the [Pagible Cashier guide](https://github.com/aimeos/pagible-cashier) for the access catalog, pricing element, and restricted-page workflow.

###  Health Score

20

—

LowBetter than 12% of packages

Maintenance65

Regular maintenance activity

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity11

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/ccdc84033584516c77fb6aa7f85dc7048f2fbcd08867fc6abf115d094bab5eef?d=identicon)[aimeos](/maintainers/aimeos)

---

Top Contributors

[![aimeos](https://avatars.githubusercontent.com/u/8647429?v=4)](https://github.com/aimeos "aimeos (2 commits)")

### Embed Badge

![Health badge](/badges/aimeos-pagible-cashier-stripe/health.svg)

```
[![Health](https://phpackages.com/badges/aimeos-pagible-cashier-stripe/health.svg)](https://phpackages.com/packages/aimeos-pagible-cashier-stripe)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
