# What is Koseven? Koseven is an open source, [object oriented](http://en.wikipedia.org/wiki/Object-oriented_programming) [MVC](http://en.wikipedia.org/wiki/Model–view–controller "Model View Controller") [web framework](http://en.wikipedia.org/wiki/Web_application_framework) built using [PHP 7](http://php.net/manual/intro-whatis "PHP Hypertext Preprocessor") by a team of volunteers that aims to be swift, secure, and small. [!!] Koseven is licensed under a [BSD license](https://github.com/koseven/koseven/blob/HEAD/LICENSE.md), so you can legally use it for any kind of open source, commercial, or personal project. ## What makes Koseven great? Anything can be extended using the unique [filesystem](files) design, little or no [configuration](config) is necessary, [error handling](errors) helps locate the source of errors quickly, and [debugging](debugging) and [profiling](profiling) provide insight into the application. To help secure your applications, tools for [input validation](security/validation), [signed cookies](security/cookies), [form] and [HTML] generators are all included. The [database](security/database) layer provides protection against [SQL injection](http://wikipedia.org/wiki/SQL_injection). Of course, all official code is carefully written and reviewed for security. ## Contribute to the Documentation We are working very hard to provide complete documentation. To help improve the guide, please [fork the koseven repo](http://github.com/koseven/koseven), make your changes inside desired userguide folder, and send a pull request. If you are not familiar with Git, you can also submit a [feature request](https://github.com/koseven/koseven/issues) (requires registration). ## Unofficial Documentation If you are having trouble finding an answer here, your answer may be found by searching the [forum](https://koseven.discourse.group/) or [Stack Overflow](http://stackoverflow.com/questions/tagged/koseven) followed by asking your question on either. Additionally, you can chat with the community of developers on by joining our [Telegram group](https://telegram.me/koseven).