PHPackages                             phpscraper/phpscraper - 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. phpscraper/phpscraper

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

phpscraper/phpscraper
=====================

PHP based powerful scraper and web automation library

0.1.6-beta(8y ago)152GPLPHP

Since Aug 5Pushed 8y ago1 watchersCompare

[ Source](https://github.com/TheUltrasoft/PHPScraper)[ Packagist](https://packagist.org/packages/phpscraper/phpscraper)[ RSS](/packages/phpscraper-phpscraper/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (1)Dependencies (2)Versions (7)Used By (0)

PHPScraper
==========

[](#phpscraper)

PHPScraper is a **jQuery** like object oriented php scraper and web automation library.

If you are familiar with jQuery syntax, it will be a breeze for you to request a page, click on a link, process selected elements together and so on. If you have questions or problems with installation or usage [create an Issue](https://github.com/TheUltrasoft/PHPScraper/issues).

Installation:
-------------

[](#installation)

Currently PHPScraper in in *beta*. If you are using composer, you must set minimum-stability to `dev`. to get latest version. It is still not ready to use in production.

If you have composer installed run command:

```
composer require phpscraper/phpscraper

```

Or if you prefer to add it manually using `composer.json` add this:

```
"phpscraper/phpscraper": "*"

```

This will install the latest version (currently: v0.1.6-beta) of PHPScraper into your project.

Usage examples:
---------------

[](#usage-examples)

```
$engine = new \PHPScraper\Engine();
$engine->get('https://www.example.com/', NULL, function( $headers, $body ) {
    $body->find('a.some-link')->click(function ($headers, $body) {
        echo $body;
        // Do whatever you want to do
    });
});
```

Contribution
------------

[](#contribution)

If you want to contribute, feel free to fork, update and ask for pull request. Thank you.

Licence:
--------

[](#licence)

The source code is licensed under [GPLv3](https://www.gnu.org/licenses/gpl-3.0.en.html).

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 68.8% 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 ~9 days

Total

5

Last Release

3215d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/933193?v=4)[SUKANTA MANDAL](/maintainers/sukanta)[@SUKANTA](https://github.com/SUKANTA)

---

Top Contributors

[![sptutusukanta](https://avatars.githubusercontent.com/u/1691556?v=4)](https://github.com/sptutusukanta "sptutusukanta (22 commits)")[![ufxd-sukanta](https://avatars.githubusercontent.com/u/38549856?v=4)](https://github.com/ufxd-sukanta "ufxd-sukanta (10 commits)")

---

Tags

curlphpphpscraperscrapperwebautomation

### Embed Badge

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

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

PHPackages © 2026

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