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. [Framework](/categories/framework)
4. /
5. paooolino/webengine

ActiveLibrary[Framework](/categories/framework)

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 2w 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 31% 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

2900d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1051471?v=4)[Paolo Savoldi](/maintainers/paooolino)[@paooolino](https://github.com/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

[laravel/framework

The Laravel Framework.

34.8k532.1M19.5k](/packages/laravel-framework)[shopware/platform

The Shopware e-commerce core

3.4k1.5M3](/packages/shopware-platform)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.4M528](/packages/shopware-core)[unopim/unopim

UnoPim Laravel PIM

10.5k2.2k](/packages/unopim-unopim)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k496.1k34](/packages/neuron-core-neuron-ai)[tempest/framework

The PHP framework that gets out of your way.

2.2k31.1k12](/packages/tempest-framework)

PHPackages © 2026

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