slps970093 / omnipay-payuni
payuni driver for the Omnipay payment processing library
1.0.5
2024-07-10 09:34 UTC
Requires
- php: ^7.2|^7.3|^7.4|^8.0|^8.1|^8.2|^8.3
- ext-json: *
- ext-openssl: *
- http-interop/http-factory-guzzle: ^1.0
- omnipay/common: ^3.0
- omnipay/tests: ^4.1
- payuni/sdk: ^1.1
- symfony/http-client: ^4.0|^5.0|^6.0|^7.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.0
- mockery/mockery: ^1.3|^1.4|^1.5|^1.6
- phpunit/phpunit: ^8.0|^9.0|^10.0
README
This is where your description should go. Try and limit it to a paragraph or two, and maybe throw in a mention of what PSRs you support to avoid any confusion with users and contributors.
Installation
You can install the package via composer:
composer require omnipay/payuni
Usage
// Usage description here
Testing
composer test
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email slps970093@gmail.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.
PHP Package Boilerplate
This package was generated using the PHP Package Boilerplate by Beyond Code.