initial commit

This commit is contained in:
2025-07-12 20:27:07 +02:00
commit 29b2ddd1a5
25 changed files with 1671 additions and 0 deletions

21
composer.json Normal file
View File

@@ -0,0 +1,21 @@
{
"name": "magdev/listmonk-api",
"description": "Listmonk API-Client library",
"type": "library",
"license": "MIT",
"minimum-stability": "stable",
"authors": [
{
"name": "magdev",
"email": "magdev3.0@gmail.com"
}
],
"require": {
"symfony/http-client": "^7.3"
},
"autoload": {
"psr-4": {
"Magdev\\ListmonkApi\\": "src/"
}
}
}