2017 © Pedro Peláez
 

library manager

A simple driver based manager trait to use multiple drivers for a set of functionality

image

ecfectus/manager

A simple driver based manager trait to use multiple drivers for a set of functionality

  • Tuesday, October 4, 2016
  • by leemason
  • Repository
  • 1 Watchers
  • 0 Stars
  • 17 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Manager

Build Status, (*1)

A simple driver based manager trait to use multiple "drivers" for a set of functionality., (*2)

Obviously inspired and mostly ported from the Laravel framework, this trait allows you to define multiple "drivers" that all implement an interface defined by the manager class., (*3)

Whats slightly different is the functionality is wrapped up as a trait and not a class that must be extended, which offers more flexibility., (*4)

On top of that it validates the instances returned, you must define at least one interface the drivers implement, if they dont an exception will be thrown., (*5)

The Versions

04/10 2016

dev-master

9999999-dev https://github.com/ecfectus/manager

A simple driver based manager trait to use multiple drivers for a set of functionality

  Sources   Download

MIT

The Requires

  • php >=7.0.0

 

The Development Requires

by Avatar leemason