An open API service indexing awesome lists of open source software.

https://github.com/driftphp/context

Context implementation for DriftPHP
https://github.com/driftphp/context

Last synced: 4 months ago
JSON representation

Context implementation for DriftPHP

Awesome Lists containing this project

README

          

# DriftPHP Context

[![CircleCI](https://circleci.com/gh/driftphp/context.svg?style=svg)](https://circleci.com/gh/driftphp/context)

This package provides a context object to be used under your DriftPHP (or pure
ReactPHP projects) in order to maintain a Context across all your different
layers.

Some first steps for you!

- [Go to DOCS](https://driftphp.io/#/?id=context)

or

- [Try a demo](https://github.com/driftphp/demo)
- [Install the skeleton](https://github.com/driftphp/skeleton)