PHPackages                             bravedave/mvp - 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. bravedave/mvp

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

bravedave/mvp
=============

Minimum Viable Product

v24.06.01(2y ago)030MITPHP

Since May 4Pushed 1y ago1 watchersCompare

[ Source](https://github.com/bravedave/mvp)[ Packagist](https://packagist.org/packages/bravedave/mvp)[ RSS](/packages/bravedave-mvp/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (2)DependenciesVersions (12)Used By (0)

MVP - Minimum Viable Product
============================

[](#mvp---minimum-viable-product)

> *For PHP using composer initiated AutoLoad (PSR-4)*

In deployment PHP is easily maintained using Composer. Composer handles distribution and updating.

This simple agnostic example can be extended using a *Markdown Parser*.

What can I do with this ?
-------------------------

[](#what-can-i-do-with-this-)

> *Easily extend the environment - and to publish the extension for use in this and any PSR-4 enviroment - See example at *

1.Setup a new project

```
composer create-project bravedave/mvp  @dev
```

2.Install dependencies &amp; run

```
cd
composer update

# to run locally ..
./run.sh
```

> ... the result is visible at

### Extend with *Slim*

[](#extend-with-slim)

- Install Extension &amp; run

```
composer require slim/slim slim/psr7 slim/php-view twbs/bootstrap twbs/bootstrap-icons

# if you are installing on CentOS running under apache or similar, it will need a data folder
mkdir src/data
chmod 777 src/data

# to run locally ..
./run.sh
```

- Remove Extension &amp; run

```
composer rem slim/slim slim/psr7 slim/php-view twbs/bootstrap twbs/bootstrap-icons
```

### Extend with *erusev/parsedown*

[](#extend-with-erusevparsedown)

- Install Extension &amp; run

```
composer require erusev/parsedown

# to run locally ..
./run.sh
```

- remove Extension

```
composer remove erusev/parsedown
```

### more

[](#more)

- There is a tutorial at
- Look at *src/app/launcher.php* ...

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance27

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity63

Established project with proven stability

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

Recently: every ~226 days

Total

11

Last Release

737d ago

Major Versions

v0.2 → v1.02020-05-14

v1.0 → v20.11.012020-11-18

v20.11.01 → v21.04.022021-04-11

v21.04.02 → v22.01.012022-01-02

v22.03.02 → v24.06.012024-06-27

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2217137?v=4)[Dave Bray](/maintainers/bravedave)[@bravedave](https://github.com/bravedave)

---

Top Contributors

[![bravedave](https://avatars.githubusercontent.com/u/2217137?v=4)](https://github.com/bravedave "bravedave (39 commits)")

### Embed Badge

![Health badge](/badges/bravedave-mvp/health.svg)

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

PHPackages © 2026

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