Libraries tagged by retry
kruegge82/billbee-php-sdk-api
23 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.
jansamnan/graphify
6 Downloads
A Laravel package to integrate Shopify's GraphQL API with built-in rate limiting and retry mechanisms.
hostingbe/php-restapi-sslstore
75 Downloads
php API REST client to connect to sslstore API, including logging and retry functionality. SSLstore supplies you with more than 100 certificates to offer to your clients
hostingbe/php-api
21 Downloads
PHP API client to connect to HostingBE's API, including logging and retry functionality.
hostingbe/api-client-certificatemanager
53 Downloads
php API REST client to connect to CertificateManager.net API, including logging and retry functionality. CertificateManager supplies you with more than 100 certificates and SSL tools to offer to your clients
hoss/php-agent
109 Downloads
Hoss tracks and manages 3rd party API. It lets developers quickly add best practicesin integrating with 3rd party API, for example: logging, alerting, auto retry, request queuing and more
edrard/curl
6 Downloads
Small Curl library with Multicurl and Retrying
divineomega/attempt
4 Downloads
Attempt to run a function, retrying if needed
den-kuz/symfony-messenger-configurable-strategy
5 Downloads
Configurable retry strategy for symfony/messenger component
serendipity_hq/then-when
2750 Downloads
A library to calculate the time of next retry in apps that need to be fault tolerant and retry failed attempts of doing something.
mkelcik/trf-consumer-base
672 Downloads
Foundation for simple try-retry-fail MQ consumer
mikeevstropov/guzzle
16 Downloads
Retrying behavior for Guzzle
phpdocumentor/reflection-docblock
657811132 Downloads
With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.
embed/embed
9048496 Downloads
PHP library to retrieve page info using oembed, opengraph, etc
spatie/laravel-analytics
4929710 Downloads
A Laravel package to retrieve Google Analytics data.