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 6d 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 57% 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

3539d 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

[eternicode/bootstrap-datepicker

A datepicker for Bootstrap

12.7k552.0k6](/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.2k500.2k9](/packages/eonasdan-bootstrap-datetimepicker)[nicolaskruchten/pivottable

Javascript Pivot Table (aka Pivot Grid, Pivot Chart, Cross-Tab) implementation with drag'n'drop.

4.4k223.4k1](/packages/nicolaskruchten-pivottable)[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.6k234.4k](/packages/mottie-tablesorter)[components/jqueryui

jQuery UI is a curated set of user interface interactions, effects, widgets, and themes built on top of the jQuery JavaScript Library. Whether you're building highly interactive web applications or you just need to add a date picker to a form control, jQuery UI is the perfect choice.

1775.9M61](/packages/components-jqueryui)

PHPackages © 2026

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