PHPackages                             fond-of-oryx/availability-alert - 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. fond-of-oryx/availability-alert

ActiveLibrary

fond-of-oryx/availability-alert
===============================

n/a

4.1.0(3y ago)017.3k↓33.3%3MITPHPPHP &gt;=8.0CI passing

Since May 3Pushed 1y ago1 watchersCompare

[ Source](https://github.com/fond-of-oryx/availability-alert)[ Packagist](https://packagist.org/packages/fond-of-oryx/availability-alert)[ RSS](/packages/fond-of-oryx-availability-alert/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (11)Versions (10)Used By (3)

Availability Module
===================

[](#availability-module)

[![PHP from Travis config](https://camo.githubusercontent.com/9d245815c30188a34e60692f24442c3fe7e92f9958d8a7a1d6f7463e7ed866b3/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f7068702d762f73796d666f6e792f73796d666f6e792e737667)](https://php.net/)[![license](https://camo.githubusercontent.com/850eae1099d2b05f53383473d7cd51f9bc1ab09b7d0d9e5122f1dd930efdcc6d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6d6173686170652f6170697374617475732e737667)](https://packagist.org/packages/fond-of-oryx/availability-alert)

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

[](#installation)

```
composer require fond-of-oryx/availability-alert

```

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

[](#configuration)

Register

- in src/Pyz/Yves/ShopApplication/ShopApplicationDependencyProvider.php =&gt; AvailabilityAlertFormWidget::class

```
    /**
     * @return string[]
     */
    protected function getGlobalWidgets(): array
    {
        return [
            ...
            AvailabilityAlertFormWidget::class,
        ];
    }

```

- in src/Pyz/Yves/Router/RouterDependencyProvider.php =&gt; AvailabilityAlertControllerProviderPlugin

```
    /**
     * @return \Spryker\Yves\RouterExtension\Dependency\Plugin\RouteProviderPluginInterface[]
     */
    protected function getRouteProvider(): array
    {
        return [
            ...
            new AvailabilityAlertControllerProviderPlugin(),
        ];
    }

```

Usage
-----

[](#usage)

Use widget in template

```
{% widget 'AvailabilityAlertFormWidget' args [data.product.idProductAbstract] %}{% endwidget %}

```

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance32

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community22

Small or concentrated contributor base

Maturity63

Established project with proven stability

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

Recently: every ~24 days

Total

9

Last Release

1106d ago

Major Versions

1.0.1 → 2.0.02022-01-04

2.0.0 → 3.0.02023-01-24

3.0.1 → 4.0.02023-03-22

3.0.2 → 4.0.12023-03-27

PHP version history (2 changes)1.0.0PHP &gt;=7.3

3.0.0PHP &gt;=8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/1c8ae669ad5d4e25d1564b2ee381e86fb88b3d9f132040a1a6b642de43b7a417?d=identicon)[daniel-rose](/maintainers/daniel-rose)

![](https://www.gravatar.com/avatar/2f5bd8b1a3358200680cbaf5d0dce827afb0569cc997877854354cc70bcf5a61?d=identicon)[julianzimmermann](/maintainers/julianzimmermann)

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

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

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

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

---

Top Contributors

[![julianhyatt](https://avatars.githubusercontent.com/u/54834203?v=4)](https://github.com/julianhyatt "julianhyatt (9 commits)")[![daniel-rose](https://avatars.githubusercontent.com/u/489806?v=4)](https://github.com/daniel-rose "daniel-rose (7 commits)")[![SpiderDan98](https://avatars.githubusercontent.com/u/40319023?v=4)](https://github.com/SpiderDan98 "SpiderDan98 (3 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")[![DerCalli](https://avatars.githubusercontent.com/u/35733274?v=4)](https://github.com/DerCalli "DerCalli (1 commits)")[![gengjozsef](https://avatars.githubusercontent.com/u/20280713?v=4)](https://github.com/gengjozsef "gengjozsef (1 commits)")

### Embed Badge

![Health badge](/badges/fond-of-oryx-availability-alert/health.svg)

```
[![Health](https://phpackages.com/badges/fond-of-oryx-availability-alert/health.svg)](https://phpackages.com/packages/fond-of-oryx-availability-alert)
```

###  Alternatives

[spryker/search

Search module

152.8M64](/packages/spryker-search)

PHPackages © 2026

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