stripe/stripe-php

PHP library for the Stripe API.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 1 hour ago
Added to GitGenius on September 17th, 2026
Created on June 25th, 2011
Open Issues & Pull Requests: 14 (+0)
GitHub issues: Enabled
Number of forks: 899
Total Stargazers: 4,019 (+0)
Total Subscribers: 108 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 5.9 hours
Mean response time: 11.2 days
90th percentile: 6.0 days
Tracked items: 54

Most active contributors

Sign in to see contributor activity.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 5
New in 7 days: 0
Closed in 7 days: 1
Avg open age: 868 days
Stale 30+ days: 5
Stale 90+ days: 5

Recent activity

Opened in 7 days: 0
Closed in 7 days: 1
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • bug (25)
  • feature-request (16)
  • future (10)

Most active issues this week

Detailed Description

Stripe-php is a PHP library for interacting with the Stripe API.

The library handles the complexity of integrating Stripe's payment processing capabilities into PHP applications. It provides a structured interface for making requests to Stripe's API endpoints, managing authentication, and handling responses. Developers use the library to perform operations like creating charges, managing customers, handling subscriptions, and processing refunds without needing to construct raw HTTP requests or manage API authentication details manually.

PHP developers building payment functionality should consider this library if they are already using Stripe for payment processing. It suits projects of any scale that need to interact with Stripe's services from PHP code, whether that is a small e-commerce site, a subscription-based application, or a larger platform with complex billing requirements. The library is the official Stripe offering for PHP, making it the natural choice for teams committed to the Stripe ecosystem.

The project maintains active development with regular updates to support new Stripe API features and maintain compatibility with current PHP versions. The codebase receives consistent attention to keep pace with Stripe's evolving platform capabilities.