gitextract_9rujszq2/ ├── .coveralls.yml ├── .gitignore ├── .styleci.yml ├── .travis.yml ├── LICENSE ├── README.md ├── composer.json ├── phpunit.xml ├── src/ │ ├── Facades/ │ │ └── LaravelCrawlerDetect.php │ └── LaravelCrawlerDetectServiceProvider.php └── tests/ ├── UATests.php └── bootstrap.php