Browse Source

update description

main
ghost 3 months ago
parent
commit
3e5095553b
  1. 9
      README.md
  2. 2
      composer.json

9
README.md

@ -1,2 +1,7 @@ @@ -1,2 +1,7 @@
# index-php
Manticore Database API
# Common Index API (DB model)
Versioned database toolkit to create and read Manticore index in different applications
Requirement for:
* [webapp](https://github.com/kvazar-network/webapp)

2
composer.json

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
{
"name": "kvazar/index",
"description": "Manticore Database API",
"description": "Common Index API (DB model)",
"type": "library",
"require": {
"manticoresoftware/manticoresearch-php": "^3.1"

Loading…
Cancel
Save