PHPackages                             utopia-php/client - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [HTTP &amp; Networking](/categories/http)
4. /
5. utopia-php/client

ActiveLibrary[HTTP &amp; Networking](/categories/http)

utopia-php/client
=================

A lightweight PSR-18 HTTP client with cURL and Swoole coroutine backends

0.1.0(1w ago)00MITPHPPHP &gt;=8.4CI failing

Since Jun 6Pushed 3d agoCompare

[ Source](https://github.com/utopia-php/client)[ Packagist](https://packagist.org/packages/utopia-php/client)[ RSS](/packages/utopia-php-client/feed)WikiDiscussions main Synced today

READMEChangelog (1)Dependencies (6)Versions (5)Used By (0)

Utopia Client
=============

[](#utopia-client)

Important

This repository is a read-only mirror of the [utopia-php monorepo](https://github.com/utopia-php/monorepo). Development happens in [`packages/client`](https://github.com/utopia-php/monorepo/tree/main/packages/client) — please open issues and pull requests there.

A small PSR-18 HTTP client for PHP 8.4+. cURL and Swoole coroutine transports, PSR-7 messages, and request/response helpers for JSON, XML, text, forms, and multipart.

Install
-------

[](#install)

```
composer require utopia-php/client
```

Use `ext-curl` for the cURL adapter and `ext-swoole` for the Swoole coroutine adapter.

Quick Start
-----------

[](#quick-start)

```
