Apache CouchDB is a distributed, fault-tolerant and schema-free document-oriented database accessible via a RESTful HTTP/JSON API.
Written in an object orientated manner, it allows PHP developers to store data from their application in CouchDB databases.
Comes with robust, incremental replication with bi-directional conflict detection and resolution.
It is queryable and indexable using a table-oriented view engine with JavaScript acting as the default view definition language.
Requirements:
· PHP 5.2 or higher
· CouchDB 0.9 or higher
What's New in This Release: [ read full changelog ]
· Implemented #7: Delete document method is required.
· Implemented #12: fetchById does not check the type
· Implemented #13: Using include_docs parameter is not possible
· Implemented: Support for reduce parameter
· Fixed #9: Incorrect base64 encoding in import/export-tool
· Added: Bootstrap file setting up PHPillow autoload mechanism
· Added: Working simple example for storing and updating documents in a DB
· Documented: Behaviour of response classes