Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 789 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 789 Bytes

Vapm

  • A library support for PHP about Async, Promise, Coroutine, Thread, GreenThread and other non-blocking methods.
  • The method is based on Fibers & Generator & Processes, requires you to have php version from >= 8.1

Institutes supported by this library

Composer

composer require vennv/vapm

Next update?

  • Simply add some other asynchronous features so that this library is as similar to Javascript & Kotlin as possible.
  • If you have any features you'd like to contribute or have any ideas, please give me feedback. I will always update this project in the near future.

How to use my lib?

Credits