Download the PHP package kuick/framework without Composer
On this page you can find all versions of the php package kuick/framework. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download kuick/framework
More information about kuick/framework
Files in kuick/framework
Download kuick/framework
More information about kuick/framework
Files in kuick/framework
Vendor kuick
Package framework
Short Description Kuick is an extremely low footprint application framework, suitable for high throughput workloads
License MIT
Package framework
Short Description Kuick is an extremely low footprint application framework, suitable for high throughput workloads
License MIT
Please rate this library. Is it a good library?
Informations about the package framework
Kuick PHP framework
Kuick is an extremely low footprint PHP application framework. Designed for developers seeking speed, efficiency, and flexibility in web application development.
Key features
- Logging realized with PSR-3 Logger Interface implementation
- Integrated PSR-7 HTTP message interface
- PSR-11 Container
- Implemented Event Dispatcher compatible with PSR-14
- Request handling compatible with PSR-15
- PSR-16 Caching
Basic Usage
- Make sure you have PHP >= 8.2 and Composer installed on your system
-
Require the framework to your project
- Run the installer
Creating Kuick project
Convenient way to develop projects based on Kuick is to create a kuick/project with Composer.
- Follow those instructions: kuick/project
Docker Demo
Ready to deploy images you can find here: https://hub.docker.com/r/kuickphp/kuick/tags
- Run using Docker This example utilizes the smallest, Alpine distribution.
Now you can try it out by opening http://localhost:8080/
- Examine sample routes:
- Homepage:
- Hello/ping:
- Container runtime configuration:
- dev mode enabled
- custom app name
- custom localization (charset, locale, timezone)
- DEBUG log with microtime
- custom OPS API token
OPS endpoint:
All versions of framework with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.2.0
ext-date Version *
ext-json Version *
ext-mbstring Version *
ext-reflection Version *
ext-spl Version *
kuick/cache Version ^1.6
kuick/dotenv Version ^1.0
kuick/event-dispatcher Version ^1.1
kuick/http Version ^2.2
kuick/routing Version ^1.2
kuick/security Version ^1.3
monolog/monolog Version ^3.0
nyholm/psr7 Version ^1.8
nyholm/psr7-server Version ^1.1
php-di/php-di Version ^7.0
psr/http-server-handler Version ^1.0
psr/http-server-middleware Version ^1.0
symfony/console Version ^7.1
ext-date Version *
ext-json Version *
ext-mbstring Version *
ext-reflection Version *
ext-spl Version *
kuick/cache Version ^1.6
kuick/dotenv Version ^1.0
kuick/event-dispatcher Version ^1.1
kuick/http Version ^2.2
kuick/routing Version ^1.2
kuick/security Version ^1.3
monolog/monolog Version ^3.0
nyholm/psr7 Version ^1.8
nyholm/psr7-server Version ^1.1
php-di/php-di Version ^7.0
psr/http-server-handler Version ^1.0
psr/http-server-middleware Version ^1.0
symfony/console Version ^7.1
The package kuick/framework contains the following files
Loading the files please wait ...