https://github.com/farisc0de/searchy
Simple PHP Search Engine
https://github.com/farisc0de/searchy
Last synced: 8 months ago
JSON representation
Simple PHP Search Engine
- Host: GitHub
- URL: https://github.com/farisc0de/searchy
- Owner: farisc0de
- License: mit
- Created: 2022-04-10T12:08:09.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-06T23:49:03.000Z (about 4 years ago)
- Last Synced: 2025-05-24T06:37:50.628Z (about 1 year ago)
- Language: PHP
- Homepage:
- Size: 14.6 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Searchy
PHP Search Engine
## Features
1. Basic Search Engine Features
2. Simple Crawler
3. Add Site Feature
## How to use
1. `$ composer update`
2. Update crawler/urls.txt with the urls you want to index like Alexa top 1000
3. Update config.php
4. Import search.sql to your database
5. Run `$ php crawler.php `
6. Enjoy
## Screenshots
```php
$ php crawler.php
Indexing https://www.google.com/
Indexing https://www.youtube.com/
Indexing https://www.facebook.com/
Indexing https://www.baidu.com/
Indexing https://www.wikipedia.org/
Indexing https://twitter.com/
Indexing https://www.yahoo.com/
Indexing https://www.instagram.com/
Indexing Finished
```



## License
MIT