From fdea6c8408bf6cf4d7d641fa1eab35232888839d Mon Sep 17 00:00:00 2001 From: Arsen Mirzaev Tatyano-Muradovich Date: Thu, 16 Jan 2025 09:42:29 +0700 Subject: [PATCH] added dependencies --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 4ce9960..eb7f337 100755 --- a/README.md +++ b/README.md @@ -1,6 +1,18 @@ # huesos Basis for developing chat-robots with "Web App" technology for Telegram +## Dependencies +1. ![PHP 8.4](https://www.php.net/releases/8.4/en.php) +2. ![MINIMAL](https://git.svoboda.works/mirzaev/minimal) (PHP framework) +3. ![Twig](https://twig.symfony.com/) (HTML templater) +4. ![Zanzara](https://github.com/badfarm/zanzara) (Telegram framework + ReactPHP) +5. ![ArangoDB](https://docs.arangodb.com/3.11/about-arangodb/) (non-relational database) +6. ![NGINX](https://nginx.org/en/) (web server) *(can be replaced)* +7. ![SystemD](https://systemd.io/) (service manager) *(can be replaced)* +8. ![Composer](https://getcomposer.org/) (php package manager) + +You can find other dependencies in the file `/composer.json` + ## Installation ### AnangoDB