PHPackages                             andyvr/stripe-payments - 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. andyvr/stripe-payments

ActiveOpencart-extension[Payment Processing](/categories/payments)

andyvr/stripe-payments
======================

Stripe payment gateway extension for Opencart v1.5.x

12379[1 issues](https://github.com/andyvr/stripe-payments/issues)[1 PRs](https://github.com/andyvr/stripe-payments/pulls)PHP

Since Oct 10Pushed 8y ago2 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

stripe-payments
===============

[](#stripe-payments)

Stripe Payments is the simple and lightweight implementation of Stripe.com payment service for Opencart. Currently it is the only Stripe Opencart payment gateway extension that is free and open source. It's licensed under MIT license, therefore feel free to use it in any project or modify the source code.

### Getting Started

[](#getting-started)

#### Installation

[](#installation)

The most convenient way to install the extension is with Composer, add following code to your *composer.json* file:

```
{
  "require": {
    "andyvr/stripe-payments": "@dev"
  },
  "scripts": {
    "post-install-cmd": [
      "sh ./vendor/andyvr/stripe-payments/extension-install.sh"
    ]
   }
}

```

If you don't use Composer you can just copy over ***admin***, ***catalog*** and ***vendor*** folders to your Opencart root.

#### Setup

[](#setup)

Activate the extension thru your Opencart Admin Panel.

The extension uses the Stripe API. You need to enter either Test or Live Stripe API keys on the extension settings page.

In order to obtain the Stripe API keys please login to your Stripe account dashboard, click on *Your Account* in the top right corner of the page, then *Account Settings*.
In the pop-up box click on the *API Keys* tab. Both Test and Live keypairs will be provided for you.

Use Test keys to test the Opencart extension. When testing is done replace test keys to live keys in the extension settings page to start accepting credit card payments thru Stripe.

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1934794?v=4)[Andy V.](/maintainers/andyvr)[@andyvr](https://github.com/andyvr)

---

Top Contributors

[![andyvr](https://avatars.githubusercontent.com/u/1934794?v=4)](https://github.com/andyvr "andyvr (19 commits)")

### Embed Badge

![Health badge](/badges/andyvr-stripe-payments/health.svg)

```
[![Health](https://phpackages.com/badges/andyvr-stripe-payments/health.svg)](https://phpackages.com/packages/andyvr-stripe-payments)
```

PHPackages © 2026

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