PHPackages                             rapidez/order-reminder - 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. rapidez/order-reminder

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

rapidez/order-reminder
======================

This package provides functionality within Rapidez to create order reminders for customers, prompting them to reorder products after a specified period.

5.0.2(3w ago)0294GPL-3.0PHPPHP ^8.2CI passing

Since May 1Pushed 3w ago4 watchersCompare

[ Source](https://github.com/rapidez/order-reminder)[ Packagist](https://packagist.org/packages/rapidez/order-reminder)[ Docs](https://github.com/rapidez/order-reminder)[ RSS](/packages/rapidez-order-reminder/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (4)Dependencies (4)Versions (6)Used By (0)

Rapidez Order Reminder
======================

[](#rapidez-order-reminder)

This package provides functionality within Rapidez to create order reminders for customers, prompting them to reorder products after a specified period.

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

[](#installation)

```
composer require rapidez/order-reminder

```

Configuration
-------------

[](#configuration)

You can publish the config with:

```
php artisan vendor:publish --tag=rapidez-order-reminder-config

```

Views
-----

[](#views)

You can publish the views with:

```
php artisan vendor:publish --tag=rapidez-order-reminder-views

```

Order Reminder Forms
--------------------

[](#order-reminder-forms)

### Product Detail Page

[](#product-detail-page)

To display the order reminder form on a product page, add the following to the product page, for example in `resources/views/vendor/rapidez/product/overview`:

```

```

This example adds the form with a default timespan of 2 automatically selected.

### Order Detail Page

[](#order-detail-page)

To create an order reminder from an order, you can add the following to the order template, for example in `resources/views/vendor/rapidez/account/order.blade.php`:

```

```

This makes it possible to add one or more products to an order reminder.

Order Reminder Confirmation and Management
------------------------------------------

[](#order-reminder-confirmation-and-management)

When an order reminder is added, a confirmation email will be sent to the provided email address. Once the order reminder is approved, it will appear in the account center at the URL `/account/order-reminders`. Here, users can view, edit and delete the order reminders.

Add to Cart
-----------

[](#add-to-cart)

A Vue component has been added to allow customers to add products from the order reminder email to the cart in one click. To enable this, add the following to the cart page:

```

```

###  Health Score

45

—

FairBetter than 91% of packages

Maintenance95

Actively maintained with recent releases

Popularity12

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~15 days

Total

5

Last Release

24d ago

Major Versions

4.x-dev → 5.0.02026-05-06

### 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 (4 commits)")[![indykoning](https://avatars.githubusercontent.com/u/15870933?v=4)](https://github.com/indykoning "indykoning (2 commits)")[![Jade-GG](https://avatars.githubusercontent.com/u/32514269?v=4)](https://github.com/Jade-GG "Jade-GG (2 commits)")[![claudio-ferraro](https://avatars.githubusercontent.com/u/54107647?v=4)](https://github.com/claudio-ferraro "claudio-ferraro (1 commits)")

---

Tags

rapidezorder-reminder

### Embed Badge

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

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

PHPackages © 2026

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