PHPackages                             rapidez/guest-wishlist - 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. rapidez/guest-wishlist

ActiveLibrary

rapidez/guest-wishlist
======================

Rapidez Guest Wishlist

4.0.0(11mo ago)0316↓50%2BladePHP ^8.0

Since May 2Pushed 6mo ago3 watchersCompare

[ Source](https://github.com/rapidez/guest-wishlist)[ Packagist](https://packagist.org/packages/rapidez/guest-wishlist)[ Docs](https://rapidez.io)[ RSS](/packages/rapidez-guest-wishlist/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (5)Dependencies (1)Versions (8)Used By (0)

Rapidez Guest Wishlist
======================

[](#rapidez-guest-wishlist)

Wishlist for guests where product SKU's will be stored in local storage. There is no cart merging when logging in!

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

[](#installation)

```
composer require rapidez/guest-wishlist

```

The wishlist can be found at `/wishlist`

### Product page

[](#product-page)

To add a wishlist toggle button on the product page just include the button view and specify where the sku can be found as Javascript variable in: `resources/views/vendor/rapidez/product/overview.blade.php`

```
@include('rapidez-guestwishlist::button', ['sku' => 'config.product.sku'])

```

### Product listing

[](#product-listing)

The same for the product listing `resources/views/vendor/rapidez/listing/partials/item.blade.php`

```
@include('rapidez-guestwishlist::button', ['sku' => 'item.sku'])

```

### Wishlist count

[](#wishlist-count)

If you'd like to display a wishlist button with a count (for example in the header) you can use this:

```

        @{{ wishlist.length }}
        0

```

Views
-----

[](#views)

You can publish the views with:

```
php artisan vendor:publish --provider="Rapidez\GuestWishlist\GuestWishlistServiceProvider" --tag=views

```

License
-------

[](#license)

GNU General Public License v3. Please see [License File](LICENSE) for more information.

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance61

Regular maintenance activity

Popularity16

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 71.4% 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 ~127 days

Recently: every ~65 days

Total

7

Last Release

338d ago

Major Versions

0.2.0 → 2.0.02024-09-17

2.0.0 → 3.0.02025-04-10

3.x-dev → 4.0.02025-06-05

PHP version history (2 changes)0.1.0PHP ^8.0|^8.1

3.0.0PHP ^8.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/72222911?v=4)[Rapidez](/maintainers/rapidez)[@rapidez](https://github.com/rapidez)

---

Top Contributors

[![royduin](https://avatars.githubusercontent.com/u/1703233?v=4)](https://github.com/royduin "royduin (10 commits)")[![indykoning](https://avatars.githubusercontent.com/u/15870933?v=4)](https://github.com/indykoning "indykoning (3 commits)")[![danielsmink](https://avatars.githubusercontent.com/u/2118314?v=4)](https://github.com/danielsmink "danielsmink (1 commits)")

---

Tags

rapidez

### Embed Badge

![Health badge](/badges/rapidez-guest-wishlist/health.svg)

```
[![Health](https://phpackages.com/badges/rapidez-guest-wishlist/health.svg)](https://phpackages.com/packages/rapidez-guest-wishlist)
```

PHPackages © 2026

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