I am going through the official documentation of couchbase: https://developer.couchbase.com/documentation/server/5.0/sdk/php/start-using-sdk.html
What I need is: I want to use php to insert, update, delete on couchbase data.
To configure my local machine I am following the following steps:
- go to: https://developer.couchbase.com/server/other-products/release-notes-archives/php-sdk
- trying to download: http://packages.couchbase.com/clients/php/php_couchbase-2.4.3-7.1-nts-vc14-x64.zip.
But in this url I am getting the following error message:
<Error>
<Code>NoSuchKey</Code>
<Message>The specified key does not exist.</Message>
<Key>
clients/php/php_couchbase-2.4.3-7.1-nts-vc14-x64.zip
</Key>
<RequestId>F7731108CC9B337B</RequestId>
<HostId>
UiCyDZHUww+WX36Lo+AGcX+8tKv0lhMBLUI4PK5+vNSJzwdPlz3Eow0bZBLMax6qmPhk4zQBFsc=
</HostId>
</Error>
I googled for 2 days. I am apologizing if I am asking such a question which should not be asked here. I am absolute beginner in couchbase. I am confidant with php and mysql. Any suggestion will be appreciated.
N.B: I am using PHP Version 7.2.0