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

Abandoned → [paooolino/webengine](/?search=paooolino%2Fwebengine)Library[Utility &amp; Helpers](/categories/utility)

paooolino/machine
=================

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

Since Jul 22Pushed 5y ago1 watchersCompare

[ Source](https://github.com/paooolino/WebEngine)[ Packagist](https://packagist.org/packages/paooolino/machine)[ Docs](https://github.com/paooolino/WebEngine)[ RSS](/packages/paooolino-machine/feed)WikiDiscussions master Synced 3w 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

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

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

2901d 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-machine/health.svg)

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

###  Alternatives

[laravel/framework

The Laravel Framework.

34.8k543.8M19.8k](/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.6M560](/packages/shopware-core)[grumpydictator/firefly-iii

Firefly III: a personal finances manager.

23.9k69.5k](/packages/grumpydictator-firefly-iii)[unopim/unopim

UnoPim Laravel PIM

10.5k2.4k](/packages/unopim-unopim)[oat-sa/tao-core

TAO core extension

66143.7k120](/packages/oat-sa-tao-core)

PHPackages © 2026

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