Skip to content

payrexhq/payrex-php-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PayRex PHP Demo Application

This repository is a simple payment checkout form to receive payments via PayRex.

Installation

  1. Install the dependencies
composer install

NOTE: If you don't have composer, please install it first: https://getcomposer.org/

  1. Run the server via command line. Ensure that you have php command line installed.
php -S 127.0.0.1:4242 --docroot=public
  1. Access http://localhost:4242/checkout.html via browser.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published