rhildred/reverseindex

creates a reverse index from files found recursively or from json

Maintainers

Package info

github.com/rhildred/reverseindex

pkg:composer/rhildred/reverseindex

Statistics

Installs: 6

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is not auto-updated.

Last update: 2026-03-01 03:26:26 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