PHPackages                             drmvc/app - 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. [Templating &amp; Views](/categories/templating)
4. /
5. drmvc/app

AbandonedArchivedProject[Templating &amp; Views](/categories/templating)

drmvc/app
=========

Skeleton of application based on DrMVC Framework

3.0(8y ago)020MITHTMLPHP ^7.0

Since May 26Pushed 8y ago1 watchersCompare

[ Source](https://github.com/drmvc/app)[ Packagist](https://packagist.org/packages/drmvc/app)[ Docs](https://drmvc.com/)[ RSS](/packages/drmvc-app/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (3)Versions (3)Used By (0)

DrMVC Application
=================

[](#drmvc-application)

Skeleton of application based on DrMVC Framework.

What inside
-----------

[](#what-inside)

- Support for environment variables is implemented through `Dotenv\Dotenv` class
- Few dummy classes inside `app/Controllers` folder
- Ready for usage TWIG template engine, templates in `app/Views`
- Several popular modules added to `packages.json`
- `gulpfile.js` configured to simplify the assembly of static files

How to install
--------------

[](#how-to-install)

For first need to create new project from the skeleton:

```
composer create-project drmvc/app application
cd application

```

For enabling support of `gulpfile.js` need to install `gulp` tool

```
npm install -g gulp

```

Now need to install dependencies and build static files

```
npm install
gulp

```

Let's run the php localhost server

```
cd public
php -S localhost:8000

```

Now you can open your web-browser and go to

Links
-----

[](#links)

- [DrMVC Project](https://drmvc.com/)
- [DrMVC Demo](https://github.com/drmvc/demo)

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

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

Total

2

Last Release

2988d ago

Major Versions

1.0 → 3.02018-04-26

PHP version history (2 changes)1.0PHP ^5.5 || ^7.0

3.0PHP ^7.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/9089568?v=4)[Pavel Zloi](/maintainers/EvilFreelancer)[@EvilFreelancer](https://github.com/EvilFreelancer)

---

Top Contributors

[![EvilFreelancer](https://avatars.githubusercontent.com/u/9089568?v=4)](https://github.com/EvilFreelancer "EvilFreelancer (7 commits)")

---

Tags

applicationdemodrmvcskeletontwigdotenvapplicationexamplegulpdrmvc

### Embed Badge

![Health badge](/badges/drmvc-app/health.svg)

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

###  Alternatives

[timber/timber

Create WordPress themes with beautiful OOP code and the Twig Template Engine

5.7k3.6M128](/packages/timber-timber)[symfony/ux-live-component

Live components for Symfony

1647.0M116](/packages/symfony-ux-live-component)[twig/intl-extra

A Twig extension for Intl

36669.4M324](/packages/twig-intl-extra)[symfony/ux-twig-component

Twig components for Symfony

22017.2M314](/packages/symfony-ux-twig-component)[twig/cssinliner-extra

A Twig extension to allow inlining CSS

22919.7M82](/packages/twig-cssinliner-extra)[twig/inky-extra

A Twig extension for the inky email templating engine

16613.6M71](/packages/twig-inky-extra)

PHPackages © 2026

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