PHPackages                             kekos/slim-doctrine-skeleton - 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. kekos/slim-doctrine-skeleton

ActiveLibrary

kekos/slim-doctrine-skeleton
============================

A Slim Framework skeleton application with Doctrine ORM support

v1.6.0(1y ago)182233MITPHPPHP ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0CI failing

Since Jul 30Pushed 1y ago1 watchersCompare

[ Source](https://github.com/Kekos/slim-doctrine-skeleton)[ Packagist](https://packagist.org/packages/kekos/slim-doctrine-skeleton)[ Docs](http://github.com/Kekos/slim-doctrine-skeleton)[ RSS](/packages/kekos-slim-doctrine-skeleton/feed)WikiDiscussions main Synced yesterday

READMEChangelogDependencies (19)Versions (9)Used By (0)

Slim Framework 4 with Doctrine Skeleton Application
===================================================

[](#slim-framework-4-with-doctrine-skeleton-application)

Use this skeleton application to quickly setup and start working on a new Slim Framework 4 application with Doctrine ORM and Migrations. This application uses the latest Slim 4 with Slim PSR-7 implementation and PHP-DI container implementation. It also uses the Monolog logger.

This skeleton application was built for Composer. This makes setting up a new Slim Framework application quick and easy.

Install the Application
-----------------------

[](#install-the-application)

Run this command from the directory in which you want to install your new Slim Framework application.

```
composer create-project kekos/slim-doctrine-skeleton [my-app-name]
```

Replace `[my-app-name]` with the desired directory name for your new application. You'll want to:

- Point your virtual host document root to your new application's `public/` directory.
- Ensure `logs/` is web writable.

To run the application in development, you can run these commands

```
cd [my-app-name]
composer start
```

Or you can use `docker-compose` to run the app with `docker`, so you can run these commands:

```
cd [my-app-name]
docker-compose up -d
```

After that, open `http://localhost:8080` in your browser.

Run this command in the application directory to run the test suite

```
composer test
```

That's it! Now go build something cool.

###  Health Score

41

—

FairBetter than 89% of packages

Maintenance41

Moderate activity, may be stable

Popularity21

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity77

Established project with proven stability

 Bus Factor1

Top contributor holds 95.7% 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 ~230 days

Recently: every ~328 days

Total

8

Last Release

498d ago

PHP version history (4 changes)v1.0.0PHP ^7.4

v1.4.0PHP ^8.0 || ^8.1

v1.5.0PHP ~8.1.0 || ~8.2.0

v1.6.0PHP ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0

### Community

Maintainers

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

---

Top Contributors

[![Kekos](https://avatars.githubusercontent.com/u/914782?v=4)](https://github.com/Kekos "Kekos (44 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (2 commits)")

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/kekos-slim-doctrine-skeleton/health.svg)

```
[![Health](https://phpackages.com/badges/kekos-slim-doctrine-skeleton/health.svg)](https://phpackages.com/packages/kekos-slim-doctrine-skeleton)
```

###  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)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[concrete5/core

Concrete core subtree split

19159.3k48](/packages/concrete5-core)[contao/core-bundle

Contao Open Source CMS

1231.6M2.4k](/packages/contao-core-bundle)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)

PHPackages © 2026

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