PHPackages                             aimeos/pagible-cashier-paddle - 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-paddle

ActiveLibrary

aimeos/pagible-cashier-paddle
=============================

Pagible CMS - Paddle Cashier provider

00PHP

Since Jul 31Pushed todayCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Pagible Cashier Paddle
======================

[](#pagible-cashier-paddle)

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

```
composer require aimeos/pagible-cashier-paddle
php artisan cms:install:cashier
```

Add `Aimeos\Cms\Concerns\CashierAccess` and `Laravel\Paddle\Billable` to the application user model and configure the provider credentials:

```
PADDLE_CLIENT_SIDE_TOKEN=...
PADDLE_API_KEY=...
# Enable for local and staging sandbox accounts:
PADDLE_SANDBOX=true
```

Create a Paddle notification destination for the application's public `/paddle/webhook` URL. Configure it to send Cashier's normal event set and ensure it includes `transaction.completed`, `subscription.created`, `subscription.canceled`, `adjustment.created`, and `adjustment.updated`. The two adjustment events are required for refund and chargeback revocation.

Copy that destination's endpoint secret into the application configuration:

```
PADDLE_WEBHOOK_SECRET=...
```

Reload cached configuration, then verify the local setup and review the printed Paddle dashboard checklist:

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

Pricing **Payment reference** values are Paddle price IDs (`pri_...`) and **Payment type** must match whether each Paddle price is recurring or one-time.

Webhook handling and its `users.access` mutation are synchronous. A processing failure returns a non-success response so Paddle can retry the event. Monitor the endpoint and exhausted Paddle webhook deliveries because there is no separate reconciliation job.

The package owns the Paddle driver, checkout view, and lifecycle listeners, creates checkout transactions and binds their CMS metadata server-side, requires Laravel Cashier Paddle, and conflicts with all other Pagible and upstream Cashier providers. Checkout and webhook processing remain unavailable until `PADDLE_WEBHOOK_SECRET` is configured.

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-paddle/health.svg)

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

PHPackages © 2026

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