php-sap / interfaces
Interfaces for implementing the PHP/SAP API. See https://php-sap.github.io for details.
v5.1.6
2026-09-01 09:55 UTC
Requires
- php: ^8.1
- ext-json: *
Requires (Dev)
- phpstan/phpstan: ^2.2.3
- squizlabs/php_codesniffer: ^4.0
Suggests
None
Provides
None
Conflicts
- kba-team/php-sap: *
Replaces
None
README
This repository defines interfaces for implementing the PHP/SAP API.
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