Skip to content

Basic concepts # Extensions

hertsch edited this page Jul 29, 2013 · 3 revisions

The kitFramework is a specialized Framework which enable programmers to develop extensions and applications for different Content Management Systems in a easy way.

The goals of kitFramework are:

  • Rapid development of extensions
  • Extension can be used in different Content Management Systems
  • Using well known and documented libraries (Symfony, Silex, Doctrine, Monolog, Swift, Twig ...)
  • Using the full power of PHP 5.3, support PHP 5.4
  • No rules or predefined conditions for the views (templates, output). You are absolute independent from the parent CMS, use the jQuery libraries you want or anything else - just as you like.

Don't care about internals of the parent CMS, just write your code and make use of the kitCommands to connect your Extension or Application with the parent Content Management System.

Please step to the Extensions chapter to get more information and learn how to create your own extension.

Clone this wiki locally