<?php namespace WPIDE\App\Services; interface Service { public function init(array $config = []); }