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

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

dmitrymomot/cookie-helper
=========================

Simple class for working with cookie

v1.0.0(12y ago)17691MITPHPPHP &gt;=5.3.0

Since Apr 26Pushed 12y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (3)Used By (1)

cookie-helper
=============

[](#cookie-helper)

Simple class for working with cookie

Installation
------------

[](#installation)

This package is available via Composer:

```
{
    "require": {
        "dmitrymomot/cookie-helper": "1.*"
    }
}
```

Example of usage
----------------

[](#example-of-usage)

```
$cookie = new \Helper\Cookie;
$cookie->set('cookie_name', 'cookie test value');

// returns for the first time - 'default value', after page reload - 'cookie test value'
echo $cookie->get('cookie_name', 'default value');

// delete cookie
$cookie->delete('cookie_name');
```

License
-------

[](#license)

The MIT License (MIT). Please see [License File](https://github.com/dmitrymomot/cookie-helper/blob/master/LICENSE) for more information.

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity59

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

4398d ago

### Community

Maintainers

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

---

Top Contributors

[![dmitrymomot](https://avatars.githubusercontent.com/u/2080279?v=4)](https://github.com/dmitrymomot "dmitrymomot (3 commits)")

### Embed Badge

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

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

###  Alternatives

[mgallegos/laravel-jqgrid

Laravel jqGrid package allows you to easily integrate the popular jQuery Grid Plugin (jqGrid) into your Laravel application.

7115.5k1](/packages/mgallegos-laravel-jqgrid)[lifeonscreen/nova-sort-relations

This package improves support for sorting relations in Laravel Nova.

2081.9k](/packages/lifeonscreen-nova-sort-relations)

PHPackages © 2026

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