karpet/dezi-client-php

Dezi client for php

2.0.1 2016-02-17 02:33 UTC

This package is not auto-updated.

Last update: 2024-04-19 15:35:18 UTC


README

Dezi_Client is a PHP client for the Dezi search platform.

Copyright 2011 by Peter Karman. Release under the MIT license. See LICENSE file.

See http://dezi.org/

Developers

Running the test suite requires a local Dezi server running on port 5000 (the default). You must turn off autocommit for the test suite to work.

In one terminal window:

% dezi --no-ac

And then in another window:

% make test