mktz/server-side-testing-sdk

PHP SDK for server-side-testing

v0.0.31 2025-04-21 07:48 UTC

README

Local env

Run

# Run container with default PHP version (7.0)
make run
# Run container with specific PHP version
make run phpv=8

Build

# Build image for default PHP version (7.0)
make build
# Build image for specific PHP version
make build phpv=8

Test

# Run tests using default PHP version (7.0)
make test
# Run tests using specific PHP version (7.0)
make test phpv=8