PHPackages                             kuick/framework - 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. [Framework](/categories/framework)
4. /
5. kuick/framework

ActiveLibrary[Framework](/categories/framework)

kuick/framework
===============

Kuick is an extremely low footprint application framework, suitable for high throughput workloads

v2.8.3(2mo ago)27.8k4MITPHPPHP &gt;=8.2.0CI passing

Since Nov 26Pushed 2mo agoCompare

[ Source](https://github.com/milejko/kuick-framework)[ Packagist](https://packagist.org/packages/kuick/framework)[ RSS](/packages/kuick-framework/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (29)Versions (59)Used By (4)

Kuick PHP framework
===================

[](#kuick-php-framework)

[![Latest Version](https://camo.githubusercontent.com/d842e84c71c3ce73e4a6e7c45d173c01980192b49d490dec32efbb32238db126/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f6d696c656a6b6f2f6b7569636b2d6672616d65776f726b2e7376673f63616368655365636f6e64733d3134343030)](https://github.com/milejko/kuick-framework/releases)[![PHP](https://camo.githubusercontent.com/e0cd02cfaa76baa1c8674463a1c40439faeae7d753a51a853d239a15a35bdda8/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d382e33253230253743253230382e34253230253743253230382e352d626c75653f6c6f676f3d7068702663616368655365636f6e64733d33363030)](https://www.php.net)[![Total Downloads](https://camo.githubusercontent.com/4ab30a2c719a587d2d0467204770a54a1cd829fcb51ea21c8e268ea27366c90e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6b7569636b2f6672616d65776f726b2e7376673f63616368655365636f6e64733d3134343030)](https://packagist.org/packages/kuick/framework)[![CI](https://github.com/milejko/kuick-framework/actions/workflows/ci.yml/badge.svg)](https://github.com/milejko/kuick-framework/actions/workflows/ci.yml)[![codecov](https://camo.githubusercontent.com/9a59808934d3ae4a038d8361681a5ba5a15fbcd5375bd63c0250a4147eb2f601/68747470733a2f2f636f6465636f762e696f2f67682f6d696c656a6b6f2f6b7569636b2d6672616d65776f726b2f67726170682f62616467652e7376673f746f6b656e3d38305145424448475048)](https://codecov.io/gh/milejko/kuick-framework)[![Software License](https://camo.githubusercontent.com/e2f0982d826e942af97a6e879597c2301c2a8a97567d69e47148db858bbc5de3/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f63616368655365636f6e64733d3134343030)](LICENSE)

Kuick is an extremely low footprint PHP application framework. Designed for developers seeking speed, efficiency, and flexibility in web application development.

Key features
------------

[](#key-features)

1. Logging realized with PSR-3 Logger Interface implementation
2. Integrated PSR-7 HTTP message interface
3. PSR-11 Container
4. Implemented Event Dispatcher compatible with [PSR-14](https://github.com/milejko/kuick-event-dispatcher)
5. Request handling compatible with [PSR-15](https://github.com/milejko/kuick-http)
6. [PSR-16 Caching](https://github.com/milejko/kuick-cache)

Basic Usage
-----------

[](#basic-usage)

1. Make sure you have PHP &gt;= 8.2 and Composer installed on your system
2. Require the framework to your project

```
composer require kuick/framework
composer require kuick/api-tools

```

3. Run the installer

```
./vendor/bin/kuick-installer

```

Creating Kuick project
----------------------

[](#creating-kuick-project)

Convenient way to develop projects based on Kuick is to create a kuick/project with Composer.

1. Follow those instructions: [kuick/project](https://github.com/milejko/kuick-project?tab=readme-ov-file)

Docker Demo
-----------

[](#docker-demo)

Ready to deploy images you can find here:

1. Run using Docker This example utilizes the smallest, Alpine distribution.

```
docker run -p 8080:80 kuickphp/kuick:alpine

```

Now you can try it out by opening

2. Examine sample routes:

- Homepage:

```
curl http://localhost:8080/

```

- Hello/ping:

```
curl http://localhost:8080/hello/John

```

3. Container runtime configuration:

- dev mode enabled
- custom app name
- custom localization (charset, locale, timezone)
- DEBUG log with microtime
- custom OPS API token

```
docker run -p 8080:80 \
    -e APP_ENV=dev \
    -e APP_NAME=ExampleApp \
    -e APP_CHARSET=UTF-8 \
    -e APP_LOCALE=en_US.utf-8 \
    -e APP_TIMEZONE="Europe/Warsaw" \
    -e APP_LOG_USEMICROSECONDS=1 \
    -e APP_LOG_LEVEL=DEBUG \
    -e API_SECURITY_OPS_GUARD_TOKEN=secret-token \
    kuickphp/kuick:alpine

```

OPS endpoint:

```
curl -H "Authorization: Bearer secret-token" http://localhost:8080/api/ops

```

###  Health Score

51

—

FairBetter than 96% of packages

Maintenance86

Actively maintained with recent releases

Popularity27

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 95.7% 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

Every ~8 days

Recently: every ~43 days

Total

57

Last Release

67d ago

Major Versions

v1.3.6 → v2.0.02025-01-22

PHP version history (2 changes)v1.0.0PHP &gt;=8.2.0

v2.8.0PHP &gt;=8.3.0

### Community

Maintainers

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

---

Top Contributors

[![milejko](https://avatars.githubusercontent.com/u/14335568?v=4)](https://github.com/milejko "milejko (202 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (9 commits)")

---

Tags

frameworkpsr-15json-serverKuick

### Embed Badge

![Health badge](/badges/kuick-framework/health.svg)

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

###  Alternatives

[laravel/framework

The Laravel Framework.

34.6k509.9M17.0k](/packages/laravel-framework)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[cakephp/cakephp

The CakePHP framework

8.8k18.5M1.6k](/packages/cakephp-cakephp)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)

PHPackages © 2026

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