Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
JayBizzle committed Apr 23, 2015
1 parent b7c3382 commit c4eca11
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ CrawlerDetect
[![Build Status](https://img.shields.io/travis/JayBizzle/Crawler-Detect.svg?style=flat-square)](https://travis-ci.org/JayBizzle/Crawler-Detect) [![Total Downloads](https://img.shields.io/packagist/dt/JayBizzle/Crawler-Detect.svg?style=flat-square)](https://packagist.org/packages/jaybizzle/crawler-detect)
[![Scrutinizer Code Quality](https://img.shields.io/scrutinizer/g/JayBizzle/Crawler-Detect.svg?style=flat-square)](https://scrutinizer-ci.com/g/JayBizzle/Crawler-Detect/?branch=master) [![MIT](https://img.shields.io/badge/license-MIT-ff69b4.svg?style=flat-square)](https://github.com/JayBizzle/Crawler-Detect)

CrawlerDetect is a PHP class for detecting bots/crawlers/spiders via the user agent. Currently able to detect over 300 bots/spiders/crawlers.
CrawlerDetect is a PHP class for detecting bots/crawlers/spiders via the user agent. Currently able to detect over 330 bots/spiders/crawlers.

### Installation
Run `composer require jaybizzle/crawler-detect 1.*` or add `"jaybizzle/crawler-detect" :"1.*"` to your `composer.json`.
Expand Down Expand Up @@ -37,6 +37,14 @@ Failing that, just create an issue with the user agent you have found, and we'll
If you would like to use this with Laravel 5, please see [Laravel-Crawler-Detect](https://github.com/JayBizzle/Laravel-Crawler-Detect)

### Changelog
**v1.0.4**
- Added 'CrawlBot'
- Added ['Flamingo_SearchEngine'](http://www.flamingosearch.com/bot)
- Added 'python-requests'
- Added ['Seznam screenshot-generator'](http://fulltext.sblog.cz/screenshot/)
- Added ['SklikBot'](http://napoveda.sklik.cz/)
- Added ['trendictionbot'](http://www.trendiction.de/bot)

**v1.0.3**
- Added ['BUbiNG'](http://law.di.unimi.it/BUbiNG.html)
- Added ['Qwantify'](https://www.qwant.com/)
Expand Down

0 comments on commit c4eca11

Please sign in to comment.