PHPackages                             plusinfolab/dodo-cashier - 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. [Payment Processing](/categories/payments)
4. /
5. plusinfolab/dodo-cashier

ActiveLibrary[Payment Processing](/categories/payments)

plusinfolab/dodo-cashier
========================

Laravel Package for Dodo Payments

v0.1(7mo ago)0337MITPHPPHP ^8.2

Since Nov 15Pushed 5mo agoCompare

[ Source](https://github.com/plusinfolab/dodo-cashier)[ Packagist](https://packagist.org/packages/plusinfolab/dodo-cashier)[ RSS](/packages/plusinfolab-dodo-cashier/feed)WikiDiscussions main Synced today

READMEChangelog (2)Dependencies (16)Versions (3)Used By (0)

LARAVEL DODO Paymets Package
============================

[](#laravel-dodo-paymets-package)

1. add the Billable trait to your billable model definition.

```
use Laravel\Cashier\Billable;

class User extends Authenticatable
{
    use Billable;
}

```

2. API Keys

```
DODO_PAYMENT=YOUR_API_KEY
DODO_SANDBOX=true
DODO_WEBHOOK_SECRET=YOUR_WEBHOOK_KEY

```

3. You can create check using below code

```
 $user->newSubscription('default', 'prod_id')
            ->setBilling($billing)
            ->setReturnUrl(route('user.dashboard'))
            ->create();

```

4. Exclude dodo/\* from CSRF protection bootstrap/app.php file for Laravel 11

```
->withMiddleware(function (Middleware $middleware) {
    $middleware->validateCsrfTokens(except: [
        'dodo/*',
    ]);
})

```

###  Health Score

35

—

LowBetter than 77% of packages

Maintenance68

Regular maintenance activity

Popularity16

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 Bus Factor1

Top contributor holds 61.1% 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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

231d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/113779419?v=4)[Aditya Jodhani](/maintainers/amjpdevp)[@amjpdevp](https://github.com/amjpdevp)

---

Top Contributors

[![ssatz](https://avatars.githubusercontent.com/u/6892242?v=4)](https://github.com/ssatz "ssatz (11 commits)")[![aditya-insta](https://avatars.githubusercontent.com/u/219780105?v=4)](https://github.com/aditya-insta "aditya-insta (5 commits)")[![amjpdevp](https://avatars.githubusercontent.com/u/113779419?v=4)](https://github.com/amjpdevp "amjpdevp (1 commits)")[![google-labs-jules[bot]](https://avatars.githubusercontent.com/in/842251?v=4)](https://github.com/google-labs-jules[bot] "google-labs-jules[bot] (1 commits)")

---

Tags

laravelbillingdodo payments

###  Code Quality

TestsPest

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/plusinfolab-dodo-cashier/health.svg)

```
[![Health](https://phpackages.com/badges/plusinfolab-dodo-cashier/health.svg)](https://phpackages.com/packages/plusinfolab-dodo-cashier)
```

###  Alternatives

[laravel/cashier

Laravel Cashier provides an expressive, fluent interface to Stripe's subscription billing services.

2.6k29.9M146](/packages/laravel-cashier)[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[laravel/cashier-paddle

Cashier Paddle provides an expressive, fluent interface to Paddle's subscription billing services.

268934.9k4](/packages/laravel-cashier-paddle)[laravel/pulse

Laravel Pulse is a real-time application performance monitoring tool and dashboard for your Laravel application.

1.7k15.1M132](/packages/laravel-pulse)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9762.4M131](/packages/roots-acorn)[api-platform/laravel

API Platform support for Laravel

58171.6k14](/packages/api-platform-laravel)

PHPackages © 2026

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