├── LICENSE ├── composer.json └── src ├── AbstractManager.php ├── ConnectorInterface.php └── ManagerInterface.php /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GrahamCampbell/Laravel-Manager/HEAD/LICENSE -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GrahamCampbell/Laravel-Manager/HEAD/composer.json -------------------------------------------------------------------------------- /src/AbstractManager.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GrahamCampbell/Laravel-Manager/HEAD/src/AbstractManager.php -------------------------------------------------------------------------------- /src/ConnectorInterface.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GrahamCampbell/Laravel-Manager/HEAD/src/ConnectorInterface.php -------------------------------------------------------------------------------- /src/ManagerInterface.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GrahamCampbell/Laravel-Manager/HEAD/src/ManagerInterface.php --------------------------------------------------------------------------------