Skip to content

Instantly share code, notes, and snippets.

View adelowo's full-sized avatar

Lanre Adelowo adelowo

View GitHub Profile
@adelowo
adelowo / PluginInterface.php
Created January 4, 2017 04:12
Proposed Interface for gbowo library
<?php
namespace Gbowo\Contract\Plugin;
use Gbowo\Contract\Adapter\AdapterInterface;
interface PluginInterface
{
public function getPluginAccessor() : string;