PHPackages                             kliksob/klikflight - 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. kliksob/klikflight

ActiveLibrary[Framework](/categories/framework)

kliksob/klikflight
==================

KlikFlight Is a Flight MicroFramework MVC Application Architecture. Flight is a fast, simple, extensible framework for PHP. Flight enables you to quickly and easily build RESTful web applications.

18PHP

Since Feb 10Pushed 8y ago2 watchersCompare

[ Source](https://github.com/kliksob/KlikFlight)[ Packagist](https://packagist.org/packages/kliksob/klikflight)[ RSS](/packages/kliksob-klikflight/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

This is my first project.

Welcome to my new repository.
=============================

[](#welcome-to-my-new-repository)

KlikFlight is a Web Application Framework based on Flight Micro Framework That is very light for a small website and very good for restfull applications.

How to Use.
-----------

[](#how-to-use)

There are two options for you when you want to install this application for your project.

### The first way.

[](#the-first-way)

This is the way I recommend. Use Composer Autoloader.

Type in your terminal.

```
$~ composer require kliksob/klikflight
$~ composer update
```

Create index.php File in your public root Directory.

```
