PHPackages                             inaxo/laravelstripehandler - 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. inaxo/laravelstripehandler

ActiveLibrary

inaxo/laravelstripehandler
==========================

Laravel package that contains everything you need to implement a stripe payment gateway

v1.0.0(2y ago)881MITPHP

Since Jan 1Pushed 2y ago1 watchersCompare

[ Source](https://github.com/Inaxo/LaravelStripeHandler)[ Packagist](https://packagist.org/packages/inaxo/laravelstripehandler)[ RSS](/packages/inaxo-laravelstripehandler/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

1. Run command:

```
composer require inaxo/laravelstripehandler
```

2. And:

```
composer require stripe/stripe-php
```

3. Add the following line to the autoload section in the `composer.json` file:

```
"Inaxo\\LaravelStripeHandler\\": "vendor/inaxo/laravelstripehandler/src/",
```

4. Run the command:

```
composer dump-autoload
```

5. Add the following line to the providers key array in the config/app.php file:

```
Inaxo\LaravelStripeHandler\LaravelStripeHandlerServiceProvider::class,
```

6. Run the command again:

```
composer dump-autoload
```

7. Now, to publish a package config file you need to run the following command:

```
php artisan vendor:publish --provider="Inaxo\LaravelStripeHandler\LaravelStripeHandlerServiceProvider"
```

8. After publishing the service provider, you need to add this line to the `middleware` array in your `app/Http/Kernel.php`:

```
\Illuminate\Session\Middleware\StartSession:: class,
```

9. If you've completed all the previous steps, you need to enter data in `resources/LaravelStripeHandler/products.*` (XML by default). After that, you should add additional keys in your .env file:

```
STRIPE_PUBLIC_KEY=
STRIPE_SECRET_KEY=
STRIPE_HOME_ROUTE=
STRIPE_CURRENCY=

```

Enjoy!

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community8

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

859d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9c7050eecbbf09069151cfcef2edad0a3f9e4ceed5b931485d1e79a0648a8534?d=identicon)[Inaxo](/maintainers/Inaxo)

---

Top Contributors

[![Inaxo](https://avatars.githubusercontent.com/u/90970323?v=4)](https://github.com/Inaxo "Inaxo (18 commits)")

### Embed Badge

![Health badge](/badges/inaxo-laravelstripehandler/health.svg)

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

PHPackages © 2026

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