softbread/omipay-php-sdk

Omipay PHP SDK

Installs: 22 991

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 2

Forks: 1

Open Issues: 0

Type:libaray

pkg:composer/softbread/omipay-php-sdk

0.1.2 2018-10-19 05:08 UTC

This package is not auto-updated.

Last update: 2025-09-28 11:14:12 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

  1. Fix Namespace
  2. Use Guzzle to replace curl for better error handling
  3. Simplify the classes
  4. Add demos