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

AbandonedArchivedLibrary

mapado/stripe
=============

High level api for stripe-php

v0.11.0(11y ago)32.7k1GPL-3.0+PHP

Since Aug 4Pushed 10y ago10 watchersCompare

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

READMEChangelog (2)Dependencies (2)Versions (13)Used By (0)

Stripe-api [![Build Status](https://camo.githubusercontent.com/a528fc47d85cf1742da1f72d012fd2cb047e6f80792b2f73b2456f0e4c75ebc7/68747470733a2f2f7472617669732d63692e6f72672f6d617061646f2f7374726970652d6170692e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/mapado/stripe-api)
=============================================================================================================================================================================================================================================================================================

[](#stripe-api-)

High level api for [stripe-php](https://github.com/stripe/stripe-php)

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

[](#installation)

Install with [composer](http://www.getcomposer.org):

```
composer require "mapado/stripe:~0.7"
```

Usage
-----

[](#usage)

Initialize the API:

```
$privateKey = 'pk_.....';
$stripeApi = new \Mapado\Stripe\StripeApi($privateKey);
```

call the wanted method:

```
$invoice = $stripeApi->getInvoice('invoice_id');
```

Those methods returns Proxy classes. You can chain method like this:

```
$subscription = $invoice->getSubscription();
```

Status
------

[](#status)

The current package is in early development. A very small number of methods is implemented.

Feel free to fork it and create pull requests to add your logic.

[![SensioLabsInsight](https://camo.githubusercontent.com/46c118a19d8bd60d28e1e157b237aa698b9cbcf41fb6ef289cc23681cc87e5cf/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f62343734366561382d646530612d343564622d623733352d3838333432396638323235322f736d616c6c2e706e67)](https://insight.sensiolabs.com/projects/b4746ea8-de0a-45db-b735-883429f82252)

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 69.6% 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 ~26 days

Recently: every ~20 days

Total

12

Last Release

4017d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3277986d0e1f93c7e8a58fdaf1b52e3f5a1588e73dfa298d33aafb1ebbde5ef2?d=identicon)[jdeniau](/maintainers/jdeniau)

![](https://www.gravatar.com/avatar/90d135128b469dc38fcf186ac78d0f2cd82fc696ffcf5be8a8c486b7bd911ff6?d=identicon)[mapado](/maintainers/mapado)

---

Top Contributors

[![jdeniau](https://avatars.githubusercontent.com/u/1398469?v=4)](https://github.com/jdeniau "jdeniau (32 commits)")[![badaz](https://avatars.githubusercontent.com/u/5735255?v=4)](https://github.com/badaz "badaz (12 commits)")[![nchaulet](https://avatars.githubusercontent.com/u/1336873?v=4)](https://github.com/nchaulet "nchaulet (2 commits)")

### Embed Badge

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

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

###  Alternatives

[laravel/cashier

Laravel Cashier provides an expressive, fluent interface to Stripe's subscription billing services.

2.5k25.9M107](/packages/laravel-cashier)[verbb/formie

The most user-friendly forms plugin for Craft.

101372.9k40](/packages/verbb-formie)[solspace/craft-freeform

The most flexible and user-friendly form building plugin!

52664.9k12](/packages/solspace-craft-freeform)[duncanmcclean/simple-commerce

A simple, yet powerful e-commerce addon for Statamic.

16313.2k2](/packages/duncanmcclean-simple-commerce)[flux-se/sylius-stripe-plugin

Sylius Stripe plugin using Payment Request

1029.3k](/packages/flux-se-sylius-stripe-plugin)[duncanmcclean/statamic-cargo

Comprehensive e-commerce addon for Statamic. Build bespoke e-commerce sites without the complexity.

322.8k](/packages/duncanmcclean-statamic-cargo)

PHPackages © 2026

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