TiloBox
Back to directory
stripe-php project preview

stripe-php

Official PHP library for Stripe API with full subscription and webhook support.

LicenseMIT
GitHub stars3.5k
Last commit6 days ago
Tags5 topics
Php Billing LibraryBusinessStripe Php BindingsEcommerce Payment SdkStripe Php Lib
Overview

Why consider stripe-php?

stripe-php is the official open-source PHP library for Stripe. Used extensively across e-commerce platforms (WooCommerce, Magento, Laravel Cashier), it provides intuitive bindings for invoices, customer portals, tax calculations, and checkout sessions.

Guided learning

Learn stripe-php by building

Practical setup notes, real use cases, and copy-ready examples in one focused guide.

1 min read 2 sections
In this guide2 sections

Overview of stripe-php

stripe-php integrates Stripe billing and customer payment methods into PHP and Laravel web apps.

Quickstart

bash
1composer require stripe/stripe-php
php
1$stripe = new \Stripe\StripeClient('sk_test_...');
2$customer = $stripe->customers->create(['name' => 'John Doe', 'email' => 'john@example.com']);

stripe-php is licensed under the permissive MIT License.

Related tools

More options with a similar category or technology profile.

stripe-php FAQs

stripe-php is listed as a Business tool on TiloBox. Review the overview, features, and official documentation on this page to decide whether it solves your specific workflow.

Start with the project's GitHub repository and official website for supported installation and deployment instructions. Test the setup with representative data or a small project before rolling it out more widely.

stripe-php is listed under the MIT license. Read the complete license text and the project's notices before using, modifying, or distributing the software.

Production readiness depends on your requirements. Review maintenance activity, security practices, documentation, backup and upgrade procedures, and compatibility with your stack; then validate it in a non-production environment.

stripe-php is listed as an alternative to PayPal PHP. Compare the core workflow, deployment model, integrations, and licensing against your must-have requirements before switching.