Libraries tagged by threls
swancreative/laravel-wp-api
2851 Downloads
Laravel package for the Wordpress JSON REST API forked from threesquared
rich1888/disk-space-monitor
4 Downloads
Check the available disk space on the server, and alert when a threshold is met.
rawveg/module-upsellmotivator
29 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.
nebulosar/codeception-coverage-checker
428 Downloads
Extension for codeception. Can be used to fail tests if they are under the coverage threshold
martianatwork/laravel-wp-api
18 Downloads
Laravel package for the Wordpress JSON REST API forked from threesquared
mainstreamct/laravel-wp-api
20 Downloads
Laravel package for the Wordpress JSON REST API forked from threesquared then forked from mattwilding, adding support for WP Multisite configs.
kruegge82/billbee-php-sdk-api
14 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.
chapdel/slow-query-notifier
1 Downloads
Get notified if your Laravel app ever runs an objectively slow database call (configurable threshold)
bitsbeats/softfailer
6 Downloads
Library to suppress errors unless they exceed a certain threshold within a given time interval