Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fmasa/messenger
Symfony Messenger integration to Nette framework
https://github.com/fmasa/messenger
messenger nette nette-framework symfony
Last synced: 26 days ago
JSON representation
Symfony Messenger integration to Nette framework
- Host: GitHub
- URL: https://github.com/fmasa/messenger
- Owner: fmasa
- License: mit
- Created: 2019-08-31T14:41:06.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-08-04T09:53:08.000Z (over 1 year ago)
- Last Synced: 2024-09-30T14:01:56.314Z (about 1 month ago)
- Topics: messenger, nette, nette-framework, symfony
- Language: PHP
- Homepage:
- Size: 101 KB
- Stars: 6
- Watchers: 4
- Forks: 9
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
Fmasa/Messenger
======
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/fmasa/messenger/main)
[![Coverage Status](https://coveralls.io/repos/github/fmasa/messenger/badge.svg?branch=master)](https://coveralls.io/github/fmasa/messenger?branch=master)PHP 7.4+ integration of [Symfony/Messenger](https://symfony.com/doc/current/messenger.html) to Nette Framework
## Installation
The best way to install Fmasa/Messenger is using [Composer](http://getcomposer.org/):
```sh
$ composer require fmasa/messenger
```## Documentation
Learn more in the [documentation](./docs/index.md).
------------