CodKep introduction

The documentation on this webpage can be outdated. After installing the CodKep use the local "doc/codkep" url to reach the newest available documentation.

What is CodKep

CodKep is a lightweight web framework written in PHP. It has a modular design and use hook system for easy extend the core functions. Working of core function was heavy inspired by the Drupal CMS (version 7). It tries to be as robust as Drupal when coding without the bloatness of GUI. Although the using of the Api is sometimes similar to Drupal the CodKep does not contains or use any codes from Drupal, it's built on own codebase. (Written from scratch)

CodKep is designed to build very database active sites where the design is not the primary goal, but the other side lots of database functions forms and queries are used. To achieve this the CodKep have rich set of form generation tools.

Design directives of CodKep

The main chapters of this document

Author, License

The CodKep is written by Péter Deák (hyper80@gmail.com) under GPLv2 license.