californiamountainsnake / manticore-http-client
This package is abandoned and no longer maintained.
No replacement package was suggested.
This is a simple PHP client library for Manticore search (based on Sphinx search).
1.0.0
2019-10-10 10:04 UTC
Requires
- php: ^7.2
- ext-curl: *
- ext-json: *
- californiamountainsnake/php-utils: ~1.0.5
Requires (Dev)
- ext-dom: *
- phpunit/phpunit: ^7.0
This package is auto-updated.
Last update: 2022-05-10 17:10:44 UTC
README
This is a simple PHP client library for Manticore search (based on Sphinx search).
Install:
Require this package with Composer
Install this package through Composer.
Edit your project's composer.json
file to require californiamountainsnake/manticore-http-client
:
{ "name": "yourproject/yourproject", "type": "project", "require": { "php": "^7.2", "californiamountainsnake/manticore-http-client": "*" } }
and run composer update
or
run this command in your command line:
composer require californiamountainsnake/manticore-http-client