How to connect php web application with couchbase sync gateway?

I have php web application. i want to use couchbase database. the web project connected with couchbase server but doesn’t connect with sync gateway. but i am unable to connect. anyone help me.
I am using
php->7.1.9
sync-gate way ->1.5.1
couchbase server ->5.0

Thank q.

sync gateway provide rest api, you can connect using rest api via php.

thank you. do you mean using 'Guzzle ’ ?

yes, you can use Guzzle to call sync gateway rest api.

Thank you atom_yang. it is working now :slight_smile: