Search by

php-sap / common

grej

Exceptions and abstract classes containing logic for PHP/SAP that is not specific to the underlying PHP module.

Package info

github.com/php-sap/common

Homepage

pkg:composer/php-sap/common

Statistics

Installs: 23 622

Dependents: 4

Suggesters: 0

Stars: 0

Open Issues: 0

v6.2.0 2026-09-01 11:04 UTC

README

License: MIT

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