Here we use heavily SAG, with generally good satisfaction. https://github.com/sbisbee/sag
--- Andrea Brancatelli On 2018-08-01 14:43, Rene Veerman wrote: > 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.