You've already forked listmonk-api-bundle
12 lines
370 B
Markdown
12 lines
370 B
Markdown
|
|
# Listmonk-API Bundle for Symfony
|
||
|
|
|
||
|
|
Symfony bundle to integrate [Listmonk](https://listmonk.app) in your application. Uses [magdev/listmonk-api](https://src.bundespruefstelle.ch/magdev/listmonk-api) to connect to Listmonk.
|
||
|
|
|
||
|
|
## Install
|
||
|
|
|
||
|
|
To install this bundle execute the following command in your Symfony project
|
||
|
|
|
||
|
|
```shell
|
||
|
|
composer require magdev/listmonk-api-bundle
|
||
|
|
```
|