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
- Host: GitHub
- URL: https://github.com/astrixgame/php-search-engine
- Owner: astrixgame
- License: apache-2.0
- Created: 2022-09-20T19:17:15.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-13T17:26:47.000Z (over 1 year ago)
- Last Synced: 2025-03-16T03:12:29.224Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.