PHPackages                             diepxuan/laravel-scavenger - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. diepxuan/laravel-scavenger

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

diepxuan/laravel-scavenger
==========================

The integrated web scraper package for Laravel.

0.0.4(2mo ago)15.0kMITPHP

Since Apr 20Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/diepxuan/laravel-scavenger)[ Packagist](https://packagist.org/packages/diepxuan/laravel-scavenger)[ RSS](/packages/diepxuan-laravel-scavenger/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (5)Used By (0)

Laravel Scavenger
=================

[](#laravel-scavenger)

Package web scraper tích hợp cho Laravel.

Mô tả ngắn gọn
--------------

[](#mô-tả-ngắn-gọn)

The integrated web scraper package for Laravel. Package cung cấp công cụ thu thập dữ liệu web (web scraping) với tích hợp các extension PHP cần thiết.

Chức năng chính
---------------

[](#chức-năng-chính)

- Cung cấp công cụ thu thập dữ liệu web (web scraping).
- Tích hợp với các extension PHP: iconv, json, dom.
- Có sẵn cấu trúc database cho factories và seeders (migration, factory, seeder).
- Helper (hiện chưa có nội dung).
- ServiceProvider (hiện trỏ đến CatalogServiceProvider, có thể nhầm lẫn).

Cài đặt / Sử dụng
-----------------

[](#cài-đặt--sử-dụng)

```
composer require diepxuan/laravel-scavenger
```

Package sử dụng ServiceProvider từ catalog (có thể nhầm lẫn). Hiện chưa có code chính thức trong src, cần phát triển thêm.

Sau khi cài đặt, có thể sử dụng các helper (nếu có) và cấu trúc database.

Cấu trúc thư mục
----------------

[](#cấu-trúc-thư-mục)

```
laravel-scavenger/
├── config/
│   └── config.php          # Cấu hình package (chỉ có name và namespace)
├── database/
│   ├── factories/          # Factory (chưa có file)
│   ├── migrations/         # Migration (chưa có file)
│   └── seeders/            # Seeder (chưa có file)
├── helpers.php             # Helper (hiện rỗng)
├── .gitignore
├── LICENSE
├── README.md
└── composer.json

```

Liên kết đến các package liên quan
----------------------------------

[](#liên-kết-đến-các-package-liên-quan)

Không có dependency ngoài các extension PHP (iconv, json, dom).

Ghi chú
-------

[](#ghi-chú)

Package này đang trong giai đoạn phát triển, chưa có code chính thức. Cần xem xét bổ sung các class scraping, tích hợp với thư viện như Goutte, Guzzle, hoặc Symfony DomCrawler. ServiceProvider hiện tại trỏ đến `Diepxuan\\Catalog\\Providers\\CatalogServiceProvider` có thể là sai, cần điều chỉnh.

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance85

Actively maintained with recent releases

Popularity19

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity30

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~103 days

Total

4

Last Release

78d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/90fcb59bfa8097c0e0dacd05f43901adb774dc4adb6172b2b743635f8f3d1d2e?d=identicon)[caothu159](/maintainers/caothu159)

---

Top Contributors

[![caothu159](https://avatars.githubusercontent.com/u/4988663?v=4)](https://github.com/caothu159 "caothu159 (9 commits)")

### Embed Badge

![Health badge](/badges/diepxuan-laravel-scavenger/health.svg)

```
[![Health](https://phpackages.com/badges/diepxuan-laravel-scavenger/health.svg)](https://phpackages.com/packages/diepxuan-laravel-scavenger)
```

###  Alternatives

[melchiorkokernoot/laravel-autowire-config

Allows configuration injection through auto-wired constructor arguments

1311.7k](/packages/melchiorkokernoot-laravel-autowire-config)[yaro/soc-share

Social network share link builder

101.9k](/packages/yaro-soc-share)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
