https://github.com/g4code/session
https://github.com/g4code/session
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/g4code/session
- Owner: g4code
- License: mit
- Created: 2015-02-03T14:52:49.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2025-10-16T15:13:53.000Z (4 months ago)
- Last Synced: 2025-10-17T17:59:15.262Z (4 months ago)
- Language: PHP
- Size: 93.8 KB
- Stars: 0
- Watchers: 10
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
session
======
> session - [php](http://php.net) library
## Install
Via Composer
```sh
composer require g4/session
```
## Usage
## Development
### Install dependencies
$ make install
### Run tests
$ make test
## License
(The MIT License)
see LICENSE file for details...