PHPackages                             death\_satan/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. death\_satan/session

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

death\_satan/session
====================

Session Manage

v1.0.2(4y ago)03MITPHPPHP &gt;=7.4

Since Mar 15Pushed 4y ago1 watchersCompare

[ Source](https://github.com/zds-s/session)[ Packagist](https://packagist.org/packages/death_satan/session)[ RSS](/packages/death-satan-session/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependencies (1)Versions (4)Used By (0)

cookie和session的简单封装
===================

[](#cookie和session的简单封装)

安装
==

[](#安装)

---

```
composer require death_satan/session -vvv
```

---

使用
==

[](#使用)

---

```
$session = new \DeathSatan\Session\Session();
$session->set('aaa','bbb');//设置一个session
$session->delete('aaa');//删除session

$cookie = new \DeathSatan\Session\Cookie();

$cookie->set('aaa','bbb');//设置一个cookie
```

---

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

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

Every ~1 days

Total

3

Last Release

1523d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1491884?v=4)[Jari Juslin](/maintainers/zds)[@zds](https://github.com/zds)

---

Top Contributors

[![zds-s](https://avatars.githubusercontent.com/u/49744633?v=4)](https://github.com/zds-s "zds-s (3 commits)")

### Embed Badge

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

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

PHPackages © 2026

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