Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/renoki-co/clusteer
- Owner: renoki-co
- License: apache-2.0
- Created: 2020-07-02T16:09:50.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-11-13T17:29:19.000Z (about 1 year ago)
- Last Synced: 2024-11-07T12:48:56.256Z (7 days ago)
- Topics: browser, chrome, chromium, php, puppeteer, puppeteer-cluster, spatie
- Language: PHP
- Homepage:
- Size: 202 KB
- Stars: 88
- Watchers: 4
- Forks: 9
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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)