PHPackages                             mclkim/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. mclkim/session

ActiveLibrary

mclkim/session
==============

09PHP

Since May 25Pushed 7y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Session for PHP
===============

[](#session-for-php)

Description
-----------

[](#description)

Prerequisites
-------------

[](#prerequisites)

[PHP](http://php.net/)

```
$ php -v
PHP 5.5.X (cli) (built: Jul  6 2017 16:51:52) ( ZTS MSVC14 (Visual C++ 2015) x64 )
Copyright (c) 1997-2017 The PHP Group
Zend Engine v3.1.0, Copyright (c) 1998-2017 Zend Technologies
    with Zend OPcache v7.1.7, Copyright (c) 1999-2017, by Zend Technologies

```

[Composer](https://getcomposer.org/)

```
$ composer --version
Composer version 1.5.1 2017-08-09 16:07:22

```

1.Install
---------

[](#1install)

First, at the command line, make working directory:

```
$ mkdir homepage
$ cd homepage

```

and require the necessary libraries:

```
$ composer require mclkim/session:dev-master

```

2.Example copy on local development
-----------------------------------

[](#2example-copy-on-local-development)

The following is a working example.

```
$ cp -rf vendor/mclkim/session/example/* .

```

3.Web brower
------------

[](#3web-brower)

You can test the framework using the [public/index.php](public/index.php)example. You can run the demo using the internal web server of PHP with the following command:

```
$ php -S 0.0.0.0:8000 -t public/

```

... and point your browser to

```
http://localhost:8000/

```

Reference
---------

[](#reference)

- [Session](https://github.com/ezimuel/PHP-Secure-Session)

Released under the [MIT License](LICENSE)

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity40

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/a796b5478fc525e25a6ed6bbd3156221458289e54adee02eead5aaee63ebef52?d=identicon)[mclkim](/maintainers/mclkim)

---

Top Contributors

[![mclkim](https://avatars.githubusercontent.com/u/3301185?v=4)](https://github.com/mclkim "mclkim (8 commits)")

### Embed Badge

![Health badge](/badges/mclkim-session/health.svg)

```
[![Health](https://phpackages.com/badges/mclkim-session/health.svg)](https://phpackages.com/packages/mclkim-session)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
