PHPackages                             cryodrift/projecttpl - 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. cryodrift/projecttpl

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

cryodrift/projecttpl
====================

Project Template to create the cryodrift/fw rootfiles and scaffolding

0.1.10(5mo ago)00MITPHPPHP &gt;=8.4

Since Jan 15Pushed 5mo agoCompare

[ Source](https://github.com/cryodrift/projecttpl)[ Packagist](https://packagist.org/packages/cryodrift/projecttpl)[ RSS](/packages/cryodrift-projecttpl/feed)WikiDiscussions main Synced today

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

cryodrift - framework
---------------------

[](#cryodrift---framework)

**Small PHP framework for CLI, SSR, SQLite, and zero-logic templates**

cryodrift/fw is a lean PHP framework designed for developers who want full control, minimal abstractions, and a command-line driven workflow. It combines server-side rendering, strict separation of concerns, and powerful SQLite tooling in a small, explicit codebase.

Philosophy
----------

[](#philosophy)

- Predictable, visible control flow
- Identical behavior in CLI and Web
- No logic in templates
- SQLite as a first-class database (with migrations)
- Clear boundaries between layers
- Small, readable codebases

Design Principles
-----------------

[](#design-principles)

- Dependency Injection for everything
- Server-Side Rendering by default
- Minimal JavaScript, no frontend lock-in
- Per-user filesystem and database isolation
- Predictable bootstrap and error handling
- No globals or magic state
- Predictable, visible control flow

CryoDrift is meant to be read, understood, and modified without surprises.

Quickstart - WARNING remember THIS!
-----------------------------------

[](#quickstart---warning-remember-this)

### first time setup (dir can be multiple)

[](#first-time-setup-dir-can-be-multiple)

- run this once (we dont need to migrate databases,download files everytime)

```
   php index.php -echo -sessionuser="you@localhost.lan" /sys install -a -dir=src
```

- run this everytime you change a config.php (regenerates the cached config files for cli and web)

```
   php index.php -echo -sessionuser="you@localhost.lan" /sys install -dir=src -dir=vendor/cryodrift
```

### Install packages (runs Cli::install in each App)

[](#install-packages-runs-cliinstall-in-each-app)

- run this everytime you change the schema ()

```
   php index.php -echo -sessionuser="you@localhost.lan" /sys modules -dir=src/yourapp
```

### Commandline

[](#commandline)

- show routes and help

```
   php index.php
```

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance70

Regular maintenance activity

Popularity0

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

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

Total

3

Last Release

169d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/240886628?v=4)[cryodrift](/maintainers/cryodrift)[@cryodrift](https://github.com/cryodrift)

### Embed Badge

![Health badge](/badges/cryodrift-projecttpl/health.svg)

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

PHPackages © 2026

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