PHPackages                             samehdoush/laravel-payments - 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. samehdoush/laravel-payments

ActiveLibrary[Payment Processing](/categories/payments)

samehdoush/laravel-payments
===========================

This is my package laravel-payments

0108[1 PRs](https://github.com/samehdoush/laravel_payments/pulls)PHP

Since Sep 11Pushed 2y ago1 watchersCompare

[ Source](https://github.com/samehdoush/laravel_payments)[ Packagist](https://packagist.org/packages/samehdoush/laravel-payments)[ RSS](/packages/samehdoush-laravel-payments/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

laravel-payments for samehdoush/subscriptions
=============================================

[](#laravel-payments-for-samehdoushsubscriptions)

[![Latest Version on Packagist](https://camo.githubusercontent.com/a1542d41efff89f169ea5b5d96fd137e473220483dbd34cbd6cdaee9e7a1c3c8/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f73616d6568646f7573682f6c61726176656c2d7061796d656e74732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/samehdoush/laravel-payments)[![GitHub Tests Action Status](https://camo.githubusercontent.com/a5618bccdd88c224ed36dfb4123ab7f37a1238ee4fb82c711175b4ee31d5a926/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f73616d6568646f7573682f6c61726176656c2d7061796d656e74732f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/samehdoush/laravel-payments/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/c4a43f1d017c4755504ec8f611a54d6fc05a4081277f0a05120cee9ae1cf5808/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f73616d6568646f7573682f6c61726176656c2d7061796d656e74732f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/samehdoush/laravel-payments/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/fcd7ae30b1392dadba521cbce2fdde087ed8f9094e15368ae001551023e0e5a6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f73616d6568646f7573682f6c61726176656c2d7061796d656e74732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/samehdoush/laravel-payments)

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/bfcf7c34788e7bae807fedf54117c03233027004db7109e73c04bb029e4c3386/68747470733a2f2f6769746875622d6164732e73332e65752d63656e7472616c2d312e616d617a6f6e6177732e636f6d2f6c61726176656c5f7061796d656e74732e6a70673f743d31)](https://spatie.be/github-ad-click/laravel_payments)

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 samehdoush/laravel-payments
```

Auto install
------------

[](#auto-install)

```
php artisan laravel-payments:install
```

OR
--

[](#or)

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="laravel-payments-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --tag="laravel-payments-config"
```

This is the contents of the published config file:

```
return [
];
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="laravel-payments-views"
```

Usage
-----

[](#usage)

```
$laravelPayments = new Samehdoush\LaravelPayments();
echo $laravelPayments->echoPhrase('Hello, Samehdoush!');
```

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)

- [sameh doush](https://github.com/samehdoush)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity23

Early-stage or recently created project

 Bus Factor1

Top contributor holds 96% 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/2c15e375de9134defa30a075f635514e7b5d27af9bdb0c63a156273da5995e10?d=identicon)[samehdoush](/maintainers/samehdoush)

---

Top Contributors

[![samehdoush](https://avatars.githubusercontent.com/u/48515888?v=4)](https://github.com/samehdoush "samehdoush (48 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (1 commits)")

### Embed Badge

![Health badge](/badges/samehdoush-laravel-payments/health.svg)

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

###  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)
