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

ActiveLibrary

inquid/stripe-payment-links
===========================

Service to handle Stripe's payment links

10[3 PRs](https://github.com/inquid/stripe-payment-links/pulls)PHP

Since Oct 10Pushed 1y ago2 watchersCompare

[ Source](https://github.com/inquid/stripe-payment-links)[ Packagist](https://packagist.org/packages/inquid/stripe-payment-links)[ RSS](/packages/inquid-stripe-payment-links/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (4)Used By (0)

NOT READY FOR PRODUCTION
========================

[](#not-ready-for-production)

Service to handle Stripe's payment links
========================================

[](#service-to-handle-stripes-payment-links)

[![Latest Version on Packagist](https://camo.githubusercontent.com/b1c72697ffe4ddc7a61eae79c64b690b58dbb55f7a36cf637eef25e32e531153/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f696e717569642f7374726970652d7061796d656e742d6c696e6b732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/inquid/stripe-payment-links)[![GitHub Tests Action Status](https://camo.githubusercontent.com/9f3efb14cacfa1bfb2c663daf64830f2e03f3f0985fda8ec6a0da7009e86302d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f696e717569642f7374726970652d7061796d656e742d6c696e6b732f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/inquid/stripe-payment-links/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/285e7c9cd532697d18288e7e39fc7486dcacab45805dfa2f56ebc735438e6827/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f696e717569642f7374726970652d7061796d656e742d6c696e6b732f466978253230504850253230636f64652532307374796c652532306973737565733f6c6162656c3d636f64652532307374796c65)](https://github.com/inquid/stripe-payment-links/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/41595b014b5ff500af01bf577d94d824a3b2c3cd5b402f0569ffc7c8b4c1a170/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f696e717569642f7374726970652d7061796d656e742d6c696e6b732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/inquid/stripe-payment-links)

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

Support us
----------

[](#support-us)

[![](https://camo.githubusercontent.com/1fb2fe691f7f17c1fdb640b1b1ef6dda055b442a0cd330c4d65fb2d3d2e22c26/68747470733a2f2f6769746875622d6164732e73332e65752d63656e7472616c2d312e616d617a6f6e6177732e636f6d2f7374726970652d7061796d656e742d6c696e6b732e6a70673f743d31)](https://spatie.be/github-ad-click/stripe-payment-links)

We invest a lot of resources into creating [best in class open source packages](https://spatie.be/open-source). You can support us by [buying one of our paid products](https://spatie.be/open-source/support-us).

We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on [our contact page](https://spatie.be/about-us). We publish all received postcards on [our virtual postcard wall](https://spatie.be/open-source/postcards).

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

[](#installation)

You can install the package via composer:

```
composer require inquid/stripe-payment-links
```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="stripe-payment-links-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --tag="stripe-payment-links-config"
```

This is the contents of the published config file:

```
return [
];
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="stripe-payment-links-views"
```

Usage
-----

[](#usage)

```
$stripePaymentLinks = new Inquid\StripePaymentLinks();
echo $stripePaymentLinks->echoPhrase('Hello, Inquid!');
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

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

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

[](#contributing)

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

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Inquid SAS de CV](https://github.com/inquid)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance27

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity25

Early-stage or recently created project

 Bus Factor2

2 contributors hold 50%+ of commits

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/3604b7574d7b9413dc9a590f96805a721902dc865b3ed0accc569259f53740bf?d=identicon)[gogl92](/maintainers/gogl92)

---

Top Contributors

[![gogl92](https://avatars.githubusercontent.com/u/1505641?v=4)](https://github.com/gogl92 "gogl92 (12 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (11 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (9 commits)")[![contactinquid](https://avatars.githubusercontent.com/u/32806363?v=4)](https://github.com/contactinquid "contactinquid (2 commits)")

### Embed Badge

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

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

PHPackages © 2026

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