Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rhildred/reverseindex

for search
https://github.com/rhildred/reverseindex

Last synced: 14 days ago
JSON representation

for search

Awesome Lists containing this project

README

        

ReverseIndex
===

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