PHPackages                             gravita/notify-when-available - 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. [Mail &amp; Notifications](/categories/mail)
4. /
5. gravita/notify-when-available

ActiveSylius-plugin[Mail &amp; Notifications](/categories/mail)

gravita/notify-when-available
=============================

A Sylius plugin that enables the option of setting a future date when the product will be available. Users can add an email to notify then when the product can be purchased

0.1.0(8y ago)0111MITPHPPHP ^7.1

Since Feb 28Pushed 8y agoCompare

[ Source](https://github.com/SomosGravita/SyliusNotifyWhenAvailablePlugin)[ Packagist](https://packagist.org/packages/gravita/notify-when-available)[ RSS](/packages/gravita-notify-when-available/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (19)Versions (2)Used By (0)

 [ ![](https://camo.githubusercontent.com/a4329077e633cdba53c3302146fb9cdbb86c9da0f4087c264972d4987c78b726/687474703a2f2f64656d6f2e73796c6975732e6f72672f6173736574732f73686f702f696d672f6c6f676f2e706e67) ](http://sylius.org)

Plugin Skeleton
===============

[](#plugin-skeleton)

 [ ![](https://camo.githubusercontent.com/45592799cb1881308ef8b1ce6e08b639024e00e33775c63ed2d15736bd38f410/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f73796c6975732f706c7567696e2d736b656c65746f6e2e737667) ](https://packagist.org/packages/sylius/plugin-skeleton "License") [ ![](https://camo.githubusercontent.com/d59359615ace42c14997082e2aac4f3e29ccc38e7de9eacdf5249625a2eadf23/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f73796c6975732f706c7567696e2d736b656c65746f6e2e737667) ](https://packagist.org/packages/sylius/plugin-skeleton "Version") [ ![](https://camo.githubusercontent.com/cbac0b7d566bde9cf5723faeb603b1f94f5fb8376a824ae7a6d33cb2d2db3a80/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f53796c6975732f506c7567696e536b656c65746f6e2f6d61737465722e737667) ](http://travis-ci.org/Sylius/PluginSkeleton "Build status") [ ![](https://camo.githubusercontent.com/62c2b4efb8abb1b16e0dc48cc3514b47fd00d3ff5c38540ce43d6da5a19dc640/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f53796c6975732f506c7567696e536b656c65746f6e2e737667) ](https://scrutinizer-ci.com/g/Sylius/PluginSkeleton/ "Scrutinizer")

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

[](#installation)

1. Run `composer require gravita/notify-when-available`.
2. Add the plugin to AppKernel.php:

    ```
    public function registerBundles(): array
    {
        return array_merge(parent::registerBundles(), [

            // ...

            new \Gravita\SyliusNotifyWhenAvailablePlugin\GravitaSyliusNotifyWhenAvailablePlugin(),
        ]);
    }
    ```
3. Add the required resource files to your config.yml:

    ```
    imports:
       # ...
       - { resource: "@GravitaSyliusNotifyWhenAvailablePlugin/Resources/config/config.yml" }
       - { resource: "@GravitaSyliusNotifyWhenAvailablePlugin/Resources/config/resources.yml" }
    ```
4. Add the bundle routing file to your routing.yml

    ```
    gravita_notify_when_available_shop:
        resource: "@GravitaSyliusNotifyWhenAvailablePlugin/Resources/config/app/shop_routing.yml"
    ```
5. Update your database:

    ```
    php bin\console doctrine:schema:update --force
    ```

Usage
-----

[](#usage)

### Running plugin tests

[](#running-plugin-tests)

Once installed, the plugin adds two fields to the product variant form "Details" tab:

- Available from: this fields holds the message showed to the user if this product variant is not checked as "Available"
- Available for purchase: if this fields is **not checked** the message that is set on "Available from" will bee shown to the user. With this message will be a form to register an email on the notification list of the product variant.

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

2993d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e1ec88d6b7076deb040a483c596e59ad22c0fef85b68c3552c0f86705c94492f?d=identicon)[SomosGravita](/maintainers/SomosGravita)

---

Top Contributors

[![oblanco115](https://avatars.githubusercontent.com/u/28531330?v=4)](https://github.com/oblanco115 "oblanco115 (2 commits)")

###  Code Quality

TestsPHPUnit

Code StyleECS

### Embed Badge

![Health badge](/badges/gravita-notify-when-available/health.svg)

```
[![Health](https://phpackages.com/badges/gravita-notify-when-available/health.svg)](https://phpackages.com/packages/gravita-notify-when-available)
```

###  Alternatives

[tijsverkoyen/css-to-inline-styles

CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.

5.8k505.3M228](/packages/tijsverkoyen-css-to-inline-styles)[minishlink/web-push

Web Push library for PHP

1.9k12.0M52](/packages/minishlink-web-push)[mattketmo/email-checker

Throwaway email detection library

2742.0M5](/packages/mattketmo-email-checker)[netflie/laravel-notification-whatsapp

Laravel notification driver for WhatsApp

176173.9k](/packages/netflie-laravel-notification-whatsapp)[opcodesio/mail-parser

Parse emails without the mailparse extension

216.8M8](/packages/opcodesio-mail-parser)[bitbag/mailchimp-plugin

MailChimp plugin for Sylius.

4463.9k](/packages/bitbag-mailchimp-plugin)

PHPackages © 2026

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