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

ActiveProject[Framework](/categories/framework)

hydrakit/app
============

Hydra PHP framework application skeleton

v0.2.0(1mo ago)19↓60%MITPHP &gt;=8.2

Since Jul 7Compare

[ Source](https://github.com/hydra-foundation/app)[ Packagist](https://packagist.org/packages/hydrakit/app)[ RSS](/packages/hydrakit-app/feed)WikiDiscussions Synced 1w ago

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

Hydra App
=========

[](#hydra-app)

The skeleton every Hydra project starts from.

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

[](#requirements)

- **PHP 8.2+** and **Composer**
- **Docker** + Compose (for the full stack: PHP-FPM, nginx, MariaDB, Redis)

Setup
-----

[](#setup)

```
cp .env.example .env             # defaults run as-is for local dev
composer install                 # resolves the framework packages
php bin/console key:generate     # writes a fresh APP_KEY into .env
```

Run
---

[](#run)

**With Docker (full stack):**

```
./bin/dev up -d --build          # PHP-FPM + nginx + MariaDB + Redis
```

Open **** (the port is `APP_PORT` in `.env`).

**Without Docker (public site only):**

```
composer start                   # php -S localhost:8000 -t public/
```

Open ****.

---

Everything else — commands, architecture, configuration, migrations, tests — lives in the wiki.

###  Health Score

36

—

LowBetter than 79% of packages

Maintenance90

Actively maintained with recent releases

Popularity6

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

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

Total

4

Last Release

45d ago

### Community

Maintainers

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

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[shopware/platform

The Shopware e-commerce core

3.4k1.5M3](/packages/shopware-platform)[sulu/sulu

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

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

Shopware platform is the core for all Shopware ecommerce products.

595.8M683](/packages/shopware-core)[prestashop/prestashop

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

9.2k19.7k](/packages/prestashop-prestashop)[contao/core-bundle

Contao Open Source CMS

1301.7M3.1k](/packages/contao-core-bundle)[contao/contao

Contao Open Source CMS development package

43514.5k2](/packages/contao-contao)

PHPackages © 2026

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