found it! :) https://github.com/ibm-watson-data-lab/php-couchdb
https://stackoverflow.com/questions/3684749/creating-regular-users-in-couchdb now that allows me to create users and set their roles, but i haven't found yet how to edit the permissions on a given table (from PHP, using curl or php-couchdb). i'd much appreciate some tips here. On Wed, Aug 1, 2018 at 2:04 PM Rene Veerman <seductivea...@gmail.com> wrote: > What's a good way to connect to a couchdb from PHP? > > I've looked at PHP-on-Couch but it's GPL, and i want something MIT/LGPL > licensed instead. > > I also need something that allows me to add users to the couchdb itself, > and set permissions on new tables to specific users, > or my app is never going to be secure. >