PHPackages                             enstart/enstart - 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. [Framework](/categories/framework)
4. /
5. enstart/enstart

ActiveProject[Framework](/categories/framework)

enstart/enstart
===============

Enstart is (yet another) small PHP frameworks with the essentials for getting started quickly

1.0.0(8y ago)0101MITPHPPHP &gt;=7.0

Since Jul 1Pushed 8y ago1 watchersCompare

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

READMEChangelogDependencies (4)Versions (5)Used By (0)

Enstart is a small frameworks with the essentials.
==================================================

[](#enstart-is-a-small-frameworks-with-the-essentials)

It's not a micro- or a full fledged enterprise framework. It's somewhere in between.

Requirements
------------

[](#requirements)

- PHP &gt;= 7.0

Install
-------

[](#install)

```
composer create-project enstart/enstart

```

Set up
------

[](#set-up)

1. Set the document root on your web server to the `public`-folder.
2. Make the folder `storage`, and it's sub folders, writeable.
3. Copy `config.global.php` as `config.local.php`

Config
------

[](#config)

Set up the `config.global.php` with the default configuration. Set up the `config.local.php` (which is in .gitignore), with the environment specific changes. It should only contain the changes.

### Development/Debugging

[](#developmentdebugging)

While you're in development, you can set `debug => true` in your local config file. This will display errors on the screen. You can always check the log file in `storage/logs/`.

More info is coming...

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity61

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

Total

3

Last Release

2980d ago

Major Versions

0.4.0 → 1.0.02018-05-03

### Community

Maintainers

![](https://www.gravatar.com/avatar/5b76b7dacecd8eb1d06b6404f80ab39df555a5f0c687276feb45c21388633ce3?d=identicon)[enstart](/maintainers/enstart)

---

Top Contributors

[![magnus-eriksson](https://avatars.githubusercontent.com/u/3640297?v=4)](https://github.com/magnus-eriksson "magnus-eriksson (6 commits)")

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

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

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

PHPackages © 2026

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