softbread / omipay-php-sdk
Omipay PHP SDK
0.1.2
2018-10-19 05:08 UTC
Requires
- php: >=5.5.0
Requires (Dev)
- phpunit/phpunit: ~4.0
This package is not auto-updated.
Last update: 2026-03-15 13:36:31 UTC
README
Intro
This is not an official SDK for Omipay. It is a side project to transfer Omipay SDK to a PSR compliance module.
Install
run
composer require softbread/omipay-php-sdk "@dev"
or add to composer.json
"softbread/omipay-php-sdk": "@dev"
Usage
Please read Omipay API documents.
Road Map
- Fix Namespace
- Use Guzzle to replace curl for better error handling
- Simplify the classes
- Add demos