softbread / omipay-php-sdk
Omipay PHP SDK
Installs: 20 629
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 1
Open Issues: 0
Type:libaray
Requires
- php: >=5.5.0
Requires (Dev)
- phpunit/phpunit: ~4.0
This package is not auto-updated.
Last update: 2025-01-19 07:27:28 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