Download the PHP package invis1ble/messenger without Composer
On this page you can find all versions of the php package invis1ble/messenger. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download invis1ble/messenger
More information about invis1ble/messenger
Files in invis1ble/messenger
Download invis1ble/messenger
More information about invis1ble/messenger
Files in invis1ble/messenger
Vendor invis1ble
Package messenger
Short Description Bus and Message Interfaces and Implementations.
License MIT
Package messenger
Short Description Bus and Message Interfaces and Implementations.
License MIT
Please rate this library. Is it a good library?
Informations about the package messenger
Messenger
Bus and Message Interfaces and Implementations.
- Command & Command Bus
- Query & Query Bus
- Event & Event Bus
Installation
To install this package, you can use Composer:
or just add it as a dependency in your composer.json
file:
After adding the above line, run the following command to install the package:
Development
Getting started
- If not already done, install Docker Compose (v2.10+)
- Run
docker compose build --no-cache
to build fresh images - Run
docker compose up -d --wait
to start the Docker containers - Run
docker compose exec php composer install
to install dependencies - Run
docker compose down --remove-orphans
to stop the Docker containers.
Check for Coding Standards violations
Run PHP_CodeSniffer checks:
Run PHP-CS-Fixer checks:
Testing
To run Unit tests during development
To run with coverage
License
The MIT License
All versions of messenger with dependencies
PHP Build Version
Package Version
The package invis1ble/messenger contains the following files
Loading the files please wait ....