The cURL library is required for the HTTP and HTTPS transports. The TCP transport is implemented with plain sockets and needs no extra library.
The JSON extension is required, which is bundled with PHP and always available as of PHP 8.0.0.
To use the msgpack packager, the
» msgpack extension
must be installed and Yar must be built with the
--enable-msgpack configure option.