If you are using CouchDB and, possibly, CouchDB-Lucene to create your PHP site then these tools might just make your life a little easier.
I've created this project because of lack of querying capabilities in CouchDB's Futon for views and Lucene extension. I also know I should've created a couch app, but this way was faster.
Here's a screen for CouchDB query helper and here's another for Lucene
-
Copy project folder to any web directory
-
Configure CouchDB access through config.php. Note that you may configure more than one database at a time.
<?php ... $cdb[0] = new couchClient("http://<user>:<pass>@<host>:<port>/", "<db_name>"); ?>
-
Just use it by running couch.php or lucene.php from your browser
Don't hesitate to submit your feedback, bugs reports and feature requests!
Thanks to the PHP-On-Couch project by dready92