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

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

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
```

![](https://i.imgur.com/M5ZMCcJ.png)

![](https://i.imgur.com/AS0b4VT.png)

![](https://i.imgur.com/DyPSiwU.png)

## License

MIT