https://github.com/scriptfusion/async-throttle
:hourglass: Throttles async work throughput.
https://github.com/scriptfusion/async-throttle
async php throttle
Last synced: 9 months ago
JSON representation
:hourglass: Throttles async work throughput.
- Host: GitHub
- URL: https://github.com/scriptfusion/async-throttle
- Owner: ScriptFUSION
- Created: 2018-04-29T15:33:05.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-06-13T13:11:01.000Z (almost 3 years ago)
- Last Synced: 2025-06-21T10:47:33.652Z (9 months ago)
- Topics: async, php, throttle
- Language: PHP
- Homepage:
- Size: 94.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Async Throttle
==============
[![Latest version][Version image]][Releases]
[![Total downloads][Downloads image]][Downloads]
[![Build status][Build image]][Build]
[![Test coverage][Coverage image]][Coverage]
[![Code style][Style image]][Style]
Throttles async work throughput.
Version overview
----------------
| Version | Feature | Minimum PHP |
|:-------:|----------------------|:-----------:|
| 4 | Fiber support | 8.1 |
| 3 | `Throttle` interface | 7.1 |
| 2 | Rewrite | 7.1 |
| 1 | Draft | 7.1 |
[Releases]: https://github.com/ScriptFUSION/Async-Throttle/releases
[Version image]: https://poser.pugx.org/async/throttle/version "Latest version"
[Downloads]: https://packagist.org/packages/async/throttle
[Downloads image]: https://poser.pugx.org/async/throttle/downloads "Total downloads"
[Build]: https://github.com/ScriptFUSION/Async-Throttle/actions/workflows/Tests.yaml
[Build image]: https://github.com/ScriptFUSION/Async-Throttle/actions/workflows/Tests.yaml/badge.svg "Build status"
[Coverage]: https://coveralls.io/github/ScriptFUSION/Async-Throttle
[Coverage image]: https://coveralls.io/repos/ScriptFUSION/Async-Throttle/badge.svg "Test coverage"
[Style]: https://styleci.io/repos/131506544
[Style image]: https://styleci.io/repos/131506544/shield?style=flat "Code style"