Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bigbluehat/php-view-server
PHP View Server for CouchDB - design docs in PHP
https://github.com/bigbluehat/php-view-server
Last synced: about 2 months ago
JSON representation
PHP View Server for CouchDB - design docs in PHP
- Host: GitHub
- URL: https://github.com/bigbluehat/php-view-server
- Owner: BigBlueHat
- Created: 2011-01-07T22:20:47.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2011-01-10T21:09:57.000Z (almost 14 years ago)
- Last Synced: 2024-10-17T06:42:38.638Z (2 months ago)
- Language: PHP
- Homepage:
- Size: 93.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PHP View Server for CouchDB
Back in 2007, Jan Lehnardt started the process of building a [PHP-based View Server for CouchDB](http://jan.prima.de/~jan/plok/archives/93-CouchDb-Views-with-PHP.html). This is a continuation and update of that view server to work with CouchDB 0.11 and 1.x. So far, it's only been tested on 1.0.1, but you're welcome to test it elsewhere--I'd love to know how it goes.
So far:
* map functions work (a bit differently than JS...see below)
Known Issues:
* **only** map functions work
* map function must return an array of key/value pairs in array($key, $value) format--unlike JS which has an emit() accumulator function## License
Apache License 2.0