# php-tokio - Use any async Rust library from PHP! 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. ## Example Here's an example, using the async Rust [reqwest](https://docs.rs/reqwest/latest/reqwest/) library to make asynchronous HTTP requests from PHP: ```php