You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by Apache Wiki <wi...@apache.org> on 2011/07/27 23:22:39 UTC

[Couchdb Wiki] Update of "Getting_started_with_PHP" by irakli

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for change notification.

The "Getting_started_with_PHP" page has been changed by irakli:
http://wiki.apache.org/couchdb/Getting_started_with_PHP?action=diff&rev1=22&rev2=23

Comment:
Added Settee PHP Library for CouchDB in the libraries list.

   * Sag for CouchDB: http://www.saggingcouch.com/ (Apache License 2.0)
   * Doctrine2 CouchDB ODM: http://github.com/doctrine/couchdb-odm
   * Chill: http://github.com/dancryer/Chill
+  * Settee: https://github.com/inadarei/settee
  
  == Setup ==
  To get this example code running you need to install CouchDB on your system and have it running on port 5984. If you use a different machine or port, change the first two lines of code to your specific values.