How to connect a file with settings through composer. And then in the right place to use include "array_config.php";
array_config.php will contain
return ['abc'=>$this->lalalala,'asd'=>$abcs]; composer.json
{ ... "autoload": { "psr-0": {"ParserBase": "src/"}, "files": ["src/functions_include.php"] } }