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

ActiveLibrary

rapidez/wishlist
================

Rapidez Wishlist

4.1.0(10mo ago)02.2k5VuePHP ^8.0

Since Feb 17Pushed 5mo ago3 watchersCompare

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

READMEChangelog (10)Dependencies (2)Versions (28)Used By (0)

Rapidez Wishlist
================

[](#rapidez-wishlist)

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

[](#installation)

```
composer require rapidez/wishlist
```

After that you'll get:

- Wishlist button on a product item in listings
- Button on product pages on top of the image
- Wishlist account page

You can see here how that's implemented in various packages:

- [rapidez/core](https://github.com/search?q=repo%3Arapidez%2Fcore%20WishlistServiceProvider&type=code)
- [rapidez/account](https://github.com/search?q=repo%3Arapidez%2Faccount%20WishlistServiceProvider&type=code)

Optionally you could publish and change the views with

```
php artisan vendor:publish --provider="Rapidez\Wishlist\WishlistServiceProvider" --tag=views
```

### Showing the button somewhere else

[](#showing-the-button-somewhere-else)

Just include the button where you'd like it:

```
@include('rapidez::wishlist.button')
```

And make sure the required information is available, see the [button view](https://github.com/rapidez/wishlist/blob/master/resources/views/wishlist/button.blade.php).

### Wishlist items count

[](#wishlist-items-count)

You can get the count of the customer's wishlist items by using the wishlist component. This could be used somewhere in the header, example:

```

        @{{ itemsCount }}

```

###  Health Score

44

—

FairBetter than 92% of packages

Maintenance63

Regular maintenance activity

Popularity21

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 50% 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 ~49 days

Recently: every ~24 days

Total

26

Last Release

307d ago

Major Versions

0.5.4 → 1.x-dev2023-10-20

1.x-dev → 2.0.02024-05-23

2.1.2 → 3.0.02025-04-10

3.x-dev → 4.0.02025-05-20

PHP version history (4 changes)0.1.0PHP ^7.4

0.2.0PHP ^8.0|^8.1

2.1.0PHP ^8.0|^8.1|^8.2

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 (28 commits)")[![indykoning](https://avatars.githubusercontent.com/u/15870933?v=4)](https://github.com/indykoning "indykoning (14 commits)")[![BobWez98](https://avatars.githubusercontent.com/u/23509926?v=4)](https://github.com/BobWez98 "BobWez98 (3 commits)")[![claudio-ferraro](https://avatars.githubusercontent.com/u/54107647?v=4)](https://github.com/claudio-ferraro "claudio-ferraro (3 commits)")[![danielsmink](https://avatars.githubusercontent.com/u/2118314?v=4)](https://github.com/danielsmink "danielsmink (2 commits)")[![JimmyHoenderdaal](https://avatars.githubusercontent.com/u/101801301?v=4)](https://github.com/JimmyHoenderdaal "JimmyHoenderdaal (2 commits)")[![VincentBean](https://avatars.githubusercontent.com/u/3906942?v=4)](https://github.com/VincentBean "VincentBean (1 commits)")[![jordythevulder](https://avatars.githubusercontent.com/u/28647869?v=4)](https://github.com/jordythevulder "jordythevulder (1 commits)")[![quintenbuis](https://avatars.githubusercontent.com/u/36452184?v=4)](https://github.com/quintenbuis "quintenbuis (1 commits)")[![Roene-JustBetter](https://avatars.githubusercontent.com/u/85165259?v=4)](https://github.com/Roene-JustBetter "Roene-JustBetter (1 commits)")

---

Tags

rapidez

### Embed Badge

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

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

PHPackages © 2026

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