stripe-php
Official PHP library for Stripe API with full subscription and webhook support.
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.
Learn stripe-php by building
Practical setup notes, real use cases, and copy-ready examples in one focused guide.
In this guide2 sections
Overview of stripe-php
stripe-php integrates Stripe billing and customer payment methods into PHP and Laravel web apps.
Quickstart
composer require stripe/stripe-php$stripe = new \Stripe\StripeClient('sk_test_...');$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.
activecampaign-api-php
Official ActiveCampaign PHP API client for marketing automation and deal pipelines.
klaviyo-api-python
Official Python SDK for the Klaviyo E-commerce Marketing Automation API.
klaviyo-api-node
Official Node.js SDK for the Klaviyo E-commerce Marketing Automation API.
hubspot-api-python
Official Python client for the HubSpot CRM & Marketing Automation REST APIs.