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.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package framework

Kuick PHP framework

Latest Version PHP Total Downloads CI codecov

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

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
  5. Request handling compatible with PSR-15
  6. PSR-16 Caching

Basic Usage

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

  3. Run the installer

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

Docker Demo

Ready to deploy images you can find here: https://hub.docker.com/r/kuickphp/kuick/tags

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

Now you can try it out by opening http://localhost:8080/

  1. Examine sample routes:
    • Homepage:
  1. 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
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package kuick/framework contains the following files

Loading the files please wait ...