0.0.2 • Published 7 years ago

omnipay-ts v0.0.2

Weekly downloads
1
License
ISC
Repository
bitbucket
Last release
7 years ago

PHP Omnipay library port to typesript

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-ts In order to use with javascript , compile sources using npm run compile and refer to library by path like :

const { AbstractGateway, AbstractRequest } = require('omnipay-ts/dist');

Requires NodeJS version high or equal to 8.6