Initial commit

This commit is contained in:
Porawit Dongwang
2026-09-16 23:20:08 +07:00
commit 0041668dbb
32577 changed files with 3687927 additions and 0 deletions
@@ -0,0 +1,16 @@
{
"name": "porawit/soar-wazuh",
"description": "SOAR integration with Wazuh",
"type": "project",
"require": {
"guzzlehttp/guzzle": "^7.0",
"vlucas/phpdotenv": "^5.5",
"bramus/router": "~1.6",
"monolog/monolog": "^3.0"
},
"autoload": {
"psr-4": {
"App\\": "src/"
}
}
}