Download the PHP package cryodrift/projecttpl without Composer
On this page you can find all versions of the php package cryodrift/projecttpl. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download cryodrift/projecttpl
More information about cryodrift/projecttpl
Files in cryodrift/projecttpl
Download cryodrift/projecttpl
More information about cryodrift/projecttpl
Files in cryodrift/projecttpl
Vendor cryodrift
Package projecttpl
Short Description Project Template to create the cryodrift/fw rootfiles and scaffolding
License MIT
Package projecttpl
Short Description Project Template to create the cryodrift/fw rootfiles and scaffolding
License MIT
Please rate this library. Is it a good library?
Informations about the package projecttpl
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
- 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
- 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!
first time setup (dir can be multiple)
-
run this once (we dont need to migrate databases,download files everytime)
- run this everytime you change a config.php (regenerates the cached config files for cli and web)
Install packages (runs Cli::install in each App)
- run this everytime you change the schema ()
Commandline
- show routes and help
All versions of projecttpl with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.4
cryodrift/fw Version ^0.1.0
cryodrift/user Version ^0.1.0
cryodrift/fakepost Version ^0.1.0
cryodrift/gcss Version ^0.1.0
cryodrift/fw Version ^0.1.0
cryodrift/user Version ^0.1.0
cryodrift/fakepost Version ^0.1.0
cryodrift/gcss Version ^0.1.0
The package cryodrift/projecttpl contains the following files
Loading the files please wait ...