0.0.4 • Published 7 years ago
omnipay-js v0.0.4
PHP Omnipay library port to typescript
Summary
This is the port of PHP Omnipay library core to use in Node.JS environment Code itself is written in Typescript 2.7
Usage
Install using npm install omnipay-js
const { AbstractGateway, AbstractRequest } = require('omnipay-js');
Requires NodeJS version high or equal to 8.6