This repository is a simple payment checkout form to receive payments via PayRex.
- Install the dependencies
composer install
NOTE: If you don't have composer, please install it first: https://getcomposer.org/
- Run the server via command line. Ensure that you have php command line installed.
php -S 127.0.0.1:4242 --docroot=public
- Access http://localhost:4242/checkout.html via browser.