-
Notifications
You must be signed in to change notification settings - Fork 1
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.
- If you spot a typo or want to contribute an article, a how-to or a tip, please feel free to edit the Wiki directly
- If you you have any question or suggestion, please contact the phpManufaktur Support Group
This Documentation is part of the KIT2 Project
© 2013 by phpManufaktur, kitFramework is published under MIT license.
- Silex Documentation
- Silex API
- Twig Template Engine
- Twig Short Reference
- Symfony Form Factory
- Doctrine DBAL
- Swift Mailer
- Requirements
- Installation
- .htaccess
- Configuration
- Constants
- Utilities
- Twig Extensions
- kitFramework API