Download the PHP package itecho/brickphp without Composer
On this page you can find all versions of the php package itecho/brickphp. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download itecho/brickphp
More information about itecho/brickphp
Files in itecho/brickphp
Download itecho/brickphp
More information about itecho/brickphp
Files in itecho/brickphp
Vendor itecho
Package brickphp
Short Description Server-powered web applications, built brick by brick — entirely in PHP. No JavaScript framework, no build pipeline, no Node.
License MIT
Homepage https://github.com/wbijker/brickphp
Package brickphp
Short Description Server-powered web applications, built brick by brick — entirely in PHP. No JavaScript framework, no build pipeline, no Node.
License MIT
Homepage https://github.com/wbijker/brickphp
Please rate this library. Is it a good library?
Informations about the package brickphp
BrickPHP
Server-powered web applications, built brick by brick — entirely in PHP.
BrickPHP is a server-driven UI framework for PHP. Routing, state, components, events, styling, DOM diffing, and CSS extraction all live in one PHP process — no JavaScript framework, no build pipeline, no Node.
Hello, BrickPHP
Highlights
- All in one place — routing, state, components, styling all in PHP.
- No glue — your UI talks to your data directly; no API layer, no serialization.
- Hot module reloading — save a file, watch the browser update without losing state.
- Utility CSS out of the box — semantic methods like
padding(Unit::large())generate CSS at build time. - Wireframe inspector — overlay the rendered tree with source locations.
- Debugging made easy — Xdebug works out of the box; DOM patches surface in the console.
- UI elements, not JS + CSS — typed
UIElementprimitives, no className strings, no JSX, no template DSL.
Requirements
- PHP 8.1+
Samples & docs
See github.com/wbijker/brickphp-samples for the documentation site, runnable sample apps (counter, news, todo, docs), and the Docker dev stack.
License
MIT © Willem Bijker
All versions of brickphp with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.1
The package itecho/brickphp contains the following files
Loading the files please wait ...