rhildred/reverseindex

creates a reverse index from files found recursively or from json

dev-master 2016-03-08 14:40 UTC

This package is not auto-updated.

Last update: 2024-05-11 17:23:20 UTC


README

Uses SQLite database to hold a reverse index for a set of files or other data. To use this.

  • Add it to your composer.json file:

"rhildred/reverseindex": "dev-master"


  • create an index.php, possibly using slim

  • put some data in, possibly using postman

  • query the data, possibly using postman