php-sap / common
Exceptions and abstract classes containing logic for PHP/SAP that is not specific to the underlying PHP module.
v6.2.0
2026-09-01 11:04 UTC
Requires
- php: ^8.1
- ext-json: *
- php-sap/datetime: ^1.5.2
- php-sap/interfaces: ^5.1.6
Requires (Dev)
- phpstan/phpstan: ^2.2.3
- phpunit/phpunit: ^9.6.33
- squizlabs/php_codesniffer: ^4.0
Suggests
None
Provides
None
Conflicts
None
Replaces
None
README
Exceptions and abstract classes containing logic for PHP/SAP that is not specific to the underlying PHP module.
Development
All development commands (install, test, 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