PHPackages                             fond-of-oryx/availability-checkout-validator - 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. [Validation &amp; Sanitization](/categories/validation)
4. /
5. fond-of-oryx/availability-checkout-validator

ActiveLibrary[Validation &amp; Sanitization](/categories/validation)

fond-of-oryx/availability-checkout-validator
============================================

Availability Checkout Validator module

2.0.0(3y ago)015.8kMITPHPPHP &gt;=8.0CI passing

Since Sep 2Pushed 1y ago1 watchersCompare

[ Source](https://github.com/fond-of-oryx/availability-checkout-validator)[ Packagist](https://packagist.org/packages/fond-of-oryx/availability-checkout-validator)[ RSS](/packages/fond-of-oryx-availability-checkout-validator/feed)WikiDiscussions main Synced 3d ago

READMEChangelogDependencies (3)Versions (4)Used By (0)

Availability Checkout Validator
===============================

[](#availability-checkout-validator)

[![license](https://camo.githubusercontent.com/a5681fc539441e88daf8718d73cf04d2a9be2240c6b3f04f867d83c560045dcd/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f666f6e642d6f662d6f7279782f617661696c6162696c6974792d636865636b6f75742d76616c696461746f722e737667)](https://packagist.org/packages/fond-of-oryx/availability-checkout-validator)

Provides plugin for checkout flow. The plugin checks the quote items for availability and if the items are sellable. If some item is not available or sellable the customer gets redirected to the cart page.

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

[](#installation)

```
composer require fond-of-oryx/availability-checkout-validator

```

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

[](#configuration)

Register plugin `AvailabilityCheckoutPreCheckPlugin` in `CheckoutDependencyProvider`

```
/**
     * @return \Spryker\Client\CheckoutExtension\Dependency\Plugin\CheckoutPreCheckPluginInterface[]
     */
    protected function getCheckoutPreCheckPlugins(): array
    {
        return [
            ...
            new AvailabilityCheckoutPreCheckPlugin(),
        ];
    }

```

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance30

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 57.1% 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 ~254 days

Total

3

Last Release

1258d ago

Major Versions

1.1.0 → 2.0.02023-01-24

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

2.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 (4 commits)")[![daniel-rose](https://avatars.githubusercontent.com/u/489806?v=4)](https://github.com/daniel-rose "daniel-rose (2 commits)")[![SpiderDan98](https://avatars.githubusercontent.com/u/40319023?v=4)](https://github.com/SpiderDan98 "SpiderDan98 (1 commits)")

### Embed Badge

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

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

###  Alternatives

[marcosh/php-validation-dsl

A DSL for validating data in a functional fashion

483.9k](/packages/marcosh-php-validation-dsl)

PHPackages © 2026

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