Download the PHP package bjornbasar/karhu without Composer
On this page you can find all versions of the php package bjornbasar/karhu. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download bjornbasar/karhu
More information about bjornbasar/karhu
Files in bjornbasar/karhu
Download bjornbasar/karhu
More information about bjornbasar/karhu
Files in bjornbasar/karhu
Vendor bjornbasar
Package karhu
Short Description Minimal PHP microframework — attribute-routed, zero dependencies, PHP 8.3+
License MIT
Package karhu
Short Description Minimal PHP microframework — attribute-routed, zero dependencies, PHP 8.3+
License MIT
Please rate this library. Is it a good library?
Informations about the package karhu
karhu
Minimal PHP microframework — attribute-routed, zero runtime dependencies, PHP 8.3+.
Why karhu?
A small framework you can read end-to-end. ~1200 LOC core, no closures-as-routes, no YAML, no required dependencies — controllers declare routes via PHP attributes. Extras (DB, queue, view) ship as separate packages.
Install
Or add karhu to an existing project:
Hello world
Register the controller in config/controllers.php and karhu's attribute scanner wires the route automatically.
What's in the box
| Capability | Where |
|---|---|
Attribute routing (#[Route]) |
src/Http/Router.php + src/Attributes/Route.php |
| Middleware pipeline (PSR-15 shape) | src/Http/MiddlewarePipeline.php |
| Auto-wiring DI container (PSR-11 shape) | src/Container/Container.php |
| RBAC + PasswordHasher (argon2id) | src/Auth/ |
| Session, CSRF, CORS, RequireRole middleware | src/Middleware/ |
Validation attributes (#[Required], #[StringLength], #[In]) |
src/Http/Validation/ |
| RFC 7807 error responses | src/Error/ExceptionHandler.php |
CLI dispatcher (#[Command]) |
src/Cli/ + bin/karhu |
| Logger interface (PSR-3 shape) | src/Log/ |
| Production route cache | bin/karhu route:cache |
Companion packages
| Package | Purpose |
|---|---|
| karhu-skeleton | Starter app template |
| karhu-db | Thin PDO wrapper + active-record base + PdoUserRepository |
| karhu-queue | Queue/worker abstraction, ships with DB driver |
| karhu-view | Template engine bridge (Twig + Plates adapters) |
| istrbuddy | Reference issue-tracker app dogfooding the full stack |
Development
PHP 8.3 + 8.4 are tested via the GitHub Actions matrix.
Documentation
- DOCS.md — tech stack, directory layout, design decisions
- docs/ — MkDocs Material source (full reference, ADRs)
- docs/adr/ — architectural decision records
License
MIT
All versions of karhu with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.3
The package bjornbasar/karhu contains the following files
Loading the files please wait ...