Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 498 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 498 Bytes

PureMachine PHP SDK Sample (without framework or composer)

This repository contains a working example of PureBilling Billing platform using PHP.

This example demonstrates how to use PureBilling SDK in a PHP project without any framework and composer.

Start the webServer using apache and docker

To use it, you first need to install docker and docker-compose.

Next, start the web server:

docker-compose up -d

and go to http://localhost:9249

Next, follow the page instruction.