PHPackages                             bitforge/thorm-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. bitforge/thorm-app

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

bitforge/thorm-app
==================

Application skeleton for Thorm

v0.1.0(1mo ago)011↓100%MIT

Since Apr 12Pushed 1mo agoCompare

[ Source](https://github.com/scarpelius/thorm-app)[ Packagist](https://packagist.org/packages/bitforge/thorm-app)[ RSS](/packages/bitforge-thorm-app/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

Thorm App
=========

[](#thorm-app)

Starter application template for [Thorm](https://github.com/scarpelius/thorm), a PHP-first UI framework that compiles a declarative DSL into a small JavaScript runtime through a shared IR.

Status
------

[](#status)

Thorm App is currently in pre-alpha / developer preview.

- APIs may change without backward compatibility
- project structure and build flows may change
- suitable for evaluation, experimentation, and early integration work

Create a project
----------------

[](#create-a-project)

Use Composer to create a new Thorm app:

```
composer create-project bitforge/thorm-app hello-thorm
```

Because Thorm is currently pre-alpha, installation may require an explicit alpha constraint depending on the published version.

Project structure
-----------------

[](#project-structure)

A generated project is expected to look like this:

```
hello-thorm/
  src/
    assets/
    php/
    runtime/
  vendor/
  index.html
  index.ir.json
  composer.json

```

What this package provides
--------------------------

[](#what-this-package-provides)

`bitforge/thorm-app` is a starter project package.

It gives you:

- an initial Thorm app structure
- a place for your PHP UI code under `src/php`
- assets and runtime files under `src/assets` and `src/runtime`
- a root `index.html`
- a Composer-based dependency on `bitforge/thorm`

Framework dependency
--------------------

[](#framework-dependency)

This starter app depends on the Thorm framework package:

```
composer require bitforge/thorm:^0.1@alpha
```

If you want to add Thorm to an existing PHP project instead of creating a new one, install the framework package directly rather than using `create-project`.

Development
-----------

[](#development)

Typical workflow:

1. edit your app in `src/php`
2. build the app to generate `index.html` and `index.ir.json`
3. serve the project with a local static or PHP web server

Exact build commands may change during the pre-alpha phase.

Learn more
----------

[](#learn-more)

- Framework repo:
- Framework package: `bitforge/thorm`

License
-------

[](#license)

Apache-2.0

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance88

Actively maintained with recent releases

Popularity5

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity23

Early-stage or recently created project

 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

Unknown

Total

1

Last Release

58d ago

### Community

Maintainers

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

---

Top Contributors

[![scarpelius](https://avatars.githubusercontent.com/u/3825201?v=4)](https://github.com/scarpelius "scarpelius (3 commits)")

### Embed Badge

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

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

###  Alternatives

[open-southeners/laravel-companion-apps

Extend your Laravel applications with companions apps (Android, iOS, PWA...)

234.2k](/packages/open-southeners-laravel-companion-apps)

PHPackages © 2026

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