PHPackages                             kecik/kecik - 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. kecik/kecik

ActiveLibrary[Framework](/categories/framework)

kecik/kecik
===========

Kecik Framework, micro framework

1.1.0(11y ago)1637545MITPHPPHP &gt;=5.4.0

Since Apr 7Pushed 9y ago2 watchersCompare

[ Source](https://github.com/kecik-framework/kecik)[ Packagist](https://packagist.org/packages/kecik/kecik)[ RSS](/packages/kecik-kecik/feed)WikiDiscussions master Synced today

READMEChangelog (2)DependenciesVersions (4)Used By (5)

**Kecik Framework**
===================

[](#kecik-framework)

> **PayPal**: [![](https://camo.githubusercontent.com/648ad6f048733f167bf65e11a4fd759eef14da88db61ad078bbd5ddea5d57133/68747470733a2f2f7777772e70617970616c6f626a656374732e636f6d2f656e5f55532f692f62746e2f62746e5f646f6e6174655f4c472e676966)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=dony_cavalera_md%40yahoo%2ecom&lc=US&item_name=Dony%20Wahyu%20Isp&no_note=0&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHostedGuest)
>
> **Rekening Mandiri**: 113-000-6944-858, **Atas Nama**: Dony Wahyu Isprananda

Is a framework with a very simple file system, so this is not a complex framework, but you can build and develop this framework to be a complex framework. This Framework support simple **MVC** where you still have to customize some code for get complex MVC, for Model just generate SQL Query for **`INSERT`, `UPDATE`** and **`DELETE`** only, so for code execution that SQL Query please make your self freely as you want or using whichever database libaries. This Framework also support Composer, so as to facilitate you for adding a library from composer.

```
Name 	: Framework Kecik
Author  : Dony Wahyu Isp
Version : 1.1.0
Country	: Indonesian
City 	: Palembang

```

**Quickstart**

[**The First Step**](#the-first-step) | [**The Second Step**](#the-second-step) | [**The Third Step**](#the-third-step) | [**The Fourth Step**](#the-fourth-step)

**More**

[**Know More In**](#know-more-in) | [**Header**](#header) | [**Route**](#route) | [**Config**](#config) | [**Assets**](#assets) | [**Request**](#request) | [**MVC**](#mvc) | [**Controller**](#controller) | [**Middleware**](#middleware) | [**Model**](#model) | [**View**](#view) | [**Url**](#url) | [**Template**](#template)

---

The First Step
--------------

[](#the-first-step)

[top](#kecik-framework)

Install composer in your opration system, if not installed you can download it from Composer website, after download and initialitation, next you need make composer.json files with contents as follows.

```
{
    "require": {
        "kecik/kecik": "1.1.*@dev"
    }
}
```

next, run this command on console/cmd

```
composer install
```

wait a minute until all run without error.

The Second Step
---------------

[](#the-second-step)

[top](#kecik-framework)

Create index.php files or anything, and enter the code below:

```
