PHPackages                             munioid/filament-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. munioid/filament-payment

ActiveLibrary[Payment Processing](/categories/payments)

munioid/filament-payment
========================

This is my package filament-payment

03PHP

Since Jun 10Pushed 11mo agoCompare

[ Source](https://github.com/munioid/filament-payment)[ Packagist](https://packagist.org/packages/munioid/filament-payment)[ RSS](/packages/munioid-filament-payment/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

This is my package filament-payment
===================================

[](#this-is-my-package-filament-payment)

[![Latest Version on Packagist](https://camo.githubusercontent.com/d71d312f3cc48b056de8cdc2791d43c6ae321b2f116bfdfc1747ab2d612e2e32/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d756e696f69642f66696c616d656e742d7061796d656e742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/munioid/filament-payment)[![GitHub Tests Action Status](https://camo.githubusercontent.com/eab9eb7c268180c369e1dcbf094ff21392c25e166e7e567a665b104aeefda9ec/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6d756e696f69642f66696c616d656e742d7061796d656e742f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/munioid/filament-payment/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/67c92e267177dc24f342265ae626144bd81fb5387a1e9cecc2d15d33598bc8b6/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6d756e696f69642f66696c616d656e742d7061796d656e742f6669782d7068702d636f64652d7374796c696e672e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/munioid/filament-payment/actions?query=workflow%3A%22Fix+PHP+code+styling%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/1ae2ab076728ee9f8401ae187efd2c9e26782d08180e6d785ede0581ebffd02d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d756e696f69642f66696c616d656e742d7061796d656e742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/munioid/filament-payment)

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

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

[](#installation)

You can install the package via composer:

```
composer require munioid/filament-payment
```

You can publish and run the migrations with:

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

You can publish the config file with:

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

Optionally, you can publish the views using

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

This is the contents of the published config file:

```
return [
];
```

Usage
-----

[](#usage)

```
$filamentPayment = new Munioid\FilamentPayment();
echo $filamentPayment->echoPhrase('Hello, Munioid!');
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

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

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

[](#contributing)

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

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

[](#security-vulnerabilities)

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

Credits
-------

[](#credits)

- [aneksa](https://github.com/munioid)
- [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

Maintenance38

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity14

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/6e32a43256a80d3e9c241c0660e7b4ecb85d084216a4eca5e5f7912572e6e01b?d=identicon)[aneksa](/maintainers/aneksa)

---

Top Contributors

[![aneksa](https://avatars.githubusercontent.com/u/20569791?v=4)](https://github.com/aneksa "aneksa (1 commits)")

### Embed Badge

![Health badge](/badges/munioid-filament-payment/health.svg)

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

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