PHP Package: stripe/stripe-php

The stripe-php library is a powerful tool for integrating Stripe payment gateway functionality into PHP applications, enabling secure and seamless online transactions. It simplifies payment processing through a user-friendly API interface.

Current Version: 18.0.0
Last Updated: 2025-09-30
PHP Requirement: >=5.6.0
Dependencies: None

Package Description

The stripe-php library simplifies the integration of Stripe payments into PHP-based web applications, providing developers with a robust set of tools to handle online transactions securely. With comprehensive documentation and reliable support, this library streamlines the payment process and enhances user experience.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 18.0.0

Download Download v18.0.0

Previous Versions

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com

require_once 'libs/stripe/stripe-php/18.0.0/loader.php';
use Stripe\StripeClient;
use Stripe\PaymentIntent;

$obj = new StripeClient();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.