api-clients/fauxton

Async version of chemem/fauxton-client built on top of ReactPHP.

Maintainers

👁 WyriHaximus

Package info

github.com/php-api-clients/fauxton

pkg:composer/api-clients/fauxton

Statistics

Installs: 17

Dependents: 0

Suggesters: 0

Stars: 4

Open Issues: 1

dev-master / 1.0.x-dev 2019-02-28 21:50 UTC

Requires (Dev)

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT 9d0938e82971190055f43f1773b10dd77254a40c

  • Lochemem Bruno Michael <lochbm.woop@gmail.com>

This package is auto-updated.

Last update: 2026-06-15 08:39:01 UTC


README

👁 Build Status
👁 codecov

Async version of the fauxton-client powered by ReactPHP. As such, it offers the cogencies of CouchDB interactions in a non-blocking IO environment.

Requirements

  • PHP 7.1+

Installation

The fauxton library is available on Packagist. To install it, type the following on your preferred command-line interface:

composer require php-api-clients/fauxton

Documentation

I advise that you read the official CouchDB documentation so as to better understand fauxton. Also, check out the examples in the examples folder for more perspective.

Running the unit tests

Follow the following steps:

  • Create a database called testdb

  • Type the following in a command line of your choosing:

vendor/bin/phpunit -c phpunit.xml.dist

Dealing with problems

Endeavor to create an issue on GitHub when the need arises or send an email to lochbm@gmail.com