PHPackages                             jez500/web-scraper-for-laravel-proxies - 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. jez500/web-scraper-for-laravel-proxies

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

jez500/web-scraper-for-laravel-proxies
======================================

Proxy provider drivers for jez500/web-scraper-for-laravel.

1.0.2(3mo ago)01↓92.3%MITPHPPHP ^8.2CI passing

Since Apr 3Pushed 3mo agoCompare

[ Source](https://github.com/jez500/web-scraper-for-laravel-proxies)[ Packagist](https://packagist.org/packages/jez500/web-scraper-for-laravel-proxies)[ RSS](/packages/jez500-web-scraper-for-laravel-proxies/feed)WikiDiscussions main Synced today

READMEChangelog (2)Dependencies (5)Versions (3)Used By (0)

Web Scraper for Laravel Proxies
===============================

[](#web-scraper-for-laravel-proxies)

Proxy provider drivers for [`jez500/web-scraper-for-laravel`](https://github.com/jez500/Web-scraper-for-Laravel).

This package is the companion package that will register named proxy-backed WebScraper drivers into a Laravel application via package auto-discovery.

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

[](#installation)

```
composer require jez500/web-scraper-for-laravel-proxies
```

Once installed, the package service provider registers any drivers listed in the internal driver registry with the base `web_scraper` factory.

Current State
-------------

[](#current-state)

The package scaffold and auto-registration flow are in place. The first concrete provider driver included is `oxylabs`.

Adding a Driver
---------------

[](#adding-a-driver)

1. Create a driver class that implements `Jez500\WebScraperForLaravel\Drivers\WebScraperDriverInterface`.
2. Add the driver alias and class to `Jez500\WebScraperForLaravelProxies\DriverRegistry::all()`.
3. The package service provider will automatically register that alias with WebScraper when the package boots.

Oxylabs
-------

[](#oxylabs)

The `oxylabs` driver uses the Oxylabs Web Scraper API realtime endpoint and authenticates with your API user credentials.

Add credentials to your Laravel app:

```
OXYLABS_USERNAME=your-username
OXYLABS_PASSWORD=your-password
```

Optionally publish the config:

```
php artisan vendor:publish --tag=web-scraper-proxies-config
```

Basic usage:

```
use Jez500\WebScraperForLaravel\Facades\WebScraper;

$scraper = WebScraper::driver('oxylabs')
    ->from('https://example.com')
    ->get();
```

Passing Oxylabs request options:

```
$scraper = WebScraper::driver('oxylabs')
    ->setOptions([
        'geo_location' => 'United States',
        'render' => 'html',
        'user_agent_type' => 'desktop',
    ])
    ->from('https://example.com')
    ->get();
```

The driver defaults to Oxylabs `source=universal`, but you can override it with `setOptions(['source' => 'google_search'])` or package config when using a target-specific source.

###  Health Score

36

—

LowBetter than 79% of packages

Maintenance82

Actively maintained with recent releases

Popularity1

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity47

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

Total

2

Last Release

92d ago

### Community

Maintainers

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

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/jez500-web-scraper-for-laravel-proxies/health.svg)

```
[![Health](https://phpackages.com/badges/jez500-web-scraper-for-laravel-proxies/health.svg)](https://phpackages.com/packages/jez500-web-scraper-for-laravel-proxies)
```

###  Alternatives

[lkallas/estonianpin

A simple library for processing Estonian Personal Identification Code (isikukood).

1617.5k](/packages/lkallas-estonianpin)

PHPackages © 2026

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