php-platform / session
Installs: 1 971
Dependents: 5
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Requires
- php: >=5.3
- php-platform/config: ~0.1
- php-platform/errors: ~0.1
Requires (Dev)
- php-platform/mock-config: ~0.1
- phpunit/phpunit: ~4.8
This package is not auto-updated.
Last update: 2025-01-05 03:11:24 UTC
README
This packages specifies the session interface and provides a factory to create theh session object
Introduction
Session is required to work with any application, This packages specifies the session
Features
- Implementation of session is left to the implementor
- Any application which needs session can use this Interface , and in runtime any implementation of session can be used
Example
For More Usage please see the included tests