PHPackages                             paooolino/webengine - 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. paooolino/webengine

ActiveLibrary

paooolino/webengine
===================

1.0.x-dev(7y ago)01861Apache-2.0PHP

Since Jul 22Pushed 5y ago1 watchersCompare

[ Source](https://github.com/paooolino/WebEngine)[ Packagist](https://packagist.org/packages/paooolino/webengine)[ Docs](https://github.com/paooolino/WebEngine)[ RSS](/packages/paooolino-webengine/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (3)Dependencies (9)Versions (2)Used By (0)

```
# Installing

	composer require paooolino/webengine:dev-master

# Usage

## index.php

	require("vendor/autoload.php");

	$engine = new \WebEngine\WebEngine();

	$engine->addPage("/", function() {
		return [
			"template" => "page.php",
			"data" => [
				"content" => "Hello, world!"
			]
		];
	});

	$engine->run();

## templates/default/page.php

	{{content}}

# Serving

	php -S locahost:8000

# For developers

**composer start**

	starts the php built-in server for localhost:8000 pointing to the example/
	directory

**composer phpunit**

	launch tests for the main WebEngine class and generate code coverage in coverage/engine

**composer phpunit_plugins**

	launch tests for plugins and generate code coverage in coverage/plugins

**composer generatedoc**

	generate docs in the doc/ directory

**composer phpcbf**

	auto-correct source code to match pear standards

**compose phpcs**

	check for errors in code standars
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity48

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

2854d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/20535e0878c63c159e9df59baeddda59dcad21c7c7222747b33b4e500ef50797?d=identicon)[paooolino](/maintainers/paooolino)

---

Top Contributors

[![paooolino](https://avatars.githubusercontent.com/u/1051471?v=4)](https://github.com/paooolino "paooolino (99 commits)")

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/paooolino-webengine/health.svg)

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

###  Alternatives

[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[google/cloud

Google Cloud Client Library

1.2k16.2M53](/packages/google-cloud)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)[shlinkio/shlink

A self-hosted and PHP-based URL shortener application with CLI and REST interfaces

4.8k4.3k](/packages/shlinkio-shlink)[flarum/core

Delightfully simple forum software.

211.3M1.9k](/packages/flarum-core)[buckaroo/sdk

Buckaroo payment SDK

12189.1k9](/packages/buckaroo-sdk)

PHPackages © 2026

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