Skip to content

avarda-ab/checkout3-phpdemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Disclaimer

All code examples are for Demo purposes only. Source code covers basic and simple integration of Checkout 3.0 in PHP with comments and links to the official public documentation. This code is not production-ready and should not be used in any production environment.

Installation

Dependencies:

  • php 8
  • composer

Install Composer and all required packages

Download and install composer from https://getcomposer.org/download/

Install all packages required

$ php composer.phar install

Change .evn file

Add your testing CLIENT_ID and CLIENT_SECRET to .env file

Run php server locally

From the root directory run

$ php -S localhost:8000

Open http://localhost:8000 in your browser

About

A sample Checkout 3 integration written in PHP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages