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.2.3(3w ago)08.0k5MITPHPPHP &gt;=8.5CI failing

Since Jun 6Pushed 2w 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 2w ago

READMEChangelog (9)Dependencies (13)Versions (13)Used By (5)

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, using `utopia-php/psr7` for PSR-7 messages and request/response helpers.

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)

```
