mktz / server-side-testing-sdk
PHP SDK for server-side-testing
v0.0.31
2025-04-21 07:48 UTC
Requires
- php: >=7.0
- ext-redis: *
- ext-zlib: *
- doctrine/annotations: ^1.4 || ^3.0
- guzzlehttp/guzzle: ^6.5|^7.0
- psr/http-client: ^1.0
- psr/log: ^1.1
- symfony/property-access: ^3.4 || ^5.0
- symfony/serializer: ^3.4 || ^5.0
Requires (Dev)
- phpunit/phpunit: ^6.0 || ^9.0
- dev-master
- v0.0.31
- v0.0.30
- v0.0.29
- v0.0.28
- v0.0.27
- v0.0.26
- v0.0.25
- v0.0.24
- v0.0.23
- v0.0.22
- v0.0.21
- v0.0.20
- v0.0.19
- v0.0.18
- v0.0.17
- v0.0.16
- v0.0.15
- v0.0.14
- v0.0.13
- v0.0.12
- v0.0.11
- v0.0.10
- v0.0.9
- v0.0.8
- v0.0.7
- v0.0.6
- v0.0.5
- v0.0.4
- v0.0.3
- v0.0.2
- v0.0.1
- v0.0.0
- dev-server-side-testing
- dev-docs
- dev-EXP-4435
This package is auto-updated.
Last update: 2025-04-21 07:51:28 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