PHPackages                             digitickets/omnipay-stripe-checkout - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Payment Processing](/categories/payments)
4. /
5. digitickets/omnipay-stripe-checkout

ActiveLibrary[Payment Processing](/categories/payments)

digitickets/omnipay-stripe-checkout
===================================

Payment Gateway driver for Stripe (Checkout)

v3.0.0(5y ago)542.5k↓41.5%16[1 issues](https://github.com/digitickets/omnipay-stripe-checkout/issues)[1 PRs](https://github.com/digitickets/omnipay-stripe-checkout/pulls)1MITPHPPHP ^7

Since Dec 13Pushed 1y ago3 watchersCompare

[ Source](https://github.com/digitickets/omnipay-stripe-checkout)[ Packagist](https://packagist.org/packages/digitickets/omnipay-stripe-checkout)[ Docs](https://github.com/digitickets/omnipay-stripe-checkout)[ RSS](/packages/digitickets-omnipay-stripe-checkout/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (7)Versions (22)Used By (1)

omnipay-stripe-checkout
=======================

[](#omnipay-stripe-checkout)

**Stripe (Checkout) driver for the Omnipay PHP payment processing library**

Omnipay implementation of the Stripe payment gateway using their "Checkout" process.

[![Build Status](https://camo.githubusercontent.com/c58b88a203036ab9282ae753ad9322cd725425572204098347f5389833ded1ad/68747470733a2f2f7472617669732d63692e6f72672f646967697469636b6574732f6f6d6e697061792d7374726970652d636865636b6f75742e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/digitickets/omnipay-stripe-checkout)[![Coverage Status](https://camo.githubusercontent.com/abe9d50c8622e868e1f7f55965731aa1ae7bf7f2acb213fa02dfe360657e335b/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f646967697469636b6574732f6f6d6e697061792d7374726970652d636865636b6f75742f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/digitickets/omnipay-stripe-checkout?branch=master)[![Latest Stable Version](https://camo.githubusercontent.com/726bed41f82487ae2968058cc82f38a6b2a90e1b5893f27aee98c559e3985738/68747470733a2f2f706f7365722e707567782e6f72672f646967697469636b6574732f6f6d6e697061792d7374726970652d636865636b6f75742f76657273696f6e2e706e67)](https://packagist.org/packages/digitickets/omnipay-stripe-checkout)[![Total Downloads](https://camo.githubusercontent.com/875cde0c16fa2049befb959e2f79af43bd484b28c7bc23ebfa67b9ad5d70b3e4/68747470733a2f2f706f7365722e707567782e6f72672f646967697469636b6574732f6f6d6e697061792d7374726970652d636865636b6f75742f642f746f74616c2e706e67)](https://packagist.org/packages/digitickets/omnipay-stripe-checkout)

Compatibility
-------------

[](#compatibility)

There are two versions of this driver; one is compatible with Omnipay v3, the other with Omnipay v2.

If any changes are made to one, please make sure those changes are ported to the other, where appropriate.

### Omnipay v3

[](#omnipay-v3)

This is the master branch, and is released as v3.\*.\*

Please note, the maintainers of this package have no (easy) way of testing this version and rely on any contributors testing their changes.

### Omnipay v2

[](#omnipay-v2)

This is the omnipay-v2 branch, and (for historical reasons) is released as v1.\*.\*

Installation
------------

[](#installation)

**Important: Driver requires [PHP's Intl extension](http://php.net/manual/en/book.intl.php) and [PHP's SOAP extension](http://php.net/manual/en/book.soap.php) to be installed.**

The Stripe (Checkout) Omnipay driver is installed via [Composer](http://getcomposer.org/). To install, simply add it to your `composer.json` file:

### Omnipay v3

[](#omnipay-v3-1)

```
{
    "require": {
        "digitickets/omnipay-stripe-checkout": "~3.0"
    }
}
```

### Omnipay v2

[](#omnipay-v2-1)

```
{
    "require": {
        "digitickets/omnipay-stripe-checkout": "~1.0"
    }
}
```

And run composer to update your dependencies:

```
$ curl -s http://getcomposer.org/installer | php
$ php composer.phar update

```

What's Included
---------------

[](#whats-included)

This driver handles transactions being processed by the ["Checkout" process of Stripe](https://stripe.com/docs/payments/checkout).

It is [Strong Customer Authentication](https://stripe.com/docs/strong-customer-authentication)-aware.

It assumes you will use the [redirect method in the browser page](https://stripe.com/docs/payments/checkout/one-time#redirect-checkout) (ie that you will not host the card form yourself).

We have done the minimum necessary to get our system to work. If you need any further functionality, please submit a pull request (or ask us to make the change)

It supports refunds, but currently it only handles refunding the full amount of a transaction.

**Note:** the Stripe API does *not* support negative- or zero-value items, so this driver filters them out. **Be aware** that the amount the customer pays is only calculated from that filtered set of items, so if there are deductions, etc in your cart, they will *not* be taken off the payment amount. And of course zero-value items will not be shown on the card form.

What's Not Included
-------------------

[](#whats-not-included)

TBC

Basic Usage
-----------

[](#basic-usage)

For general Omnipay usage instructions, please see the main [Omnipay](https://github.com/omnipay/omnipay)repository.

Support
-------

[](#support)

If you are having general issues with Omnipay, we suggest posting on [Stack Overflow](http://stackoverflow.com/). Be sure to add the [omnipay tag](http://stackoverflow.com/questions/tagged/omnipay) so it can be easily found.

If you believe you have found a bug in this driver, please report it using the [GitHub issue tracker](https://github.com/digitickets/omnipay-stripe-checkout/issues), or better yet, fork the library and submit a pull request.

###  Health Score

39

—

LowBetter than 86% of packages

Maintenance25

Infrequent updates — may be unmaintained

Popularity36

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 50% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~137 days

Recently: every ~174 days

Total

14

Last Release

565d ago

Major Versions

v0.1.0 → v1.0.02020-10-08

v1.0.2 → v3.0.02021-03-25

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/23523887?v=4)[DigiTickets](/maintainers/DigiTickets)[@digitickets](https://github.com/digitickets)

---

Top Contributors

[![easybi-rm](https://avatars.githubusercontent.com/u/43010696?v=4)](https://github.com/easybi-rm "easybi-rm (1 commits)")[![pedanticantic](https://avatars.githubusercontent.com/u/7499073?v=4)](https://github.com/pedanticantic "pedanticantic (1 commits)")

---

Tags

stripepaymentgatewaypaymerchantomnipaycheckout

###  Code Quality

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/digitickets-omnipay-stripe-checkout/health.svg)

```
[![Health](https://phpackages.com/badges/digitickets-omnipay-stripe-checkout/health.svg)](https://phpackages.com/packages/digitickets-omnipay-stripe-checkout)
```

###  Alternatives

[omnipay/stripe

Stripe driver for the Omnipay payment processing library

1915.6M34](/packages/omnipay-stripe)[lokielse/omnipay-alipay

Alipay gateway for Omnipay payment processing library

587421.0k11](/packages/lokielse-omnipay-alipay)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
