PHPackages                             naingaunglwin-dev/session - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. naingaunglwin-dev/session

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

naingaunglwin-dev/session
=========================

Simple PHP Session Library

1.0.0(2y ago)16[1 PRs](https://github.com/naingaunglwin-dev/session/pulls)MITPHPPHP ^8.0

Since Feb 22Pushed 4mo ago1 watchersCompare

[ Source](https://github.com/naingaunglwin-dev/session)[ Packagist](https://packagist.org/packages/naingaunglwin-dev/session)[ RSS](/packages/naingaunglwin-dev-session/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (1)DependenciesVersions (4)Used By (0)

Simple PHP Session Library
==========================

[](#simple-php-session-library)

[![Status](https://camo.githubusercontent.com/75cfd67c34db7390edc5b60d61a351a236b4bb64bbe77728071a77eab2c2dfbb/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f746573742d706173732d677265656e)](https://camo.githubusercontent.com/75cfd67c34db7390edc5b60d61a351a236b4bb64bbe77728071a77eab2c2dfbb/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f746573742d706173732d677265656e)[![Status](https://camo.githubusercontent.com/99103bff80f81ca09ea54ef99cf0a27303f21507365b8b239ce76c7441a24dcc/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f636f7665726167652d39362e38302532352d677265656e)](https://camo.githubusercontent.com/99103bff80f81ca09ea54ef99cf0a27303f21507365b8b239ce76c7441a24dcc/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f636f7665726167652d39362e38302532352d677265656e)[![License](https://camo.githubusercontent.com/7013272bd27ece47364536a221edb554cd69683b68a46fc0ee96881174c4214c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e737667)](https://camo.githubusercontent.com/7013272bd27ece47364536a221edb554cd69683b68a46fc0ee96881174c4214c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e737667)

Contributing
------------

[](#contributing)

- This is an open-source library, and contributions are welcome.
- If you have any suggestions, bug reports, or feature requests, please open an issue or submit a pull request on the project repository.

Requirement
-----------

[](#requirement)

- **PHP** version 8.0 or newer is required

Installation &amp; Setup
------------------------

[](#installation--setup)

- You can just download the code from repo and use or download using composer.

### Download Using Composer

[](#download-using-composer)

- If you don't have composer, install [composer](https://getcomposer.org/download/) first.
- create file `composer.json` at your project root directory.
- Add this to `composer.json`

```
{
  "require": {
    "naingaunglwin-dev/session": "^1.0"
  }
}
```

- Run the following command in your terminal from the project's root directory:

```
composer install
```

If you already have `composer.json` file in your project, just run this command in your terminal,

```
composer require naingaunglwin-dev/session
```

Usage
-----

[](#usage)

- In your php file,

```
