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

ActiveLibrary[Payment Processing](/categories/payments)

rockers/plaid-stripe
====================

its sdk for plaid stripe payment process.

01PHPCI failing

Since Jan 2Pushed 6y ago1 watchersCompare

[ Source](https://github.com/rockers007/plaid-stripe)[ Packagist](https://packagist.org/packages/rockers/plaid-stripe)[ RSS](/packages/rockers-plaid-stripe/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

[![Latest Stable Version](https://camo.githubusercontent.com/4d7523c9e3e261f0c0a830e8a88407456582c45dc3447f2b32d431bb09a179dd/68747470733a2f2f706f7365722e707567782e6f72672f6672657368626974737765622f6c61726176656c2d6c6f672d656e68616e6365722f762f737461626c65)](https://packagist.org/packages/freshbitsweb/laravel-log-enhancer)[![Total Downloads](https://camo.githubusercontent.com/0b1cdd964d7867f5b7cad0c7e0863b48e32d297d5bcaa0b2110a155a0152cc04/68747470733a2f2f706f7365722e707567782e6f72672f6672657368626974737765622f6c61726176656c2d6c6f672d656e68616e6365722f646f776e6c6f616473)](https://packagist.org/packages/freshbitsweb/laravel-log-enhancer)[![License](https://camo.githubusercontent.com/be26d19d40b1c89674ac40aaf88f1256130f53d7fea8551ec1d1103195b8488b/68747470733a2f2f706f7365722e707567782e6f72672f6672657368626974737765622f6c61726176656c2d6c6f672d656e68616e6365722f6c6963656e7365)](https://packagist.org/packages/freshbitsweb/laravel-log-enhancer)[![StyleCI](https://camo.githubusercontent.com/629b25c498be3fde46a4852c3f0e72e2c865b5c469c758cd35ec0bf586913446/68747470733a2f2f7374796c6563692e696f2f7265706f732f3132363937303336392f736869656c643f6272616e63683d6d6173746572)](https://styleci.io/repos/126970369)[![Build Status](https://camo.githubusercontent.com/f5d7e76d2fce9a19fe26af01325d14e2f40c3b9a4531b370e647aea7bf0f04df/68747470733a2f2f7472617669732d63692e6f72672f6672657368626974737765622f6c61726176656c2d6c6f672d656e68616e6365722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/freshbitsweb/laravel-log-enhancer)

Laravel Rlog (Laravel 5.6 to Laravel 6.0)
=========================================

[](#laravel-rlog-laravel-56-to-laravel-60)

Laravel Rlog's logging system helps a lot for storing data as well as while troubleshooting some hidden bugs. The data related to the exception automatically gets logged whenever something goes wrong.

Requirements
------------

[](#requirements)

- PHP 7.1+
- Laravel 5.6+

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

[](#installation)

1. Install the package by running this command in your terminal/cmd:

```
composer require rockers/plaid-stripe

```

2. Add this package's LogEnhancer class to the tap option of your log channel in **config/logging.php**:

```
'production_stack' => [
    'driver' => 'stack',
    'tap' => [Rockers\PlaidStripe\PlaidStripe::class],
    'channels' => ['daily', 'slack'],
],

```

Optionally, you can import config file by running this command in your terminal/cmd:

```
php artisan vendor:publish --tag=laravel-rlog-config

```

It has following configuration settings:

- (bool) log\_request\_details =&gt; Set to *true* if you wish to log request data. [Reference](https://github.com/Seldaek/monolog/blob/master/src/Monolog/Processor/WebProcessor.php)
- (bool) log\_input\_data =&gt; Set to *true* if you wish to log user input data
- (bool) log\_request\_headers =&gt; Set to *true* if you wish to log request headers
- (bool) log\_session\_data =&gt; Set to *true* if you wish to log session data
- (bool) log\_memory\_usage =&gt; Set to *true* if you wish to log memory usage [Reference](https://github.com/Seldaek/monolog/blob/master/src/Monolog/Processor/MemoryUsageProcessor.php)
- (bool) log\_git\_data =&gt; Set to *true* if you wish to log git branch and commit details [Reference](https://github.com/Seldaek/monolog/blob/master/src/Monolog/Processor/GitProcessor.php)
- (array) ignore\_input\_fields =&gt; If input data is being sent, you can specify the inputs from the user that should not be logged. for example, password,cc number, etc.

Authors
-------

[](#authors)

- [**Raksh Patel**](https://github.com/rockers007) - *Initial work*

License
-------

[](#license)

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details

Special Thanks to
-----------------

[](#special-thanks-to)

- [Laravel](https://laravel.com) Community

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity35

Early-stage or recently created project

 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://www.gravatar.com/avatar/17e8293b9de1a3be0dc5fa89f8da827b7fdea1b6f56f2a56369e18a298f48f05?d=identicon)[rockers007](/maintainers/rockers007)

---

Top Contributors

[![rockers007](https://avatars.githubusercontent.com/u/6029907?v=4)](https://github.com/rockers007 "rockers007 (7 commits)")

### Embed Badge

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

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

###  Alternatives

[omnipay/paypal

PayPal gateway for Omnipay payment processing library

3156.8M53](/packages/omnipay-paypal)[eduardokum/laravel-boleto

Biblioteca com boletos para o laravel

626351.9k2](/packages/eduardokum-laravel-boleto)[tbbc/money-bundle

This is a Symfony bundle that integrates moneyphp/money library (Fowler pattern): https://github.com/moneyphp/money.

1961.9M](/packages/tbbc-money-bundle)[2checkout/2checkout-php

2Checkout PHP Library

83740.3k2](/packages/2checkout-2checkout-php)[smhg/sepa-qr-data

Generate QR code data for SEPA payments

61717.2k5](/packages/smhg-sepa-qr-data)[omnipay/dummy

Dummy driver for the Omnipay payment processing library

271.2M33](/packages/omnipay-dummy)

PHPackages © 2026

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