laravel/cashier-stripe - Open Source PR Review Scorecard

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

C-Rank Grade: D (Risky) - 8/100

External PR Merge Rate: -

Response Time: -

First Timer Success: -

Frequently Asked Questions

Is laravel/cashier-stripe welcoming to first-time open-source contributors?

laravel/cashier-stripe has a recorded first-timer success rate of 0.0%. Repositories ranked D typically provide actionable feedback during code reviews and actively nurture new community contributors.

How fast can I expect code review feedback on my pull request?

Maintainers in laravel/cashier-stripe respond to incoming external pull requests in approximately 0.0 hours on average. Keeping PRs focused on single tasks and ensuring tests pass helps maintainers review faster.

What does the 8.0 C-Rank™ score (D Tier) represent?

The C-Rank™ system evaluates GitHub projects on a 0–100 scale using real data: PR merge rates, review turnaround time, active maintainer presence, and first-time contributor success. A score of 8.0 places laravel/cashier-stripe in the D tier.

What is the external contributor pull request merge rate for laravel/cashier-stripe?

The external contributor pull request merge rate for laravel/cashier-stripe is 0.0%, based on public PR activity from non-core contributors.

Are there Good First Issues available in laravel/cashier-stripe?

laravel/cashier-stripe currently has 2 active issue(s) tagged with beginner-friendly labels like "good first issue", "beginner", or "up-for-grabs".

laravel
laravel/cashier-stripeDRisky2.5k
GitHub
Back to Explorer
laravel

laravel/cashier-stripe

2,541
DRisky(8/100)PHP

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

Compare
Jump to:

AI Maintainer Review Guidelines

Review Persona

Active Open-Source Maintainer

Warmth Score
7.8/10
Patience Score
8.2/10
Nitpick Rate
20%

Active maintainer team in laravel/cashier-stripe welcoming community pull requests and bug fixes.

Top PR Submission Do's

  • Ensure code complies with repository style conventions
  • Keep PRs focused and well-documented

Top PR Friction Pitfalls (Don'ts)

  • Do not submit unlinked PRs without context
  • Do not break existing automated test suites
Response Velocity
-
No reviewer activity recorded

Average Response Latency

Tracks hours until a maintainer leaves a review, comment, or PR response.

Merge Efficiency
0.0%
Selective PR acceptance rate

External Acceptance Rate

Percentage of community pull requests successfully merged into main.

First-Timer Success
0.0%
No first-timer merges recorded in window

First PR Conversion

Rate at which developers submitting their first repository PR succeed.

Active Maintainers
CRITICAL BUS FACTOR
Single maintainer
No active GitHub maintainers found (may review internally on Gerrit or internal tools)
Diagnostic Health HUD
0.0%
Merge Gauge
0.0%
1st-Timer
Community Vibe0/100

Embed C-Rank Badge

Show contributors that your repository actively reviews and merges external pull requests.

GetMerged C-Rank badge for laravel/cashier-stripe
[![GetMerged C-Rank](https://getmerged.abhishekco.de/api/badge/laravel/cashier-stripe)](https://getmerged.abhishekco.de/laravel/cashier-stripe?utm_source=github&utm_medium=badge)

Active Good First Issues (2)

View on GitHub

Cashier Stripe Version 16.5.3 Laravel Version 13.9.0 PHP Version 8.3.31 Database Driver & Version mysql Ver 8.0.45-0ubuntu0.22.04.1 for Linux on x86_64 ((Ubuntu)) Description What is happening Calling currentPeriodStart or currentPeriodEnd on multiple subscriptions i.e. inside a loop causes lazy load error. Illuminate\Database\LazyLoadingViolationException Attempted to lazy load [subscription] on model [Laravel\Cashier\SubscriptionItem] but lazy loading is disabled. NoteDifferent issue than #1172 . May be related to #1477 Cause SubscriptionItem::asStripeSubscriptionItem uses lazy loaded subscription and subscription.owner public function asStripeSubscriptionItem(array $expand = []) { return $this->subscription->owner->stripe()->subscriptionItems->retrieve( $this->stripe_id, ['expand' => $expand] ); } Current Workaround creating a custom Subscription model to overwrite original currentPeriodStart / currentPeriodEnd to eager load owner on sub

📅 Opened May 28, 2026💬 1 comment
Quality: 40/100Contribute

Cashier Stripe Version 16.2 Laravel Version 12 PHP Version 8.4 Database Driver & Version Mysql Description Hello, I am testing out Cashier with stripe. I have come across a weird either bug or very bad logical behaviour. Scenario: A platform has 2 types of membership: 1 - Membership Silver: $4.99 2 - Membership Gold: $9.99 If a user purchase the $4.99 membership and then wants to upgrade to the $9.99 membership and i as the provider of the service wants to charge the user up front with ->swapAndInvoice(). Well, if the users card is declided or something like 3D secure fails and the user does not pay the invoice, well then the user is stuck in a state where the user has no membership, and when the user cancels the upgrade, the user will get the plan for free? Why you may ask, well because the price id for that row in subscriptions/subscription_items has changed to the $9.99 membership with a state of "past_due". So basically the application does not know the user is on the $4.99 members

📅 Opened Jan 21, 2026💬 16 comments
Quality: 30/100Contribute
Looking for more PHP beginner tasks?Explore PHP GFI

Contributor Community Vibe Feedback

Rate what actually matters after opening a pull request here.

Have you contributed to this repo?

Rate your first-hand PR experience (review speed, maintainer responsiveness, and onboarding ease) to help other contributors.

3 ratings required
Maintainer helpfulness
Review speed
Beginner friendliness

Contributor Compatibility & Review Speed Analysis for laravel/cashier-stripe

When evaluating whether to contribute to laravel/cashier-stripe, response velocity and maintainer engagement are crucial. GetMerged continuously tracks pull request trajectories, first-comment latency, and code review rounds to help developers avoid submitting pull requests to backlogged repositories.

Currently, maintainers of laravel/cashier-stripe acknowledge new external contributions in approximately -. Out of all submitted pull requests from non-core authors in the last 180-day window, 0.0% were successfully merged into the primary branch.

Frequently Asked Questions - Contributing to laravel/cashier-stripe

01

Is laravel/cashier-stripe welcoming to first-time open-source contributors?

laravel/cashier-stripe has a recorded first-timer success rate of 0.0%. Repositories ranked Risky typically provide actionable feedback during code reviews and actively nurture new community contributors.

02

How fast can I expect code review feedback on my pull request?

The initial maintainer response time averages ~-. Keeping PRs scoped to single concerns and ensuring CI checks succeed will optimize review turnaround.

03

What does the 8.0 C-Rank™ score represent?

The C-Rank™ index scores repositories on a 0 to 100 scale using an objective formula: external PR merge rates, initial response speed, active maintainer count, and first-time contributor retention. A score of 8.0 places laravel/cashier-stripe in the Risky tier.

04

What is the external contributor pull request merge rate for laravel/cashier-stripe?

The external pull request merge rate is 0.0%. GetMerged isolates non-core community contributions so external developers get an accurate benchmark of PR acceptance probability.

05

Are there beginner Good First Issues open in laravel/cashier-stripe?

Yes, laravel/cashier-stripe currently has 2 active issue(s) tagged with beginner-friendly labels. You can inspect these directly from the repository issues tab.

GetMerged C-Rank™ Indexing Standard

All metrics displayed for laravel/cashier-stripe are automatically retrieved via the public GitHub API and recalculated daily. Insider pull requests submitted by repository owners or organization members are excluded from merge rate calculations to preserve objective external contributor statistics.