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

ActiveLibrary[Payment Processing](/categories/payments)

noorisys/stripe-payment
=======================

Laravel Stripe Payment Integration using stripe/stripe-php

1.0.0(3y ago)059PHPPHP ^8.0.2

Since Mar 24Pushed 3y ago1 watchersCompare

[ Source](https://github.com/Jknoorisys/stripe-payment-package)[ Packagist](https://packagist.org/packages/noorisys/stripe-payment)[ RSS](/packages/noorisys-stripe-payment/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (2)Versions (2)Used By (0)

Laravel Stripe Payment Integration Package
==========================================

[](#laravel-stripe-payment-integration-package)

[![Latest Stable Version](https://camo.githubusercontent.com/634ace5af7802da52fe5f7b4a7680a720718d31572c71210068b4ce59b5c5a39/687474703a2f2f706f7365722e707567782e6f72672f706870756e69742f706870756e69742f76)](https://packagist.org/packages/phpunit/phpunit) [![Total Downloads](https://camo.githubusercontent.com/76d868b4536fd2d906dabc2c9565b27920bed2fb01b0c3e7047b427ae014cfdc/687474703a2f2f706f7365722e707567782e6f72672f706870756e69742f706870756e69742f646f776e6c6f616473)](https://packagist.org/packages/phpunit/phpunit) [![Latest Unstable Version](https://camo.githubusercontent.com/612d8a6de855f36ce70171f9c32ea107801a4d1119ceb6f250fb4686aa8ca28a/687474703a2f2f706f7365722e707567782e6f72672f706870756e69742f706870756e69742f762f756e737461626c65)](https://packagist.org/packages/phpunit/phpunit) [![License](https://camo.githubusercontent.com/0b95a0d1ab8dcf3af30f60a668647d6ef3ec4149a3293ec20afb9f73c2dbe401/687474703a2f2f706f7365722e707567782e6f72672f706870756e69742f706870756e69742f6c6963656e7365)](https://packagist.org/packages/phpunit/phpunit) [![PHP Version Require](https://camo.githubusercontent.com/1017628143db8cecf58e2d6a94fd615e46ed56f65aa70fc983a675a77c2f2e77/687474703a2f2f706f7365722e707567782e6f72672f706870756e69742f706870756e69742f726571756972652f706870)](https://packagist.org/packages/phpunit/phpunit)

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

[](#installation)

Require this package, with [Composer](https://packagist.org/), in the root directory of your project.

```
$ composer require noorisys/stripe-payment
```

Add the service provider to `config/app.php` in the `providers` array.

```
Noorisys\StripePayment\Providers\StripePaymentServiceProvider::class,
```

Configuration
-------------

[](#configuration)

Laravel Stripe requires connection configuration. To get started, you'll need to publish all vendor assets:

```
$ php artisan vendor:publish --provider="Noorisys\StripePayment\Providers\StripePaymnetServiceProvider" --force
```

This will create a `config/stripe.php` file in your app that you can modify to set your configuration. Also, make sure you check for changes to the original config file in this package between releases.

You are free to change the configuration file as needed, but the default expected values are below:

```
    'STRIPE_KEY' => env('STRIPE_KEY'),
    'STRIPE_SECRET' => env('STRIPE_SECRET'),
    'STRIPE_CURRENCY' => env('STRIPE_CURRENCY'),
```

#### Run APIs on Postman

[](#run-apis-on-postman)

import postman collection via link and run APIs

```
https://api.postman.com/collections/18476697-0daf72f8-89a5-4a08-a382-8846c7c4c2c0?access_key=PMAT-01GVYPDJMC37HEPYGJYF7ZKED2

```

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

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

Unknown

Total

1

Last Release

1198d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/100342410?v=4)[Javeriya ](/maintainers/Jknoorisys)[@Jknoorisys](https://github.com/Jknoorisys)

---

Top Contributors

[![Jknoorisys](https://avatars.githubusercontent.com/u/100342410?v=4)](https://github.com/Jknoorisys "Jknoorisys (5 commits)")

### Embed Badge

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

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

###  Alternatives

[bagisto/bagisto

Bagisto Laravel E-Commerce

27.6k172.1k9](/packages/bagisto-bagisto)[laraveldaily/laravel-invoices

Missing invoices for Laravel

1.6k1.5M5](/packages/laraveldaily-laravel-invoices)[unopim/unopim

UnoPim Laravel PIM

10.5k2.4k](/packages/unopim-unopim)[spatie/laravel-stripe-webhooks

Handle stripe webhooks in a Laravel application

5253.5M9](/packages/spatie-laravel-stripe-webhooks)[duncanmcclean/statamic-cargo

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

3416.9k](/packages/duncanmcclean-statamic-cargo)[ph7software/ph7cms

pH7Builder. Social Dating Web App Site Builder

1.0k1.6k](/packages/ph7software-ph7cms)

PHPackages © 2026

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