Get the settings:
<?php
\Nuntius\Nuntius::getSettings();
Get the DB layer:
<?php
\Nuntius\Nuntius::getRethinkDB();
Get the entity manager:
<?php
\Nuntius\Nuntius::getEntityManager();
Get the task manager:
<?php
\Nuntius\Nuntius::getTasksManager();
Get the update manager:
<?php
\Nuntius\Nuntius::getUpdateManager();