Download the PHP package eliasfernandez/phphinder without Composer
On this page you can find all versions of the php package eliasfernandez/phphinder. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download eliasfernandez/phphinder
More information about eliasfernandez/phphinder
Files in eliasfernandez/phphinder
Package phphinder
Short Description A PHP powered lightweight search engine
License mit
Informations about the package phphinder
PHPhinder
A lightweight and modular search engine built in PHP.
Table of Contents
- About
- Features
- Installation
- Usage
- Configuration
- Examples
- Contributing
- License
About
PHPhinder is an open-source, lightweight, and modular search engine designed for PHP applications. It provides powerful search capabilities with a focus on simplicity, speed, and extensibility.
Features
- Full-text search for indexed documents.
- Support for advanced queries, including prefix queries, AND/OR/NOT combinations, and field-specific searches.
- Lightweight and efficient, with minimal dependencies.
- Easy integration with Symfony or other PHP frameworks.
- Highly extensible, allowing customization of query parsers and indexers.
- Fuzzy search. If no exact matches are found typo tolerance search is triggered
Installation
Install PHPhinder via Composer:
Usage
Here’s a simple example to demonstrate PHPhinder in action:
Configuration
PHPhinder offers several configuration options, including custom analyzers, tokenizers, and more. Refer to the manual for detailed instructions.
Contributing
Contributions are welcome! Please review the contribution guidelines before submitting pull requests.
License
PHPhinder is open-source software licensed under the MIT license.
All versions of phphinder with dependencies
doctrine/dbal Version ^3
toflar/state-set-index Version ^3.0
predis/predis Version ^2