omnipay-js
v0.0.4
Published
Omnipay port JS
Downloads
15
Maintainers
Readme
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