added dependencies

This commit is contained in:
Arsen Mirzaev Tatyano-Muradovich 2025-01-16 09:42:29 +07:00
parent 64f1a585f9
commit fdea6c8408

View File

@ -1,6 +1,18 @@
# huesos # huesos
Basis for developing chat-robots with "Web App" technology for Telegram 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)
<small>You can find other dependencies in the file `/composer.json`</small>
## Installation ## Installation
### AnangoDB ### AnangoDB