PHPackages                             attla/cookier - 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. attla/cookier

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

attla/cookier
=============

Powerful wrapper for improved cookie integration on Laravel.

114PHP

Since Nov 27Pushed 1y ago1 watchersCompare

[ Source](https://github.com/attla/cookier)[ Packagist](https://packagist.org/packages/attla/cookier)[ RSS](/packages/attla-cookier/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Cookier
=======

[](#cookier)

[![License](https://camo.githubusercontent.com/891419a00e04aa0e311068fa8a04eec92cab4f7026c76278279bf2a1da50e578/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d6c69676874677265792e737667)](LICENSE)[![Latest Stable Version](https://camo.githubusercontent.com/f65d28482a2298caae967b800c5296d189beac4b62cc56f2d23a9d3d504f33b4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6174746c612f636f6f6b696572)](https://packagist.org/packages/attla/cookier)[![Total Downloads](https://camo.githubusercontent.com/196cbad9aa393118a375f16d9dba35b30067be5ac2954428ad659b2c353fda5f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6174746c612f636f6f6b696572)](https://packagist.org/packages/attla/cookier)

🍪 Powerful wrapper for improved cookie integration on Laravel.

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

[](#installation)

```
composer require attla/cookier
```

Usage
-----

[](#usage)

This wrapper use same functionality as the Laravel cookie facade but a little incremented.

```
// on setting a cookie you can retrieve the cookie while set it
$httpCookie = \Cookier::set('user', 'nicolau');

// retrieve the cookie from request
$user = \Cookier::get('user', 'default');

// forget a cookie
\Cookier::forget('user');

// check if the cookie has queued
\Cookier::hasQueued('user');

// getting many cookies
$cookies = \Cookier::getMany([
    'user' => 'default',
    'password',
]);
```

All methods available on laravel cookie facade can be used.

License
-------

[](#license)

This package is licensed under the [MIT license](LICENSE) © [Zunq](https://zunq.com).

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance30

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity16

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/682727?v=4)[Andre Goncalves](/maintainers/nicolau)[@nicolau](https://github.com/nicolau)

---

Top Contributors

[![nicxlau](https://avatars.githubusercontent.com/u/17990891?v=4)](https://github.com/nicxlau "nicxlau (5 commits)")

---

Tags

cookielaravellaravel-package

### Embed Badge

![Health badge](/badges/attla-cookier/health.svg)

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

###  Alternatives

[jaeger/querylist-curl-multi

QueryList Plugin: Curl multi threading. QueryList Curl多线程插件

209.9k1](/packages/jaeger-querylist-curl-multi)

PHPackages © 2026

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