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

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

digphp/session
==============

php session

1.0.0(4y ago)0111GPL-3.0PHP

Since Mar 10Pushed 4y ago1 watchersCompare

[ Source](https://github.com/digphp/session)[ Packagist](https://packagist.org/packages/digphp/session)[ RSS](/packages/digphp-session/feed)WikiDiscussions master Synced today

READMEChangelog (1)DependenciesVersions (2)Used By (1)

Session操作类
==========

[](#session操作类)

提供便捷的session操作方法

安装
--

[](#安装)

```
composer require digphp/session
```

用例
--

[](#用例)

```
$session = new \DigPHP\Session\Session();
$session->set('foo', 'some val..');
$session->get('foo', 'default val.');
$session->has('foo');
$session->delete('foo');
```

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity49

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1576d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/101305162?v=4)[digphp](/maintainers/digphp)[@digphp](https://github.com/digphp)

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[gbprod/uuid-normalizer

Normalizer to serialize Ramsey Uuid with Symfony Serializer

32666.5k2](/packages/gbprod-uuid-normalizer)[fof/links

Manage Flarum primary navbar menu links

41132.7k2](/packages/fof-links)[flow-php/array-dot

PHP ETL - Array Dot functions

14514.6k6](/packages/flow-php-array-dot)[akh/typograf

Типография текста

1929.2k2](/packages/akh-typograf)

PHPackages © 2026

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