PHPackages                             kuick/project - 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. kuick/project

ActiveLibrary

kuick/project
=============

v2.8.2.3(2mo ago)0608PHPCI passing

Since Jan 24Pushed 2mo ago1 watchersCompare

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

READMEChangelog (10)Dependencies (5)Versions (15)Used By (0)

Kuick Project
=============

[](#kuick-project)

[![Latest Version](https://camo.githubusercontent.com/5e32b3ea1551affdde045539beb5fddcf3e6bab9106834170b4738e449d68ae3/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f6d696c656a6b6f2f6b7569636b2d70726f6a6563742e7376673f63616368655365636f6e64733d3134343030)](https://github.com/milejko/kuick-project-project/releases)[![PHP](https://camo.githubusercontent.com/e0cd02cfaa76baa1c8674463a1c40439faeae7d753a51a853d239a15a35bdda8/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d382e33253230253743253230382e34253230253743253230382e352d626c75653f6c6f676f3d7068702663616368655365636f6e64733d33363030)](https://www.php.net)[![Total Downloads](https://camo.githubusercontent.com/4c2701cfc6ad6c375d5cadcfbfe1e28472d025dab8fc528914ce34bcf7208e55/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6b7569636b2f70726f6a6563742e7376673f63616368655365636f6e64733d3134343030)](https://packagist.org/packages/kuick/project)[![CI](https://github.com/milejko/kuick-project/actions/workflows/ci.yml/badge.svg)](https://github.com/milejko/kuick-project/actions/workflows/ci.yml)[![codecov](https://camo.githubusercontent.com/1bf5da4adfd6e825a4ccc79c50029d563e5f1ceb736a89d5bf2b87eef0f18e7e/68747470733a2f2f636f6465636f762e696f2f67682f6d696c656a6b6f2f6b7569636b2d70726f6a6563742f67726170682f62616467652e7376673f746f6b656e3d38305145424448475048)](https://codecov.io/gh/milejko/kuick-project)[![Software License](https://camo.githubusercontent.com/e2f0982d826e942af97a6e879597c2301c2a8a97567d69e47148db858bbc5de3/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f63616368655365636f6e64733d3134343030)](LICENSE)

Kuick project is an example application based on [Kuick Framework](https://github.com/milejko/kuick-framework)

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

[](#key-features)

1. Ready to install package with sample controllers and commands
2. Dockerfile with targets to test, run and deploy the application

Basic usage
-----------

[](#basic-usage)

1. With PHP and Composer run:

```
composer create-project kuick/project .

```

Alternatively you can just clone this repository.

2. Make sure to have Docker and Make installed
3. Use make to start the dev server

```
make up

```

Alternatively you can run the docker commands from the Makefile yourself:

```
docker build --target=dev-server --tag=kuick-project .
docker run --rm --name kuick-project -v ./:/var/www/html kuick-project composer install
docker run --rm --name kuick-project -v ./:/var/www/html -p 8080:80 -e APP_ENV=dev kuick-project

```

4. Now you have a local dev server running on 8080 port The source code is directly mounted as a volume into the container, so changes are "live".

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

[](#docker-demo)

Ready to deploy images you can find on [Dockerhub](https://hub.docker.com/r/kuickphp/kuick/tags)

1. Run using Docker

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

```

Now you can try it out by opening

2. Examine those 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=pl_PL.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

```

With KUICK\_OPS\_GUARD\_TOKEN defined, you can reach /api/ops endpoint:

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

```

###  Health Score

42

—

FairBetter than 90% of packages

Maintenance88

Actively maintained with recent releases

Popularity18

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~32 days

Recently: every ~45 days

Total

14

Last Release

61d ago

### 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 (32 commits)")

### Embed Badge

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

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

PHPackages © 2026

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