Search by

lendable / message

Fundamental building blocks for message based systems

Maintainers

Package info

github.com/Lendable/message

pkg:composer/lendable/message

Transparency log

Statistics

Installs: 106 629

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 7

2.2.0 2026-06-12 21:46 UTC

This package is auto-updated.

Last update: 2026-09-05 14:57:50 UTC


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.