Libraries tagged by threls
threshold/php-excel
51 Downloads
PHP Library to only write and only XLSX files, in a fast and scalable way, box/spout package served as a basis.
threespot/example-wordpress-composer
133 Downloads
Terminus build tools template for a Pantheon Composer WordPress application
therencemanzo/slowquerylogger
5 Downloads
This librabry will logged all slow queries based on the threshold
swancreative/laravel-wp-api
2855 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
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.
nebulosar/codeception-coverage-checker
429 Downloads
Extension for codeception. Can be used to fail tests if they are under the coverage threshold
martianatwork/laravel-wp-api
20 Downloads
Laravel package for the Wordpress JSON REST API forked from threesquared
mainstreamct/laravel-wp-api
23 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
24 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
9 Downloads
Library to suppress errors unless they exceed a certain threshold within a given time interval
beporter/coverage-ensure
261 Downloads
PHP CLI script that reads clover.xml coverage reports and returns non-zero when percent coverage is below specified threshold. Intended for use with automated test/build tools like Travis CI, Circle CI and Jenkins.