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. [Utility &amp; Helpers](/categories/utility)
4. /
5. bravedave/esse

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

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 yesterday

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 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

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

1283d ago

### 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 (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

[laravel/framework

The Laravel Framework.

34.8k543.8M20.1k](/packages/laravel-framework)[pimcore/pimcore

Content &amp; Product Management Framework (CMS/PIM/E-Commerce)

3.8k3.8M507](/packages/pimcore-pimcore)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)[prestashop/prestashop

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

9.1k17.8k](/packages/prestashop-prestashop)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

9421.6k61](/packages/open-dxp-opendxp)[contao/core-bundle

Contao Open Source CMS

1231.6M2.8k](/packages/contao-core-bundle)

PHPackages © 2026

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