remi-san / context
A set of interfaces to describe the context of an object
v1.0.0
2016-03-13 17:24 UTC
Requires (Dev)
- fabpot/php-cs-fixer: ^1.10
- henrikbjorn/phpspec-code-coverage: ^2.0
- phpspec/phpspec: ^2.2
- squizlabs/php_codesniffer: ^2.0
This package is auto-updated.
Last update: 2024-10-21 22:20:03 UTC
README
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
.