Skip to content

ratepay/ramp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RAMP - RatePAY API Microservice in PHP

============================================

RAMP is a PHP microservice for the RatePAY API

Module RatePAY RAMP
Author Annegret Seufert
Version 1.0.0
Link http://www.ratepay.com
Mail integration@ratepay.com

Installation

Composer is required

  1. Create a Lumen project
composer create-project --prefer-dist laravel/lumen ramp
  1. Go to the ramp folder and add Ratepay library
composer require ratepay/php-library
  1. Clone RAMP repository
  2. Merge Lumen files by files within RAMP folder

Changelog

Version 1.0.0 Released 2018-03-22

  • add testing

Version 0.9.1 Released 2018-03-20

  • initial commit