This repository hosts a simple PHP app that lists the delivery methods associated with your specified Sendcloud Dynamic Checkout Configuration
Sendcloud Dynamic Checkout API Documentation
To run this project, you will need to add the following environment variables to your keys.env file
API_KEY : Your Sendcloud API Public Key
SECRET_KEY : Your Sendcloud API Private Key
CHECKOUTID : The ID of the Dynamic Checkout Configuration you are testing
Clone the project
git clone https://github.com/AlexLamond/sendcloud-checkout-php-exampleGo to the project directory and start the server
docker compose -f "docker-compose.yaml" up -d --buildClone the project
git clone https://github.com/AlexLamond/sendcloud-checkout-php-exampleGo to the web directory
cd appInstall the dependancies
composer installRun the local PHP server
php -S 127.0.0.1:8070Contributions are welcome, please add clear descriptions of changes made Pull requests should be committed with semantic naming