PHPackages                             ceus-media/hydrogen-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. ceus-media/hydrogen-app

ActiveProject[Utility &amp; Helpers](/categories/utility)

ceus-media/hydrogen-app
=======================

Application skeleton to start with for a Hydrogen project.

0.1.1(7y ago)022Makefile

Since Sep 7Pushed 1y ago1 watchersCompare

[ Source](https://github.com/CeusMedia/HydrogenApp)[ Packagist](https://packagist.org/packages/ceus-media/hydrogen-app)[ RSS](/packages/ceus-media-hydrogen-app/feed)WikiDiscussions master Synced today

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

HydrogenApp
===========

[](#hydrogenapp)

Application skeleton to start with for a Hydrogen project.

Installation
------------

[](#installation)

**TLDR:** `composer create-project ceus-media/hydrogen-app -sdev -n && cd hydrogen-app && ./install.sh`

Clone an empty application skeleton:

`composer create-project ceus-media/hydrogen-app -sdev -n`

Afterwards change into project folder and run setup for development:

`cd hydrogen-app`

There you will find 2 hymn files, which can be used to install different base applications. Using the `.hymn.normal.dev` will install a Hydrogen app with database and email support and the pages modules. You will need to have a prepared and empty database for that.

If you only want to take a short look or try something without database or email support, you can use the `.hymn.mini.dev`. We will use this one for now, by copying it to be the installation script for development:

`cp .hymn.mini.dev .hymn.dev`

No we announce development mode:

`make set-install-mode-dev`

This will copy:

- `config/config.ini.dev` to `config/config.ini`
- `.hymn.dev` to `.hymn`

Now you are ready to install application modules. There are several installation types with or without database import. For now, we will only install the application files, since we set to go without any database:

`make install-files-only`

During installation you will be prompted for some information:

- OS filesystem user and group
- URL of application

Having all set up, the installer will use composer to manage dependencies and `hymn` to install the modules, defined in the `.hymn` files, aswell all related modules. The final step is to set the file and folder permissions on all installed files.

Finally, you can access the application using your browser.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance28

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

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

Total

3

Last Release

623d ago

Major Versions

0.1.1 → 1.0.x-dev2024-08-27

### Community

Maintainers

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

---

Top Contributors

[![kriss0r](https://avatars.githubusercontent.com/u/476914?v=4)](https://github.com/kriss0r "kriss0r (21 commits)")

### Embed Badge

![Health badge](/badges/ceus-media-hydrogen-app/health.svg)

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

###  Alternatives

[bazilio/yii2-stubs-generator

Yii2 component stubs generator for Yii::$app

146720.4k1](/packages/bazilio-yii2-stubs-generator)[imanghafoori/php-search-replace

Smart search replace functionality for php source code

32496.5k3](/packages/imanghafoori-php-search-replace)

PHPackages © 2026

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