PHPackages                             macsidigital/laravel-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. [Payment Processing](/categories/payments)
4. /
5. macsidigital/laravel-stripe

AbandonedArchivedLibrary[Payment Processing](/categories/payments)

macsidigital/laravel-stripe
===========================

Stripe Laravel package

0.0.11(6y ago)1574MITPHPPHP ^7.2

Since Aug 28Pushed 5y ago1 watchersCompare

[ Source](https://github.com/MacsiDigital/laravel-stripe)[ Packagist](https://packagist.org/packages/macsidigital/laravel-stripe)[ Docs](https://github.com/macsidigital/laravel-stripe)[ RSS](/packages/macsidigital-laravel-stripe/feed)WikiDiscussions master Synced yesterday

READMEChangelog (10)Dependencies (6)Versions (14)Used By (0)

Laravel package for Stripe Payments
===================================

[](#laravel-package-for-stripe-payments)

A little Laravel package to communicate with Stripe.

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

[](#installation)

You can install the package via composer:

```
composer require macsidigital/laravel-stripe
```

The service provider should automatically register for For Laravel &gt; 5.4.

For Laravel &lt; 5.5, open config/app.php and, within the providers array, append:

```
MacsiDigital\Stripe\Providers\StipeServiceProvider::class
```

Configuration file
------------------

[](#configuration-file)

Publish the configuration file

```
php artisan vendor:publish --provider="MacsiDigital\Stripe\Providers\StripeServiceProvider"
```

This will create a xero/config.php within your config directory. Check the Stripe documentation for the relevant values in the config.php file. Ensure that the location of the RSA keys matches.

Usage
-----

[](#usage)

Everything has been setup to be similar to Laravel syntax.

### Testing

[](#testing)

At present there is no PHP Unit Testing, but we plan to add it in the future.

Todo
----

[](#todo)

- Tests, tests, tests

### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Colin Hall](https://github.com/macsidigital)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

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.

###  Release Activity

Cadence

Every ~16 days

Recently: every ~10 days

Total

13

Last Release

2253d ago

PHP version history (2 changes)0.0.1-betaPHP ^7.1

0.0.4-betaPHP ^7.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/134dcd0c87f691d2f351f4bff03eb390871de1992f1a79ecf034b4ac53b4ca71?d=identicon)[MacsiDigital](/maintainers/MacsiDigital)

---

Top Contributors

[![colinhall17](https://avatars.githubusercontent.com/u/5073205?v=4)](https://github.com/colinhall17 "colinhall17 (12 commits)")

---

Tags

hacktoberfestmacsidigitalLaravel-Stripe

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[laravel/cashier

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

2.5k25.9M107](/packages/laravel-cashier)[dena-a/iran-payment

a Laravel package to handle Internet Payment Gateways for Iran Banking System

312.4k1](/packages/dena-a-iran-payment)

PHPackages © 2026

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