Well, CouchDB is not native to PHP, but it is native to the Internet. It stores data in JSON format, which can be directly converted to PHP objects. You can try this.
http://couchdb.apache.org/
If this does not help, find "NoSQL". This movement is using databases that are not relational.
source
share