for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
return [
"services" => [
"curl" => [
"shared" => true,
"callback" => function () {
$getConfig = $this->get("configuration");
$this
$getConfig
$curl = new \Anax\DI\Curl();
$curl->setDi($this);
return $curl;
},
],
];