Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dedalozzo/eoc-client
The most advanced CouchDB Client Library.
https://github.com/dedalozzo/eoc-client
couchdb couchdb-client php
Last synced: about 1 month ago
JSON representation
The most advanced CouchDB Client Library.
- Host: GitHub
- URL: https://github.com/dedalozzo/eoc-client
- Owner: dedalozzo
- License: apache-2.0
- Created: 2012-10-09T21:31:16.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2022-05-30T22:16:59.000Z (over 2 years ago)
- Last Synced: 2024-06-23T17:24:41.557Z (6 months ago)
- Topics: couchdb, couchdb-client, php
- Language: PHP
- Homepage:
- Size: 700 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Latest Stable Version](https://poser.pugx.org/3f/eoc-client/v/stable.png)](https://packagist.org/packages/3f/eoc-client)
[![Latest Unstable Version](https://poser.pugx.org/3f/eoc-client/v/unstable.png)](https://packagist.org/packages/3f/eoc-client)
[![Build Status](https://scrutinizer-ci.com/g/dedalozzo/eoc-client/badges/build.png?b=master)](https://scrutinizer-ci.com/g/dedalozzo/eoc-client/build-status/master)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/dedalozzo/eoc-client/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/dedalozzo/eoc-client/?branch=master)
[![License](https://poser.pugx.org/3f/eoc-client/license.svg)](https://packagist.org/packages/3f/eoc-client)
[![Total Downloads](https://poser.pugx.org/3f/eoc-client/downloads.png)](https://packagist.org/packages/3f/eoc-client)Elephant on Couch Client
========================
EoC Client is the most advanced CouchDB Client Library.Composer Installation
---------------------To install EoC Client, you first need to install [Composer](http://getcomposer.org/), a Package Manager for
PHP, following those few [steps](http://getcomposer.org/doc/00-intro.md#installation-nix):```sh
curl -s https://getcomposer.org/installer | php
```You can run this command to easily access composer from anywhere on your system:
```sh
sudo mv composer.phar /usr/local/bin/composer
```EoC Client Installation
-----------------------
Once you have installed Composer, it's easy install EoC Client.1. Edit your `composer.json` file, adding EoC Client to the require section:
```sh
{
"require": {
"3f/eoc-client": "dev-master"
},
}
```
2. Run the following command in your project root dir:
```sh
composer update
```Documentation
-------------
The documentation can be generated using [Doxygen](http://doxygen.org). A `Doxyfile` is provided for your convenience.Requirements
------------
- PHP 5.4.0 or above.Authors
-------
Filippo F. Fadda - -License
-------
Lint is licensed under the Apache License, Version 2.0 - see the LICENSE file for details.