PHPackages                             paumel/scrapper - 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. paumel/scrapper

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

paumel/scrapper
===============

Package to get info from URL

v0.0.4(6y ago)014MITPHPPHP ^7.1

Since Apr 21Pushed 6y ago1 watchersCompare

[ Source](https://github.com/paumel/scrapper)[ Packagist](https://packagist.org/packages/paumel/scrapper)[ RSS](/packages/paumel-scrapper/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (2)Versions (5)Used By (0)

Laravel package to scrape info from url
=======================================

[](#laravel-package-to-scrape-info-from-url)

> Use this package if you want to extract some HTML or JSON info from websites

---

Table of Contents
-----------------

[](#table-of-contents)

- [Installation](#installation)
- [Usage](#usage)
- [License](#license)

---

Installation
------------

[](#installation)

Install package to your root Laravel project directory

```
composer require paumel/scrapper
```

Usage
-----

[](#usage)

Import scraper class:

```
use Paumel\Scrapper\Scrapper;
```

If you want to scrape HTML data:

```
$scrapper = new Scrapper('http://test.com', 'html');
$data = $scrapper->find('a.test-class');
```

[More about selecting HTML elements](https://simplehtmldom.sourceforge.io/manual.htm)

If you want to scrape JSON data:

```
$scrapper = new Scrapper('http://test.com', 'json');
$data = $scrapper->find('json_parameter');
```

---

License
-------

[](#license)

[![License](https://camo.githubusercontent.com/1e1cb7bae9fc55a01fc5443d26e358dc21c129253bcfa9841db85c4f25aa2ecf/687474703a2f2f696d672e736869656c64732e696f2f3a6c6963656e73652d6d69742d626c75652e7376673f7374796c653d666c61742d737175617265)](http://badges.mit-license.org)

- **[MIT license](http://opensource.org/licenses/mit-license.php)**

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

 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 ~2 days

Total

4

Last Release

2205d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1619aa6efc6b65242be7a08e1bfb34b64dfd45b2119e23672734516056651479?d=identicon)[paumel](/maintainers/paumel)

---

Top Contributors

[![paumel](https://avatars.githubusercontent.com/u/25895063?v=4)](https://github.com/paumel "paumel (5 commits)")

### Embed Badge

![Health badge](/badges/paumel-scrapper/health.svg)

```
[![Health](https://phpackages.com/badges/paumel-scrapper/health.svg)](https://phpackages.com/packages/paumel-scrapper)
```

###  Alternatives

[google/cloud-core

Google Cloud PHP shared dependency, providing functionality useful to all components.

343121.4M79](/packages/google-cloud-core)[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

728272.9k20](/packages/civicrm-civicrm-core)[laracrafts/laravel-url-shortener

Powerful URL shortening tools in Laravel

97110.7k](/packages/laracrafts-laravel-url-shortener)[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)[soukicz/llm

LLM client with support for cache, tools and async requests

445.6k](/packages/soukicz-llm)

PHPackages © 2026

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