lendable / message
Fundamental building blocks for message based systems
2.2.0
2026-06-12 21:46 UTC
Requires
- php: ^8.3
- ramsey/uuid: ^4.7
Requires (Dev)
- ergebnis/composer-normalize: ^2.51.0
- ergebnis/phpstan-rules: ^2.12.0
- lendable/composer-license-checker: ^1.2.1
- lendable/phpunit-extensions: ^0.4
- php-cs-fixer/shim: ^3.95.1
- phpstan/phpstan: ^2.1.51
- phpstan/phpstan-deprecation-rules: ^2.0.4
- phpstan/phpstan-phpunit: ^2.0.16
- phpstan/phpstan-strict-rules: ^2.0.10
- phpunit/phpunit: ^12.5.23
- rector/rector: ^2.4.2
Suggests
None
Provides
None
Conflicts
None
Replaces
None
README
Fundamental building blocks for message based systems.
Local development
The Docker-based environment is defined in local/ and driven from the Makefile:
make up # builds the image (on first run) and starts the container make shell # opens a shell inside the container, in /app make down # stops and removes the container
From the shell:
composer install composer ci
See the Makefile for the remaining targets.
Xdebug
Xdebug is installed but disabled by default. Copy local/.env.dist to
local/.env, set XDEBUG_ENABLED=1 (optionally with XDEBUG_HOST,
XDEBUG_PORT and XDEBUG_IDE_KEY), then run make restart.