PHPackages                             millerphp/laravel-browserless - 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. millerphp/laravel-browserless

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

millerphp/laravel-browserless
=============================

This is my package laravel-browserless

v1.0.0(1y ago)1215.4k↓70.9%5[2 issues](https://github.com/millerphp/laravel-browserless/issues)[2 PRs](https://github.com/millerphp/laravel-browserless/pulls)MITPHPPHP ^8.2CI failing

Since Apr 16Pushed 8mo ago4 watchersCompare

[ Source](https://github.com/millerphp/laravel-browserless)[ Packagist](https://packagist.org/packages/millerphp/laravel-browserless)[ Docs](https://github.com/millerphp/laravel-browserless)[ GitHub Sponsors](https://github.com/MillerPHP)[ RSS](/packages/millerphp-laravel-browserless/feed)WikiDiscussions main Synced 1w ago

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

Laravel Browserless SDK
=======================

[](#laravel-browserless-sdk)

A powerful Laravel package for interacting with the Browserless API, providing an elegant way to take screenshots, generate PDFs, analyze performance, and automate browser tasks.

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

[](#installation)

1. Install the package via Composer:

```
composer require millerphp/laravel-browserless
```

2. Publish the configuration file:

```
php artisan vendor:publish --provider="MillerPHP\LaravelBrowserless\BrowserlessServiceProvider"
```

3. Configure your environment variables in `.env`:

```
BROWSERLESS_API_KEY=your_api_key
BROWSERLESS_API_URL=https://chrome.browserless.io
```

Quick Start
-----------

[](#quick-start)

Take a screenshot:

```
use MillerPHP\LaravelBrowserless\Facades\Browserless;

$screenshot = Browserless::screenshot()
    ->url('https://example.com')
    ->send();
```

Generate a PDF:

```
$pdf = Browserless::pdf()
    ->url('https://example.com')
    ->send();
```

Analyze performance:

```
$performance = Browserless::performance()
    ->url('https://example.com')
    ->send();

$score = $performance->categoryScore('performance');
```

Documentation
-------------

[](#documentation)

- [Installation Guide](docs/01-installation.md) - Detailed installation and setup instructions
- [Usage Guide](docs/02-usage.md) - Basic usage examples and common features
- [API Reference](docs/03-api-reference.md) - Comprehensive API documentation
- [Configuration](docs/04-configuration.md) - Configuration options and environment variables
- [Advanced Usage](docs/05-advanced-usage.md) - Advanced features and customization
- [Testing](docs/06-testing.md) - Testing your Browserless integrations
- [Troubleshooting](docs/07-troubleshooting.md) - Common issues and solutions
- [Security](docs/08-security.md) - Security best practices
- [Performance](docs/09-performance.md) - Performance optimization guide

Features
--------

[](#features)

- **Screenshots**: Capture full-page or element-specific screenshots
- **PDF Generation**: Convert web pages to PDFs with custom options
- **Performance Analysis**: Analyze website performance using Lighthouse
- **Browser Automation**: Execute complex browser tasks using BQL
- **Custom Options**: Fine-tune every aspect of your requests
- **Error Handling**: Comprehensive error handling and logging
- **Testing Support**: Built-in testing utilities and mocking
- **Security**: Secure configuration and API key management
- **Performance**: Caching, batch processing, and resource optimization

Requirements
------------

[](#requirements)

- PHP 8.1 or higher
- Laravel 9.0 or higher
- Composer

License
-------

[](#license)

This package is open-sourced software licensed under the [MIT license](LICENSE.md).

###  Health Score

40

—

FairBetter than 86% of packages

Maintenance51

Moderate activity, may be stable

Popularity36

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 90.9% 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

419d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/78745a9705e508cfaa1f5f87e868a5c861eb74b8ad65e2d962f76452dee74070?d=identicon)[millerphp](/maintainers/millerphp)

---

Top Contributors

[![millerphp](https://avatars.githubusercontent.com/u/195583825?v=4)](https://github.com/millerphp "millerphp (10 commits)")[![Deveosys](https://avatars.githubusercontent.com/u/4124081?v=4)](https://github.com/Deveosys "Deveosys (1 commits)")

---

Tags

laravelMillerPHPlaravel-browserless

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/millerphp-laravel-browserless/health.svg)

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

###  Alternatives

[telnyx/telnyx-php

Official Telnyx PHP SDK — APIs for Voice, SMS, MMS, WhatsApp, Fax, SIP Trunking, Wireless IoT, Call Control, and more. Build global communications on Telnyx's private carrier-grade network.

35729.6k2](/packages/telnyx-telnyx-php)[anthropic-ai/sdk

Anthropic PHP SDK

155372.1k13](/packages/anthropic-ai-sdk)[openai-php/client

OpenAI PHP is a supercharged PHP API client that allows you to interact with the Open AI API

5.8k26.1M293](/packages/openai-php-client)[n1ebieski/ksef-php-client

PHP API client that allows you to interact with the API Krajowego Systemu e-Faktur

8554.6k](/packages/n1ebieski-ksef-php-client)[gotenberg/gotenberg-php

A PHP client for interacting with Gotenberg, a developer-friendly API for converting numerous document formats into PDF files, and more!

3835.9M26](/packages/gotenberg-gotenberg-php)[trycourier/courier

Courier PHP SDK

16654.8k](/packages/trycourier-courier)

PHPackages © 2026

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