PHPackages                             fajardm/scraperstore - 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. fajardm/scraperstore

ActiveLibrary

fajardm/scraperstore
====================

A scraper that copies content from online store

17PHP

Since Apr 16Pushed 10y ago2 watchersCompare

[ Source](https://github.com/fajardm/scraperstore)[ Packagist](https://packagist.org/packages/fajardm/scraperstore)[ RSS](/packages/fajardm-scraperstore/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

ScraperStore
============

[](#scraperstore)

[![Latest Version on Packagist](https://camo.githubusercontent.com/94cdeb7d0a44d08ed93ae1fb732e916d620566d48ac0f6c13c776bbc337c354f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f66616a6172646d2f7363726170657273746f72652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/fajardm/scraperstore)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/5f9f2444cdfb4aac80e250f70643bcce0be930d8d453fd9b3752d30ea9b43b79/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f66616a6172646d2f7363726170657273746f72652f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/fajardm/scraperstore)[![Coverage Status](https://camo.githubusercontent.com/0be25727a4bedc0936bc3f31b892a4559def223fac0176fc83d53a72370cc6b4/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f66616a6172646d2f7363726170657273746f72652e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/fajardm/scraperstore/code-structure)[![Quality Score](https://camo.githubusercontent.com/72b7888f16a71775d87eb1d4f21c8e9bf4f918d796185c50e3a2bd1df901d612/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f66616a6172646d2f7363726170657273746f72652e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/fajardm/scraperstore)[![Total Downloads](https://camo.githubusercontent.com/0391f5827c0e450f2f46785a51411a6bdbbd1422fc39f17b8da92e00adcd0568/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f66616a6172646d2f7363726170657273746f72652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/fajardm/scraperstore)

A scraper that copies content from online store.

Install
-------

[](#install)

Via Composer

First install [Goutte](https://github.com/FriendsOfPHP/Goutte)

```
$ composer require fajardm/scraperstore
```

Add providers

```
fajardm\ScraperStore\ScraperStoreServiceProvider::class,
```

Usage
-----

[](#usage)

Import

```
use fajardm\ScraperStore\Scraper;
```

```
$scrape = new Scrapper();
print_r($scrape->store("matahari_mall", "https://www.mataharimall.com/p-2/handphone?page=1&per_page=25&fq=brand_name:samsung"));
```

First parameter for store :

1. Matahari Mall = matahari\_mall
2. Bhineka = bhineka
3. Elevenia = elevenia

The second parameter is url that contains list product

Change log
----------

[](#change-log)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Testing
-------

[](#testing)

```
$ composer test
```

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) and [CONDUCT](CONDUCT.md) for details.

Security
--------

[](#security)

If you discover any security related issues, please email :author\_email instead of using the issue tracker.

Credits
-------

[](#credits)

- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/f09881123d94cf05641bd9b22f22cb211d8e5f01a9f93a805a7432e0aa9c5f61?d=identicon)[fajardm](/maintainers/fajardm)

---

Top Contributors

[![fajardm](https://avatars.githubusercontent.com/u/7954623?v=4)](https://github.com/fajardm "fajardm (10 commits)")

### Embed Badge

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

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

PHPackages © 2026

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