casterke / simplepay-laravel
OTP SimplePay integration for Laravel applications.
v0.1.7
2023-02-01 21:31 UTC
Requires
- php: ^7.4|^8.0
- ext-dom: *
- ext-openssl: *
- ext-simplexml: *
- laravel/framework: ^6.0|^7.0|^8.74|^9.0|^10.0
This package is auto-updated.
Last update: 2025-03-01 00:31:43 UTC
README
Installation
You can install the package via composer:
composer require Casterke/simplepay-laravel
Publish config file
php artisan vendor:publish --provider="Casterke\SimplePayLaravel\SimplePayLaravelServiceProvider" --tag="config"
Usage
Please check examples.
Currently one is fully finished. Here you can find it.
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Credits
License
The MIT License (MIT). Please see License File for more information.