PHPackages                             bear/helloworld - 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. bear/helloworld

ActiveLibrary

bear/helloworld
===============

n/a

0.1.0(11y ago)32proprietaryPHP

Since Mar 11Pushed 10y ago3 watchersCompare

[ Source](https://github.com/bearsunday/BEAR.HelloWorld)[ Packagist](https://packagist.org/packages/bear/helloworld)[ RSS](/packages/bear-helloworld/feed)WikiDiscussions master Synced 1w ago

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

BEAR.HelloWorld
===============

[](#bearhelloworld)

Hello World benchmarking for BEAR.Sunday

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

[](#installation)

Install project.

```
git clone https://github.com/bearsunday/BEAR.HelloWorld.git
cd BEAR.HelloWorld
composer install --no-dev --optimize-autoloader

```

start php server

```
php -S 127.0.0.1:8080 var/www/index.php

```

### test

[](#test)

Test raw page.

```
ab -t 10 -c 10 http://127.0.0.1:8080/raw

```

Test cached page **witout** Etag.

```
ab -t 10 -c 10 http://127.0.0.1:8080/

```

To test cached page **with** Etag, curl with `-v` option first.

```
curl -v http://127.0.0.1:8080/
* Hostname was NOT found in DNS cache
*   Trying 127.0.0.1...
* Connected to 127.0.0.1 (127.0.0.1) port 8080 (#0)
> GET / HTTP/1.1
> User-Agent: curl/7.38.0
> Host: 127.0.0.1:8080
> Accept: */*
>
< HTTP/1.1 200 OK
< Host: 127.0.0.1:8080
< Connection: close
< X-Powered-By: PHP/5.6.5
< Etag: 2669725389
< Last-Modified: Wed, 11 Mar 2015 01:40:14 GMT
< Content-type: text/html; charset=UTF-8
<

```

Request with `If-None-Match` header and found `Etag` value for testing.

```
ab -H "If-None-Match: 2669725389" -t 10 -c 10 http://127.0.0.1:8080/

```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity53

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

Unknown

Total

1

Last Release

4086d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/db4fc75ffc631168d0d7143b6f2c24b1534dfb921212bd851c026c5cbbb1344d?d=identicon)[koriym](/maintainers/koriym)

---

Top Contributors

[![koriym](https://avatars.githubusercontent.com/u/529021?v=4)](https://github.com/koriym "koriym (26 commits)")

---

Tags

benchmarkingphp-framework

### Embed Badge

![Health badge](/badges/bear-helloworld/health.svg)

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

###  Alternatives

[bear/skeleton

Skeleton application for BEAR.Sunday

1315.6k1](/packages/bear-skeleton)

PHPackages © 2026

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