You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Symfony bundle for the [Crawler-Detect](https://github.com/JayBizzle/Crawler-Detect)
6
+
A Symfony bundle for the [Crawler-Detect](https://github.com/JayBizzle/Crawler-Detect"JayBizzle/Crawler-Detect")
7
7
library (detects bots/crawlers/spiders via the user agent).
8
8
9
9
## Table of contents
10
10
11
11
-[Introduction](#introduction)
12
12
-[Installation](#installation)
13
-
-[Step 1 : Download the Bundle](#step-1--download-the-bundle)
14
-
-[Step 2 : Enable the Bundle](#step-2--enable-the-bundle)
15
13
-[Usage](#usage)
16
14
-[Testing](#testing)
17
15
18
16
## Introduction
19
17
20
-
This Bundle integrates the [Crawler-Detect](https://github.com/JayBizzle/Crawler-Detect) library into Symfony.
18
+
This Bundle integrates the [Crawler-Detect](https://github.com/JayBizzle/Crawler-Detect"JayBizzle/Crawler-Detect")
19
+
library into Symfony.
21
20
It is **recommended** to read the lib's documentation before continuing here.
22
21
23
22
The aim of this bundle is to expose the [`CrawlerDetect`](https://github.com/JayBizzle/Crawler-Detect/blob/master/src/CrawlerDetect.php"Jaybizzle\CrawlerDetect\CrawlerDetect")
@@ -26,23 +25,13 @@ class as a service (`crawler_detect`) to make it easier to use with Symfony
26
25
27
26
## Installation
28
27
29
-
### Step 1 : Download the Bundle
30
-
31
-
Open a command console, enter your project directory and execute the
32
-
following command to download the latest stable version of this bundle:
0 commit comments