zek / abone
Laravel Abone provides a different approach to Laravel Cashier and provides a basic Wallet System.
dev-master
2019-11-11 11:56 UTC
Requires
- php: ^7.2
- ext-json: *
- dyrynda/laravel-efficient-uuid: ^3.1
- dyrynda/laravel-model-uuid: ~5.0
- moneyphp/money: ^3.2
- nesbot/carbon: ^1.26.3 || ^2.0
Requires (Dev)
- mockery/mockery: ~1.0
- orchestra/testbench: ~4.3
- phpunit/phpunit: ~8.4
- symfony/var-dumper: ^4.2
This package is auto-updated.
Last update: 2024-11-11 22:37:03 UTC
README
Introduction
NOTE: This is still under development think twice before using this package under production.
This is a wallet & pre-paid subscription package which is inspired by Laravel Cashier. I developed this package because I need a Crypto Wallet with prepaid subscription so Stripe and BrainTree do not meet my needs.
Key Features
- Prepaid subscription
- No Stripe/BrainTree dependency
- Offline Payment via user's account balance
- Internal Wallet
- Generalized Subscription Module. You can have different subscription models
- Multi/Single Subscription
Contributing
Thank you for considering contributing to the Abone. Feel free to send PR's :)
License
Laravel Abone is open-sourced software licensed under the MIT license.