Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rhildred/reverseindex
for search
https://github.com/rhildred/reverseindex
Last synced: 14 days ago
JSON representation
for search
- Host: GitHub
- URL: https://github.com/rhildred/reverseindex
- Owner: rhildred
- Created: 2015-10-14T02:27:35.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-08T14:40:08.000Z (almost 9 years ago)
- Last Synced: 2024-04-14T14:03:15.296Z (9 months ago)
- Language: PHP
- Size: 9.77 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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