MAKS\AmqpAgent\Config

A class that turns the configuration file into an object.

Example:
```
$config = new Config('path/to/some/config-file.php'); // specific config
$config = new Config(); // default config
```