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

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

sframe/session
==============

session component

04PHP

Since Dec 11Pushed 11y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Router
======

[](#router)

Simple session component

Installation
============

[](#installation)

```
composer require "sframe/session:dev-master"
```

\#Options Same as original php session options See:

Usage
=====

[](#usage)

```
use \SFrame\Session\Session;
Session::start();
$_SESSION['test'] = 'hello';
$session_id = Session::getId();
Session::destroy();
```

Use redis storage

```
$options = array();
$redis = new \SFrame\Redis\Redis();
Session::start($options, 'redis', $redis);
```

Use memcache storage

```
$options = array();
$memcache = new \SFrame\Memcache\Memcache();
Session::start($options, 'memcache', $memcache);
```

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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/e3e4d193838370dbe5119947cb84acd917f9e7dd4baf5ed9d0dbc88f26310fa5?d=identicon)[fredyang](/maintainers/fredyang)

---

Top Contributors

[![shukyoo](https://avatars.githubusercontent.com/u/2231396?v=4)](https://github.com/shukyoo "shukyoo (1 commits)")

### Embed Badge

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

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

###  Alternatives

[yurunsoft/chinese-util

PHP 中文工具包，支持汉字转拼音、拼音分词、简繁互转、数字转换、金额数字转换。

511109.2k3](/packages/yurunsoft-chinese-util)[bnomei/autoloader-for-kirby

Helper to automatically load various Kirby extensions in a plugin

185.7k2](/packages/bnomei-autoloader-for-kirby)

PHPackages © 2026

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