Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/php-api-clients/fauxton
Asynchronous version of chemem/fauxton-client powered by ReactPHP.
https://github.com/php-api-clients/fauxton
async async-php couchdb couchdb-client fauxton fauxton-client hacktoberfest php-api php-api-clients reactphp reactphp-components
Last synced: about 1 month ago
JSON representation
Asynchronous version of chemem/fauxton-client powered by ReactPHP.
- Host: GitHub
- URL: https://github.com/php-api-clients/fauxton
- Owner: php-api-clients
- License: mit
- Created: 2019-02-05T13:29:35.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T02:47:39.000Z (about 1 year ago)
- Last Synced: 2024-05-21T00:53:05.329Z (7 months ago)
- Topics: async, async-php, couchdb, couchdb-client, fauxton, fauxton-client, hacktoberfest, php-api, php-api-clients, reactphp, reactphp-components
- Language: PHP
- Size: 1.36 MB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fauxton
[![Build Status](https://travis-ci.org/php-api-clients/fauxton.svg?branch=master)](https://travis-ci.org/php-api-clients/fauxton)
[![codecov](https://codecov.io/gh/php-api-clients/fauxton/branch/master/graph/badge.svg)](https://codecov.io/gh/php-api-clients/fauxton)Async version of the [fauxton-client](https://github.com/ace411/fauxton-client) powered by [ReactPHP](https://reactphp.org). 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](http://docs.couchdb.org)
so as to better understand fauxton. Also, check out the examples in the [examples folder](https://github.com/php-api-clients/fauxton-client/tree/master/examples) 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 [email protected]