remi-san/context

A set of interfaces to describe the context of an object

v1.0.0 2016-03-13 17:24 UTC

This package is auto-updated.

Last update: 2024-03-21 21:13:26 UTC


README

Author Build Status Quality Score Software License Packagist Version Coverage Status SensioLabsInsight

A lib providing interfaces and a container to deal with contexts in an application.

A context object should implement the Context interface.

If an object should be aware of the context, it should implement the ContextAware interface.

If you want to store a context statically, use the static class ContextContainer.