PHPackages                             homevip/cookie - 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. homevip/cookie

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

homevip/cookie
==============

Cookie 类

v1.0.0(5y ago)04MITPHPPHP ^7.0

Since Jul 26Pushed 5y ago1 watchersCompare

[ Source](https://github.com/homevip/cookie)[ Packagist](https://packagist.org/packages/homevip/cookie)[ Docs](https://github.com/homevip/cookie.git)[ RSS](/packages/homevip-cookie/feed)WikiDiscussions develop Synced 5d ago

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

##### 使用方法 \[支持连贯操作\]

[](#使用方法-支持连贯操作)

```
    $Cookie = Cookie::instance();

    // 存储
    $Cookie->set('key', 'test', [
        'expire' => 60 * 10
    ]);

    // 修改
    $Cookie->update('key', '李四', [
        'expire' => 60 * 10
    ]);

    // 删除
    $Cookie->del('key');

    // 删除全部
    $Cookie->delAll();

    // 读取
    $Cookie->get('key');

```

###  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

Unknown

Total

1

Last Release

2121d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3f533eaf32182fe4b8580df263df959f48aeaa02a1829501668c44b25ad9d116?d=identicon)[homevip](/maintainers/homevip)

---

Top Contributors

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

---

Tags

phplaravelhelperslibrary

### Embed Badge

![Health badge](/badges/homevip-cookie/health.svg)

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

###  Alternatives

[panphp/pan

A simple, lightweight, and privacy-focused product analytics php package.

1.2k94.6k5](/packages/panphp-pan)[jasonlam604/stringizer

Stringizer is a PHP string manipulation library with support for method chaining and multibyte handling

35110.5k1](/packages/jasonlam604-stringizer)[transprime-research/piper

PHP Pipe method execution with values from chained method executions

174.6k2](/packages/transprime-research-piper)

PHPackages © 2026

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