Skip to content

Commit faf5732

Browse files
committed
Initial import
0 parents  commit faf5732

File tree

3 files changed

+1657
-0
lines changed

3 files changed

+1657
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# SphinxSearch PHP API
2+
3+
[SphinxSearch](http://sphinxsearch.com/) is a powerful serach engine to index MySQL and PostgreSQL
4+
databases.
5+
6+
This repository is used to make SphinxSearch API PHP Client available through
7+
[composer](http://getcomposer.org/).
8+
9+
# License
10+
11+
This is licensed under the GNU General Public License

composer.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"name": "neutron/sphinxsearch-api",
3+
"description": "SphinxSearch PHP API",
4+
"require": {
5+
"php": ">=4"
6+
},
7+
"type": "library",
8+
"keywords": ["Sphinx Search","search-engine","api"],
9+
"homepage": "http://sphinxsearch.com/",
10+
"version": "0.9.9",
11+
"authors": [
12+
{
13+
"name": "Andrew Aksyonoff",
14+
"homepage": "http://sphinxsearch.com/"
15+
}
16+
],
17+
"autoload": {
18+
"classmap": ["sphinxapi.php"]
19+
}
20+
}

0 commit comments

Comments
 (0)