2017 © Pedro Peláez
 

library preparables

Base package for preparable systems

image

p2ee/preparables

Base package for preparable systems

  • Monday, September 11, 2017
  • by woodworker
  • Repository
  • 5 Watchers
  • 2 Stars
  • 149 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Preparables

Stories in Ready Build Status Dependency Status Scrutinizer Quality Score Code Coverage, (*1)

Preparables can be used as a base for creation of an object graph. They help to define requirements., (*2)

A possible usecase are controller classes., (*3)

Basics

Preparables are objects that can define a list of requirements that they need to run., (*4)

This requirements can be collected by the Preparer. The Preparer then collects this requirements and then hands them over to specific Resolvers and fullfills then the requirements witht he results from the Resolver., (*5)

A Resolver is a specialiced object that can turn a specific Requirement object into a result for the Preparable., (*6)

The Versions

11/09 2017

dev-master

9999999-dev

Base package for preparable systems

  Sources   Download

MIT

The Requires

  • php >=5.4.99

 

The Development Requires

22/06 2015

v0.0.2

0.0.2.0

Base package for preparable systems

  Sources   Download

MIT

The Requires

  • php >=5.4.99

 

The Development Requires

24/09 2013

0.0.1

0.0.1.0

Base package for preparable systems

  Sources   Download

MIT

The Requires

  • php >=5.5.0

 

The Development Requires