Libraries tagged by await
omatech/fire-and-forget
3 Downloads
Send a post request with parameters async and without wait for a response
ngmy/laravel-job-response
452 Downloads
Add responses to Laravel Jobs - allowing your application to wait for a response from a dispatched job.
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.
kabudu/forecast-tools
4504 Downloads
Wrapper for Forecast.io API that supports many simultaneous API calls, substantially reducing wait time for any applications needing to look up weather conditions en masse.
jdeniau/api-platform-filter-validator
7026 Downloads
Validate APIPlatform filter values, waiting https://github.com/api-platform/core/pull/1723 to be merged
japmul/retries
12 Downloads
A small retry library with the possibility to wait before retrying.
hydreflab/documentarian
3897 Downloads
Waiting for official package upgrade to Laravel 8.x
hyde/cli
75 Downloads
Experimental Standalone Version of HydePHP - The Static Site Generator You've Been Waiting For
hobsrkm/laravel-framework
9 Downloads
The Laravel Framework. Removed WriterPDO for batch and Removed wait lock for update for batch transaction
fylhan/posibrain
21 Downloads
A re-usable tchatbot PHP implementation to never be alone again. Hum, wait... What?
funnylookinhat/purgatory
1030 Downloads
Where objects go to wait. Easily work with any cloud object-store.
fireandforget/faf
2216 Downloads
A simple way to send a request without waiting for a response.
fedot/process-runner
16 Downloads
Process runner with wait some text on output
evinkuraga/tmdb-laravel
243 Downloads
This is a fork of the package php-tmdb/laravel. Instead of waiting for the maintainer to update the php-tmdb/api package to reflect the latest changes from the API, I've decided to fix these. These packages are actively used for http://flixi.com, which means these we will be most likely maintaining these with regular updates as the TMDB api integrates new changes. Original Description: Laravel Package for TMDB ( The Movie Database ) API. Provides easy access to the wtfzdotnet/php-tmdb-api library.
eclipxe/php-soft-daemon
43 Downloads
PHP Library to wait for system signals and running code