PHPackages                             jtanjung/pehape - 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. jtanjung/pehape

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

jtanjung/pehape
===============

A collection of PHP libs

v2.1-beta(3y ago)0461PHP

Since May 9Pushed 3y ago1 watchersCompare

[ Source](https://github.com/jtanjung/pehape)[ Packagist](https://packagist.org/packages/jtanjung/pehape)[ Docs](https://github.com/jtanjung/pehape)[ RSS](/packages/jtanjung-pehape/feed)WikiDiscussions main Synced today

READMEChangelog (10)Dependencies (1)Versions (23)Used By (1)

Install
=======

[](#install)

Via Composer

```
composer require jtanjung/pehape

```

Contents
========

[](#contents)

This package contain several webdriver executable files which are needed by WebPageService to run its functionalities. As for the default webdrivers, please refer to these 3 different browser below:

- Chrome v90.x
- Firefox v75.0
- Opera v75.x

Links
-----

[](#links)

For other version of the webdriver, please follow these links below:

- [ChromeDriver](https://sites.google.com/a/chromium.org/chromedriver/downloads)
- [GeckoDriver for Firefox](https://github.com/mozilla/geckodriver/releases)
- [OperaDriver](https://github.com/operasoftware/operachromiumdriver/releases)

Note: The version of the browser and its driver must be compatible!

Example
-------

[](#example)

If you decide to use a different version of the browser and its version, you may use this code below as a reference:

```
use Pehape\Services\WebPageService;

$service = new WebPageService();
//$service->config->Setting->firefox->command = '{driver folder}/geckodriver'; // Geckodriver use 4444 as a default port
$service->config->Setting->chrome->command = '{driver folder}/chromedriver --port=4443'; // Set port 4443 for chrome
//$service->config->Setting->opera->command = '{driver folder}/operadriver --port=4445'; // Set port 4445 for opera

/** If you decide to use different ports, you also must change the host config value. e.g below: **/
/*
$service->config->Setting->chrome->command = '{driver folder}/chromedriver --port=5000';
//$service->config->Setting->opera->command = '{driver folder}/operadriver --port=5001';
$service->config->Setting->chrome->host = "http://localhost:5000";
//$service->config->Setting->opera->host = "http://localhost:5001";
*/

$service->Chrome()->Create();
$service->get('https://www.google.com/');
$service->quit();
```

See more examples [here](https://github.com/jtanjung/pehape/tree/main/tests)

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community9

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

Recently: every ~154 days

Total

21

Last Release

1175d ago

Major Versions

v0.9-beta → v1.0-beta2021-05-11

v1.9-beta → v2.0-beta2023-02-01

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/312535?v=4)[Julian Tanjung](/maintainers/jtanjung)[@jtanjung](https://github.com/jtanjung)

---

Top Contributors

[![jtanjung](https://avatars.githubusercontent.com/u/312535?v=4)](https://github.com/jtanjung "jtanjung (55 commits)")

### Embed Badge

![Health badge](/badges/jtanjung-pehape/health.svg)

```
[![Health](https://phpackages.com/badges/jtanjung-pehape/health.svg)](https://phpackages.com/packages/jtanjung-pehape)
```

###  Alternatives

[symplify/monorepo-builder

Not only Composer tools to build a Monorepo.

5205.3M82](/packages/symplify-monorepo-builder)

PHPackages © 2026

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