Libraries tagged by wait
waiterphp/builder
35 Downloads
waiterphp builder
waiterphp/app
35 Downloads
waiterphp应用开发框架
waiterphp/admin
37 Downloads
waiterphp后台类库
verdigado/gruene-api-client
120 Downloads
## OpenAPI Endpoints OpenAPI Spec in JSON OpenAPI Spec in YAML ### Offboarding Every service conntected to Grünes Netz needs to remove users when they are removed from `saml.gruene.de`. Connected services need to pull a list of users waiting for removal at least once a week. api.gruene.de needs to be informed whether the user did not exist or was removed. API tokens can be obtained from `[email protected]`.
switon/sync
43 Downloads
In-process channels, mutexes, wait groups, and stacks for coroutine-aware coordination for Switon Framework
robertbaelde/notificationtransactions
49 Downloads
Ability to wait with sending notifications until a specific action completes
ozankurt/laravel-modules-events
0 Downloads
Payment-agnostic event management for Laravel: events, tickets, applications, queue, waitlist, refunds, transfers, requirements, sponsors, announcements.
omatech/fire-and-forget
3 Downloads
Send a post request with parameters async and without wait for a response
ngmy/laravel-job-response
506 Downloads
Add responses to Laravel Jobs - allowing your application to wait for a response from a dispatched job.
mock-server/mockserver-testcontainers
0 Downloads
Testcontainers module for MockServer — starts a mockserver/mockserver Docker container, waits for readiness, and exposes connection helpers plus a ready-wired MockServer client.
maispace/mai-events
0 Downloads
Event management extension with list and detail views and iCal export. Supports event registration with waiting list. Categories use TYPO3 `sys_category`.
largerio/laravel-concurrent-limiter
0 Downloads
LaravelConcurrentLimiter is a lightweight Laravel middleware that limits concurrent requests per user (or IP). It delays requests until a slot is available or returns an error after a maximum wait time, protecting your app from resource exhaustion and ensuring fair usage under high load.
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.
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.