karpet / dezi-client-php
Dezi client for php
Installs: 12
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 1
Forks: 1
Open Issues: 0
pkg:composer/karpet/dezi-client-php
Requires
- educoder/pest: 1.0.0
This package is not auto-updated.
Last update: 2025-10-03 22:20:22 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