PHPackages                             tibinsunny/easyscrape - 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. tibinsunny/easyscrape

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

tibinsunny/easyscrape
=====================

A Library which can easily scrape website 🚀

1.0(5y ago)110mitPHPPHP &gt;=5.3.0

Since Feb 16Pushed 5y ago1 watchersCompare

[ Source](https://github.com/Tibinsunny/easyscrape)[ Packagist](https://packagist.org/packages/tibinsunny/easyscrape)[ RSS](/packages/tibinsunny-easyscrape/feed)WikiDiscussions master Synced today

READMEChangelog (1)DependenciesVersions (2)Used By (0)

EasyScrape 🚀
============

[](#easyscrape-)

Easyscrape is a simple php library which allows you to scrape website based on the DOM elements. All you need to know is the exact HTML tag in which the data is displayed.

Installation 💻
--------------

[](#installation-)

`composer require tibinsunny/easyscrape`

Usage 🔨
-------

[](#usage-)

```
   $instance = new easyScrape();
   $result=$instance->scrapeNow(URL,STARTING_TAG,ENDING_TAG);

```

URL should have http/https protocol

Sample Code ⚙
-------------

[](#sample-code-)

```

```

The above code dumps an array which contains the title "Google" as the function is asked to scrape the "TITLE" tag of google.com

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

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

Unknown

Total

1

Last Release

1964d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/49b9d2db42499c249a522fc7bb3fca94e57d4818def74122738f5a60ffd968fe?d=identicon)[tibinsunny](/maintainers/tibinsunny)

---

Top Contributors

[![Tibinsunny](https://avatars.githubusercontent.com/u/33937416?v=4)](https://github.com/Tibinsunny "Tibinsunny (15 commits)")

### Embed Badge

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

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

###  Alternatives

[phpmentors/domain-kata

Kata for domain models

73448.1k9](/packages/phpmentors-domain-kata)

PHPackages © 2026

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