initial commit

This commit is contained in:
2025-07-17 12:59:14 +02:00
commit e55b359e44
11 changed files with 3864 additions and 0 deletions

11
README.md Normal file
View File

@@ -0,0 +1,11 @@
# 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
```