php-sap / integration-tests
PHP/SAP integration tests.
v8.0.1
2026-09-01 11:28 UTC
Requires
- php: ^8.1
- ext-json: *
- php-sap/common: ^6.2.0
- php-sap/datetime: ^1.5.2
- php-sap/interfaces: ^5.1.6
- phpunit/phpunit: ^9.6.33
Requires (Dev)
- phpstan/phpstan: ^2.2.3
- squizlabs/php_codesniffer: ^4.0
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-09-01 11:35:38 UTC
README
This repository contains tests common to all PHP/SAP implementations.
Development
All development commands (install, lint, analyze, beautify, sniff, audit, validate)
run via Docker through the Makefile, so no local PHP installation is needed. Run
make help to list all targets. Most targets require PHP_VERSION, e.g.:
make install PHP_VERSION=8.1