Skip to content
This repository has been archived by the owner on Nov 5, 2023. It is now read-only.

producttrap/browser

Repository files navigation

ProductTrap Browser Driver

Latest Version on Packagist Software License Build Status Static Analysis Total Downloads Buy us a tree

A basic chromium browser for ProductTrap

Install

Via Composer

composer require producttrap/browser

Usage

Some websites require a screen to exist and JS to be enabled, so HTTP clients like Guzzle aren't sufficient. ProductTrap drivers that require browsers will implement the ProductTrap\Contracts\RequiresBrowser interface. By default, no browser driver is specified, however this repository serves as a good default. It runs a headless chromium-browser and like all browser drivers it is fully configurable.

For an integration example, see Woolworths Australia driver (this feature is a WIP).

$browser = new Browser();
$scrape = $browser->scrape('https://example.org');

echo $scrape->result; // <html>...</html>

Change log

Please see CHANGELOG for more information on what has changed recently.

Testing

composer test

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email security@voke.dev instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

Treeware

You're free to use this package, but if it makes it to your production environment you are required to buy the world a tree.

It’s now common knowledge that one of the best tools to tackle the climate crisis and keep our temperatures from rising above 1.5C is to plant trees. If you support this package and contribute to the Treeware forest you’ll be creating employment for local families and restoring wildlife habitats.

You can buy trees here.

Read more about Treeware at treeware.earth.

About

A default basic chromium browser for ProductTrap drivers that require a browser to scrape product details

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages