Libraries tagged by threshold
rich1888/disk-space-monitor
4 Downloads
Check the available disk space on the server, and alert when a threshold is met.
rawveg/module-upsellmotivator
30 Downloads
Displays messages to encourage customers to add more to their cart to qualify for deals/free shipping etc. The thresholds and deals are all fully configurable.
rafalmasiarek/threat-detector
4 Downloads
Heuristic, modular threat detection (signal-only) with weighted float scoring, predefined thresholds, and PSR-15 middleware for PSR-7 apps.
phdevutils/bir
4 Downloads
BIR (Bureau of Internal Revenue) tax utilities for the Philippines — VAT (12% / ₱3M threshold), percentage tax (3% standing, with historical 1% rate awareness), and a reference list of commonly-used BIR forms.
nebulosar/codeception-coverage-checker
429 Downloads
Extension for codeception. Can be used to fail tests if they are under the coverage threshold
mhinspeya/mhinspeya-brand-hyva
3 Downloads
Enterprise Magento 2 Brand Management solution with automated brand synchronization, configurable threshold-based visibility, brand categories, Top Brands, SEO-friendly brand pages, and full Hyvä Theme compatibility.
methorz/php-profiler
0 Downloads
Request-scoped performance profiling with detailed timing, memory tracking, percentile metrics, and intelligent threshold monitoring for PHP applications
magematch/magento2-inventory-alert
1 Downloads
Magento 2 module that monitors inventory thresholds and delivers scheduled low-stock digest emails to administrators.
lvandi/php-crap-checker
1 Downloads
A CLI tool to fail CI when PHP CRAP score exceeds a configured threshold.
laratables/laravel-shipping
2 Downloads
A weight-based shipping cost calculator for Laravel with database-driven weight bands, free shipping thresholds, flat-rate fallback and a global on/off toggle.
kruegge82/billbee-php-sdk-api
26 Downloads
Documentation of the Billbee REST API to connect a Billbee account to external aplications. ## Endpoint The Billbee API endpoint base url is https://api.billbee.io/api/v1 ## Activation You have to enable the API in the settings of your Billbee account. In addition you need a Billbee API Key identifying the application you develop. To get an API key, send a mail to [email protected] and send us a short note about what you are building. ## Authorization & security Because you can access private data with the Billbee API, every request has to be sent over https and must * Contain a valid API Key identifying the application/developer. It has to be sent as the HTTP header X-Billbee-Api-Key * Contain a valid user login with billbee username and api password in form of a basic auth HTTP header ## Throttling 50 calls per second for each API Key. 10 calls per second for each API Key in combination with Billbee user. Besides that each endpoint has a throttle of max 2 requests per second per combination of API Key and Billbee user. When you exceed the throttle threshold, the API will return a HTTP 429 status code and a Retry-After-Header indicating how many seconds you will have to wait before you can call the API again.
kreatif/laravel-queue-watchdog
21 Downloads
A Laravel package to monitor queue failures and send notifications based on thresholds and time windows.
johnfmorton/login-lockdown
64 Downloads
Prevents brute force password attacks on the Craft CMS control panel by tracking failed login attempts per IP address and blocking access after a configurable threshold.
claudiu-cristea/solar-relay
0 Downloads
Reads the live power from an inverter that supports Modbus/TCP API and turns ON or OFF a list of configured relays, depending on whether the measured produced power is between the configured thresholds.
chapdel/slow-query-notifier
1 Downloads
Get notified if your Laravel app ever runs an objectively slow database call (configurable threshold)