Package manager like composer in php

 
Hello, I cannot find something like composer in php, or npm in javascript for mql5. Where is it or how is it called? Or there is no one? Then how do you deal with reused code in multiple projects?
 
Poker_player: Hello, I cannot find something like composer in php, or npm in javascript for mql5. Where is it or how is it called? Or there is no one? Then how do you deal with reused code in multiple projects?

There isn't one!

MQL is not a general purpose programming language. It is specific and only runs within the MetaTrader terminal environment. Code does not tend to get that complex. The simple use of the old style of using include files or libraries like in the C/C++ is sufficient. There is also the "Project" functionality in the MetaEditor if you prefer.

Take some time to read the documentation first and to properly familiarise yourself with the MetaTrader environment and the MQL (C/C++ like) language.

Reason: