Module _02_quick_start

Source
Expand description

§Quick start

At the beginning, you need to:

  1. Be familiar with the Rust language.
  2. Know the general process of PHP extension development.

Here the tutorial will not explain the installation methods of Rust and PHP.

Modules§

_01_write_your_first_extension
Write your first extension
_02_write_a_simple_http_client
Write a simple http client