Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 554 Bytes

CONTRIBUTING.md

File metadata and controls

26 lines (16 loc) · 554 Bytes

Welcome to the PHP SDK Contributing Guide 👋

Thank you for taking your time to contribute to our PHP SDK!

This guide will provide you information to start your own development and testing.

Happy coding 💃

Requirements

Check out our PHP SDK documentation for requirements!

Build Docker Image

You will likely need to run this only once:

./dev-docker-build.sh

Run Integration Test

export MOMENTO_API_KEY=<YOUR_API_KEY>
./dev-run-integration-tests.sh