An open API service indexing awesome lists of open source software.

https://github.com/astrixgame/php-search-engine

This is simple search engine written in PHP / HTML
https://github.com/astrixgame/php-search-engine

Last synced: 12 months ago
JSON representation

This is simple search engine written in PHP / HTML

Awesome Lists containing this project

README

          

# PHP Simple Search Engine
Simple PHP written search engine that can have multiple methods of searching.

## 🧐 Features
- Quick
- Multiple searching methods
- JSON format input

## 🧑🏻‍💻 Generating search data for testing
```bash
php createJson.php
```
This will generate JSON file from data defined in the php file.

## 🧑🏻‍💻 Usage
Open your browser and enter any words or sentences, hit Enter and you'll see results.

## 🛠️ Tech Stack
- [PHP](https://www.php.net/)

## ➤ License
Distributed under the Apache License. See [LICENSE](LICENSE) for more information.