PHPackages                             workouse/availability-notifier-sylius - 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. workouse/availability-notifier-sylius

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

workouse/availability-notifier-sylius
=====================================

This plugin provides 'send notification when product is available' feature for products out of stock.

1.0.0(4y ago)65.3k5[2 issues](https://github.com/workouse/availability-notifier-sylius/issues)[1 PRs](https://github.com/workouse/availability-notifier-sylius/pulls)MITPHPPHP ^7.2

Since May 4Pushed 3y ago1 watchersCompare

[ Source](https://github.com/workouse/availability-notifier-sylius)[ Packagist](https://packagist.org/packages/workouse/availability-notifier-sylius)[ RSS](/packages/workouse-availability-notifier-sylius/feed)WikiDiscussions master Synced yesterday

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

availability-notifier-sylius
----------------------------

[](#availability-notifier-sylius)

[![Scrutinizer Code Quality](https://camo.githubusercontent.com/c32f79014ed61afbf6c9873fc9efde4cd62112c5cb0eb74d59f2ac60ae49d482/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f776f726b6f7573652f617661696c6162696c6974792d6e6f7469666965722d73796c6975732f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/workouse/availability-notifier-sylius/?branch=master)[![Build Status](https://camo.githubusercontent.com/f1b74a1206387f19fb000d3cae41eb5b20c143558f94d2097e447d8ac7f2b77f/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f776f726b6f7573652f617661696c6162696c6974792d6e6f7469666965722d73796c6975732f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/workouse/availability-notifier-sylius/build-status/master)

This plugin provides "send notification when product is available" feature for products out of stock.

Screenshots: [![](https://github.com/workouse/availability-notifier-sylius/raw/master/screenshot_1.png)](https://github.com/workouse/availability-notifier-sylius/blob/master/screenshot_1.png)[![](https://github.com/workouse/availability-notifier-sylius/raw/master/screenshot_2.png)](https://github.com/workouse/availability-notifier-sylius/blob/master/screenshot_2.png)[![](https://github.com/workouse/availability-notifier-sylius/raw/master/screenshot_3.png)](https://github.com/workouse/availability-notifier-sylius/blob/master/screenshot_3.png)

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

[](#installation)

```
$ composer require workouse/availability-notifier-sylius
```

Add plugin dependencies to your `config/bundles.php` file:

```
return [
    ...

    Workouse\AvailabilityNotifierPlugin\WorkouseAvailabilityNotifierPlugin::class => ['all' => true],
];
```

Import required config in your `config/packages/_sylius.yaml` file:

```
# config/packages/_sylius.yaml

imports:
    ...

    - { resource: "@WorkouseAvailabilityNotifierPlugin/Resources/config/config.yml" }
```

Import routing in your `config/routes.yaml` file:

```
# config/routes.yaml
...

workouse_availability_notifier_plugin:
    resource: "@WorkouseAvailabilityNotifierPlugin/Resources/config/routing.yml"
```

Finish the installation by updating the database schema and installing assets:

```
$ bin/console doctrine:migrations:diff
$ bin/console doctrine:migrations:migrate
$ bin/console cache:clear

```

Usage
-----

[](#usage)

You can use ` @WorkouseAvailabilityNotifierPlugin/_outOfStock.html.twig` template to enable adding/removing/displaying wishlist from the Twig UI.

For an example on how to do that, take a look at [these source files](https://github.com/workouse/availability-notifier-sylius/tree/master/tests/Application/templates/bundles/SyliusShopBundle/Product/Show).

Testing &amp; running the plugin
--------------------------------

[](#testing--running-the-plugin)

```
$ composer install
$ cd tests/Application
$ yarn
$ yarn build
$ bin/console assets:install public -e test
$ bin/console doctrine:database:create -e test
$ bin/console doctrine:schema:create -e test
$ bin/console server:run 127.0.0.1:8080 -d public -e test
$ open http://localhost:8080
$ vendor/bin/behat
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance13

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 78.6% 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

1470d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/41a38f57dd7761f20b08fede145a46265cbd296d0f4b155aec8ffb299ae14d69?d=identicon)[delirehberi](/maintainers/delirehberi)

---

Top Contributors

[![bykclk](https://avatars.githubusercontent.com/u/15069983?v=4)](https://github.com/bykclk "bykclk (11 commits)")[![delirehberi](https://avatars.githubusercontent.com/u/803964?v=4)](https://github.com/delirehberi "delirehberi (3 commits)")

---

Tags

phpsyliussylius-pluginsymfonysyliussylius-plugin

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/workouse-availability-notifier-sylius/health.svg)

```
[![Health](https://phpackages.com/badges/workouse-availability-notifier-sylius/health.svg)](https://phpackages.com/packages/workouse-availability-notifier-sylius)
```

###  Alternatives

[bitbag/mailchimp-plugin

MailChimp plugin for Sylius.

4463.9k](/packages/bitbag-mailchimp-plugin)[synolia/sylius-mail-tester-plugin

Mail Tester Plugin.

14142.2k1](/packages/synolia-sylius-mail-tester-plugin)[odiseoteam/sylius-mailchimp-plugin

Plugin for Sylius to add Mailchimp ecommerce features

1015.2k](/packages/odiseoteam-sylius-mailchimp-plugin)[webgriffe/sylius-akeneo-plugin

Plugin allowing to import products data from Akeneo PIM to your Sylius store.

2477.8k](/packages/webgriffe-sylius-akeneo-plugin)[webgriffe/sylius-table-rate-shipping-plugin

Provides table rate shipping calculator.

1490.4k](/packages/webgriffe-sylius-table-rate-shipping-plugin)

PHPackages © 2026

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