Download the PHP package tomatophp/filament-payments without Composer
On this page you can find all versions of the php package tomatophp/filament-payments. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package filament-payments
Filament Payment Manager
Manage your payments inside FilamentPHP app with multi payment gateway integration
Screenshots
Features
- [x] Payments List
- [x] Payment View
- [x] Payment Filter And Groups by Status
- [x] Payment Gates
- [x] Payment Gate Options
- [x] Payment Action
- [x] Payment Facade Method
- [x] Payment Page
- [x] Payment Drivers
- [x] StripeV3 Integration
- [x] Plisio Integration
- [x] Paypal Integration
- [x] Paymob Integration
- [x] Tap Integration
- [x] Myfatoorah Integration
- [x] Creptomus Integration
- [ ] Paddle Integration
- [ ] Lemon Squeezy Integration
- [ ] Binance Integration
- [ ] PayTabs Integration
- [ ] Moyaser Integration
- [ ] Payfort Integration
- [ ] Fawery Integration
Installation
we need the Media Library plugin to be installed and migrated you can use this command to publish the migration
after install your package please run this command
finally register the plugin on /app/Providers/Filament/AdminPanelProvider.php
Using
you can use payment with the very easy way just use Facade FilamentPayments
like this
if you want to return it as json you can just make json: true
, this method return a URL for you with the payment, you can share this link with anyone to make the payment done.
Use Payment Action
you can use a Table Action to make it easy to link Payment with your table like this
Integrate With Filament Subscription
if you like to use this package with Filament Subscription you can use this code
it will redirect you to payment after the hook is called.
Publish Assets
you can publish config file by use this command
you can publish views file by use this command
you can publish languages file by use this command
you can publish migrations file by use this command
Other Filament Packages
Checkout our Awesome TomatoPHP
All versions of filament-payments with dependencies
filament/filament Version ^3.0
tomatophp/console-helpers Version ^1.0
stripe/stripe-php Version ^15.4
paypal/paypal-checkout-sdk Version ^1.0
plisio/plisio-sdk-laravel Version ^1.0
filament/spatie-laravel-media-library-plugin Version ^3.0
myfatoorah/library Version ^2.2
cryptomus/api-php-sdk Version ^1.0
tomatophp/filament-translation-component Version ^1.0