PHPackages                             tebe/pvc - 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. tebe/pvc

AbandonedArchivedLibrary

tebe/pvc
========

PVC - A minimal P\[HP\] \[M\]VC framework

v0.9.3(7y ago)184MITPHPPHP &gt;=7.2

Since Aug 18Pushed 7y ago1 watchersCompare

[ Source](https://github.com/tbreuss/pvc)[ Packagist](https://packagist.org/packages/tebe/pvc)[ RSS](/packages/tebe-pvc/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (10)Dependencies (7)Versions (14)Used By (0)

PVC
===

[](#pvc)

Lean **P**\[HP\] \[M\]**VC** framework using well-tried concepts in PHP.

[![Travis](https://camo.githubusercontent.com/537aaf97b3ad6f51daaf5cfdec8f41f5ac8218befbc5c8f146eef2c387605b0d/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f746272657573732f7076632e737667)](https://travis-ci.org/tbreuss/pvc)[![Scrutinizer](https://camo.githubusercontent.com/02512cccf41e1cade28f26c4886ca54325ae6194200193b742020e8e5d535ea2/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f746272657573732f7076632e737667)](https://scrutinizer-ci.com/g/tbreuss/pvc/)[![Packagist](https://camo.githubusercontent.com/a53dc823f80ec7e0079bf1aca8d108394b31978529fb3fc334bf59e6b22a4737/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f746562652f7076632e737667)](https://packagist.org/packages/tebe/pvc)[![GitHub (pre-)release](https://camo.githubusercontent.com/b98f63e2ff97954c0e0f6c7ce5fc2e083a7747d607923424d07d1036e7735a0e/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f746272657573732f7076632f616c6c2e737667)](https://github.com/tbreuss/pvc/releases)[![License](https://camo.githubusercontent.com/9f9ab41ccd094ca2f2bd3fb5ec4e45be8559a891069b6957777da3578f41cd04/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f746272657573732f7076632e737667)](https://github.com/tbreuss/pvc/blob/master/LICENSE)[![PHP from Packagist](https://camo.githubusercontent.com/168fb0babdbb70f69ac58031f60d704d995eeca78a4094cc23dbc971c99f90db/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f746562652f7076632e737667)](https://packagist.org/packages/tebe/pvc)

Features
--------

[](#features)

Beside controllers, an event dispatcher and a PHP two step view including view helpers and extensions PVC supports the following standards:

- PSR-7 HTTP message implementation
- PSR-15 HTTP server-side middlewares
- PSR-17 HTTP factories implementation

Others are planned.

Prerequisites
-------------

[](#prerequisites)

- PHP 7.2
- Composer
- \[Docker\]

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

[](#installation)

### Composer

[](#composer)

It is recommended to install PVC with Composer.

```
$ composer create-project tebe/pvc myproject

```

Running
-------

[](#running)

You can run the included example website with PHP's built-in server or Docker.

### PHP built-in server

[](#php-built-in-server)

Run the following command in terminal to start localhost web server:

```
$ cd myproject/example/public
$ php -S localhost:9999

```

Start your web browser and open

Stop the server by entering CTRL+C.

### Docker

[](#docker)

Start the example application stack using Docker Compose:

```
$ cd myproject
$ docker-compose up -d

```

Start your web browser and open

Stop the application stack:

```
$ cd myproject
$ docker-compose down

```

### Middlewares

[](#middlewares)

The example is using some middlewares.

For the BasicAuth middleware the Login details are:

```
Username: user
Password: pass

```

You're ready to go!

Testing &amp; Code quality
--------------------------

[](#testing--code-quality)

We've integrated several Composer scripts to ensure code quality.

```
# Using PHPUnit
$ composer phpunit

# Using PHP-Codesniffer
$ composer phpcs

# Fixing Codesniffer issues
$ composer phpcbf

# Using both together
$ composer test

```

Continuous Integration
----------------------

[](#continuous-integration)

PVC is using [Travis](https://travis-ci.org/tbreuss/pvc) for Continuous Integration.

License
-------

[](#license)

[MIT License](https://github.com/tbreuss/pvc/blob/master/LICENSE)

Issues
------

[](#issues)

Any suggestions? Open an [issue](https://github.com/tbreuss/pvc/issues).

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

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

Recently: every ~17 days

Total

12

Last Release

2696d ago

PHP version history (2 changes)v0.5.0PHP &gt;=7.2.0

v0.8.0PHP &gt;=7.2

### Community

Maintainers

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

---

Top Contributors

[![tbreuss](https://avatars.githubusercontent.com/u/1334161?v=4)](https://github.com/tbreuss "tbreuss (128 commits)")

---

Tags

micro-frameworkphppsr-15psr-17psr-7

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/tebe-pvc/health.svg)

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

###  Alternatives

[cakephp/cakephp

The CakePHP framework

8.8k18.5M1.6k](/packages/cakephp-cakephp)[neos/flow

Flow Application Framework

862.0M451](/packages/neos-flow)[neos/flow-development-collection

Flow packages in a joined repository for pull requests.

144179.3k3](/packages/neos-flow-development-collection)[windwalker/framework

The next generation PHP framework.

25639.1k1](/packages/windwalker-framework)[mezzio/mezzio-authentication-oauth2

OAuth2 (server) authentication middleware for Mezzio and PSR-7 applications.

28483.0k2](/packages/mezzio-mezzio-authentication-oauth2)[openswoole/core

Openswoole core library

181.1M32](/packages/openswoole-core)

PHPackages © 2026

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