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

ActiveLibrary

bravedave/esse
==============

Essential Core Application

v22.12.02(3y ago)018MITPHPPHP &gt;=8.1

Since Dec 29Pushed 3y ago1 watchersCompare

[ Source](https://github.com/bravedave/esse)[ Packagist](https://packagist.org/packages/bravedave/esse)[ RSS](/packages/bravedave-esse/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (7)Versions (2)Used By (0)

Esse
====

[](#esse)

###### MVC in PHP

[](#mvc-in-php)

### Features

[](#features)

- MVC Architecture
- Supports MariaDB and SQLite
- Simple Authentication
- All licenses are MIT at the time of writing (Dec. 2022)

### What

[](#what)

This is a PHP PSR-4 Framework - [www.php-fig.org/psr/psr-4/](https://www.php-fig.org/psr/psr-4/)

### Why

[](#why)

To craft PHP applications you need this style of Framework

This is a **M**odel-**V**iew-**C**ontroller Application in PHP

It:

- Creates an entry point
- Loads php scripts as required
- Calls a Controller
    - Models data
    - Displays a View

[![foo](application.drawio.svg "MVC")](application.drawio.svg)

### How

[](#how)

1. Create a composer file

```
{
  "license": "MIT",
  "minimum-stability": "dev",
  "autoload": {
    "psr-4": {
      "": "src/app"
    }
  },
  "require": {
    "bravedave/esse": "dev-main"
  }
}
```

2. update to install files

```
composer u
```

3. install a sample application

```
mkdir src
cp -r vendor/bravedave/esse/src/app src/app
cp -r vendor/bravedave/esse/www .
```

4. Run

```
cd www
php -S localhost:8080 _mvp.php

```

the program will run, but there are no users or database

- a data folder was created in src/data
    1. rename the esse-defaults-sample.json to esse-defaults.json *- activates SQLite as the database*
    2. create a user in users with a password
    3. logoff
    4. authentication is now required

dive into the app folder and build your app ! etc .. etc..

### Credits:

[](#credits)

- [Bootstrap](https://getbootstrap.com)
- [JQuery](https://jquery.com)
- [Monolog](https://seldaek.github.io/monolog/)
- [Matthias Mullie minify and scrapbook](https://github.com/matthiasmullie)
- [Symfony Mailer](https://github.com/symfony/mailer)
- [Parsedown](https://parsedown.org/)
- and whatever libraries these libraries required

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

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

Unknown

Total

1

Last Release

1235d ago

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[magento/community-edition

Magento 2 (Open Source)

12.1k52.1k10](/packages/magento-community-edition)[silverstripe/framework

The SilverStripe framework

7213.5M2.5k](/packages/silverstripe-framework)[contao/core-bundle

Contao Open Source CMS

1231.6M2.4k](/packages/contao-core-bundle)[magento/magento2-functional-testing-framework

Magento2 Functional Testing Framework

15511.5M30](/packages/magento-magento2-functional-testing-framework)

PHPackages © 2026

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