Read and Write Data on IBM Cloudant with PHP
IBM Cloudant is a fully-managed, distributed database that runs as a service on IBM Cloud. It is based on Apache CouchDB (although it is not open source itself) and can be accessed using a standard HTTP REST API. If you’re building an application that uses IBM Cloudant as a data store, this REST API makes it easy to interact with the database service from any language that has an HTTP client library, even if that language doesn’t have a native driver or SDK for IBM Cloudant. ...