Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/renoki-co/clusteer

Clusteer is a Puppeteer wrapper written for Laravel, with the super-power of parallelizing pages across multiple browser instances.
https://github.com/renoki-co/clusteer

browser chrome chromium php puppeteer puppeteer-cluster spatie

Last synced: about 13 hours ago
JSON representation

Clusteer is a Puppeteer wrapper written for Laravel, with the super-power of parallelizing pages across multiple browser instances.

Awesome Lists containing this project

README

        

Clusteer
========

![CI](https://github.com/renoki-co/clusteer/workflows/CI/badge.svg?branch=master)
[![codecov](https://codecov.io/gh/renoki-co/clusteer/branch/master/graph/badge.svg)](https://codecov.io/gh/renoki-co/clusteer/branch/master)
[![StyleCI](https://github.styleci.io/repos/276691681/shield?branch=master)](https://github.styleci.io/repos/276691681)
[![Latest Stable Version](https://poser.pugx.org/renoki-co/clusteer/v/stable)](https://packagist.org/packages/renoki-co/clusteer)
[![Total Downloads](https://poser.pugx.org/renoki-co/clusteer/downloads)](https://packagist.org/packages/renoki-co/clusteer)
[![Monthly Downloads](https://poser.pugx.org/renoki-co/clusteer/d/monthly)](https://packagist.org/packages/renoki-co/clusteer)
[![License](https://poser.pugx.org/renoki-co/clusteer/license)](https://packagist.org/packages/renoki-co/clusteer)

Clusteer is a Puppeteer wrapper written for PHP, with the super-power of parallelizing pages across multiple browser instances.

The package leverages [thomasdondorf/puppeteer-cluster](https://github.com/thomasdondorf/puppeteer-cluster), a Node.js module that allows you to build standby Puppeteer browsers that will open up pages,
making the process of using a browser a blazing-fast experience. ⚡

## 🤝 Supporting

**If you are using one or more Renoki Co. open-source packages in your production apps, in presentation demos, hobby projects, school projects or so, sponsor our work with [Github Sponsors](https://github.com/sponsors/rennokki). 📦**

[](https://github-content.renoki.org/github-repo/44)

## 📃 Documentation

[The entire documentation is available on Gitbook 🌍](https://rennokki.gitbook.io/clusteer)

## 🐛 Testing

``` bash
vendor/bin/phpunit
```

## 🤝 Contributing

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

## 🔒 Security

If you discover any security related issues, please email [email protected] instead of using the issue tracker.

## 🎉 Credits

- [Alex Renoki](https://github.com/rennokki)
- [All Contributors](../../contributors)