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. [Framework](/categories/framework)
4. /
5. kekos/slim-doctrine-skeleton

ActiveLibrary[Framework](/categories/framework)

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 3w ago

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

Maintenance38

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity78

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

551d 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://avatars.githubusercontent.com/u/914782?v=4)[Christoffer Lindahl Hassel](/maintainers/Kekos)[@Kekos](https://github.com/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

[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.7k38.9k](/packages/matomo-matomo)[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)[concrete5/core

Concrete core subtree split

20166.1k52](/packages/concrete5-core)[sulu/sulu

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

1.3k1.4M203](/packages/sulu-sulu)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.6M574](/packages/shopware-core)[pimcore/pimcore

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

3.8k3.8M508](/packages/pimcore-pimcore)

PHPackages © 2026

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