PHPackages                             ddrv/slim-app - 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. [CLI &amp; Console](/categories/cli)
4. /
5. ddrv/slim-app

ActiveProject[CLI &amp; Console](/categories/cli)

ddrv/slim-app
=============

Simple web application based on slim/slim and symfony/console

2.1.0(7y ago)121MITPHPPHP &gt;=5.6

Since Apr 19Pushed 7y agoCompare

[ Source](https://github.com/ddrv/php-slim-app)[ Packagist](https://packagist.org/packages/ddrv/slim-app)[ RSS](/packages/ddrv-slim-app/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (6)Versions (6)Used By (0)

ddrv/slim-app
=============

[](#ddrvslim-app)

Skeleton application based on [`slim/slim`](https://packagist.org/packages/slim/slim) and [`symfony/console`](https://packagist.org/packages/symfony/console)

Requirements
============

[](#requirements)

- [`PHP`](https://php.net): version 5.6 or later
- [`slim/slim`](https://packagist.org/packages/slim/slim#3.12.0): version 3.12
- [`symfony/console`](https://packagist.org/packages/symfony/console#v3.4.23): version 3.4
- [`symfony/process`](https://packagist.org/packages/symfony/process#v3.4.23): version 3.4
- [`twig/twig`](https://packagist.org/packages/twig/twig#v1.38.2): version 1.38
- [`analog/analog`](https://packagist.org/packages/analog/analog#1.0.12-stable): version 1.0
- [`phpunit/phpunit`](https://packagist.org/packages/phpunit/phpunit#5.7.27): version 5.7

Install
=======

[](#install)

1. Create project with [`composer`](https://getcomposer.org/)

    ```
    composer create-project ddrv/slim-app path/to/project

    ```
2. Change config files `/path/to/project/config/local.php` and `/path/to/project/config/test.php`.
3. If you using environment variable `APP_ENV`, rename config file

    ```
    mv ./config/local.php ./config/{$APP_ENV}.php

    ```
4. Add to cron every minutes command

    ```
    * * * * * /path/to/php /path/to/project/bin/console schedule:run

    ```

    see ./config/global.php -&gt; schedule

Testing
=======

[](#testing)

```
php ./vendor/bin/phpunit

```

Development
===========

[](#development)

1. Start development server

    ```
    php ./bin/console app:dev 8080

    ```
2. Open [home page](http://localhost:8080) or [hello page](http://localhost:8080/bro)

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity62

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

Total

4

Last Release

2612d ago

Major Versions

1.0.1 → 2.0.02019-03-18

### Community

Maintainers

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

---

Top Contributors

[![ddrv](https://avatars.githubusercontent.com/u/24430614?v=4)](https://github.com/ddrv "ddrv (18 commits)")

---

Tags

applicationclicomposercomposer-projectphpprojectskeletonslimsymfony-consolewebphpslimapplicationSkeletonsymfony-console

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/ddrv-slim-app/health.svg)

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

PHPackages © 2026

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