Installation

Meet Kiaan

Kiaan is a web application framework with expressive, elegant syntax.

A web framework provides a structure and starting point for creating your application, allowing you to focus on creating something amazing while we sweat the details.

Why Kiaan?

There are a variety of tools and frameworks available to you when building a web application. However, we believe Kiaan is the best choice for building modern, full-stack web applications.

Installation Via Composer

If your local machine already has PHP and Composer installed, you may create a new Kiaan project by using Composer directly.

After the application has been created, you may start Kiaan's local development server using the CLI's serve command:

composer create-project kiaanphp/kiaan app
 
cd app
 
php kiaan server:run

Last updated