php-tokio/README.md

15 lines
629 B
Markdown
Raw Normal View History

2023-08-27 17:04:51 +02:00
# php-tokio - Use any async Rust library from PHP!
2023-08-27 16:23:04 +02:00
Created by Daniil Gentili ([@danog](https://github.com/danog)).
This library allows you to use any async rust library from PHP, asynchronously.
It's fully integrated with [revolt](https://revolt.run): this allows full compatibility with [amphp](https://amphp.org), [PSL](https://github.com/azjezz/psl) and reactphp.
## Usage
## Built with php-tokio
Here's a list of async PHP extensions built with php-tokio (add yours by editing this file!):
- [nicelocal/mongo-php-async-driver](https://github.com/Nicelocal/mongo-php-async-driver) - An async MongoDB PHP extension