PHPackages                             dahas/cookie\_management - 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. dahas/cookie\_management

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

dahas/cookie\_management
========================

Easy cookie handling.

1.0.1(9y ago)2371MITJavaScript

Since Dec 4Pushed 7y ago1 watchersCompare

[ Source](https://github.com/dahas/cookie_management)[ Packagist](https://packagist.org/packages/dahas/cookie_management)[ RSS](/packages/dahas-cookie-management/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (1)Dependencies (1)Versions (3)Used By (0)

Cookie Management
=================

[](#cookie-management)

A script to easily handle cookies.

Requirements
------------

[](#requirements)

- jQuery

Usage
-----

[](#usage)

- Include the file after the jQuery library:

```

```

- Make an instance:

```
var Cookie = new Cookie(name[, expDays, path]);
```

- Adding a value to the cookie (creates cookie, if it doesn´t exist):

```
Cookie.set(parameter, value);
```

- Reading a paramter from the cookie:

```
Cookie.get(parameter);
```

- Deleting a parameter and its value (removes the cookie, if no further parameters exist):

```
Cookie.clear(parameter);
```

- Remove the cookie:

```
Cookie.remove();
```

License
-------

[](#license)

MIT

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity64

Established project with proven stability

 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

2

Last Release

3447d ago

### Community

Maintainers

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

---

Top Contributors

[![dahas](https://avatars.githubusercontent.com/u/9695935?v=4)](https://github.com/dahas "dahas (24 commits)")

---

Tags

cookie-managementcookie-managercookies

### Embed Badge

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

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

###  Alternatives

[fullcalendar/fullcalendar

Full-sized drag &amp; drop event calendar

20.4k373.3k4](/packages/fullcalendar-fullcalendar)[eternicode/bootstrap-datepicker

A datepicker for Bootstrap

12.7k543.8k6](/packages/eternicode-bootstrap-datepicker)[vakata/jstree

jsTree is jquery plugin, that provides interactive trees.

5.2k1.8M11](/packages/vakata-jstree)[eonasdan/bootstrap-datetimepicker

Date/time picker widget based on twitter bootstrap

7.2k492.4k9](/packages/eonasdan-bootstrap-datetimepicker)[rmm5t/jquery-timeago

jQuery plugin that makes it easy to support automatically updating fuzzy timestamps (e.g. "4 minutes ago" or "about 1 day ago").

3.8k174.2k2](/packages/rmm5t-jquery-timeago)[mottie/tablesorter

tablesorter (FORK) is a jQuery plugin for turning a standard HTML table with THEAD and TBODY tags into a sortable table without page refreshes. tablesorter can successfully parse and sort many types of data including linked data in a cell.

2.6k223.5k](/packages/mottie-tablesorter)

PHPackages © 2026

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