Download the PHP package arifmahmudrana/context without Composer
On this page you can find all versions of the php package arifmahmudrana/context. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download arifmahmudrana/context
More information about arifmahmudrana/context
Files in arifmahmudrana/context
Download arifmahmudrana/context
More information about arifmahmudrana/context
Files in arifmahmudrana/context
Vendor arifmahmudrana
Package context
Short Description PHP single context. Key value store in current context.
License MIT
Homepage https://github.com/arifmahmudrana/context
Package context
Short Description PHP single context. Key value store in current context.
License MIT
Homepage https://github.com/arifmahmudrana/context
Please rate this library. Is it a good library?
Informations about the package context
PHP Context(Key Value Data Store)
This is nothing but a key value store in the current context. You store value & in other places you retrieve value by it's key.
Usage
Step 1: Install Through Composer
and that's it.
Examples
- Set Value
- Get Value
- Has Value
- All Value
- Remove Value
Set Value
Get Value
Has Value
All Value
Remove Value
Important
- You can't instantiate this class if tried it will throw
CannotInstantiateClassExceptionsexception - You can use only string as key else it will throw
\InvalidArgumentExceptionexception
Tests
To Run the tests
Contributing
All contributions are welcome, for any bug, issue or merge request please refer to CONTRIBUTING.md
License
Released under the MIT License, see LICENSE.
All versions of context with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4
The package arifmahmudrana/context contains the following files
Loading the files please wait ...