saheed / availability-check
Returns the available products with the conditions added in each service
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/saheed/availability-check
This package is auto-updated.
Last update: 2025-12-08 06:53:31 UTC
README
Returns the available products with the conditions added in each service
Basic Usage
Now we can check the product availabilty by 3 services.
- speed_greater_than -which means, product will be shown or listed only if product speed is greater than 'X'
- color_not - This service has a rule which checks if a product color is not X
- price_less_than - This service provides a check or rule for the price, say price should be less than 'X'
E.g;
//Get api/products?speed_greater_than=500&color_not=black&price_less_than=100
Installation
composer require saheed/availability-check
Migrate database
php artisan migrate:fresh