Kohana

Kohana是一个由志愿者团队使用PHP5构建的优雅,开源,面向对象的HMVC框架。 它的目标是迅速,安全和小巧。(Kohana is an elegant, open source, and object oriented HMVC framework built using PHP5, by a team of volunteers. It aims to be swift, secure, and small.)

  • Owner: kohana/kohana
  • Platform: Linux, Mac, Windows
  • License:: Other
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

Kohana是一个由志愿者团队使用PHP5构建的优雅、开源、面向对象的HMVC框架。 它的目标是迅速,安全和小巧。

根据BSD许可证发布,Kohana可合法用于任何开源、商业或个人项目。

该PHP框架已弃用(Deprecated);上次稳定版发布:3.3.6 / 2016年7月25日。建议的替代产品是:https://github.com/koseven/koseven/

历史

Kohana开发于2007年5月31日开始,当时一些CodeIgniter社区成员决定启动CodeIgniter的社区分支,名为BlueFlame。

2007年6月,该项目更名为“Kohana”,7月份发布的1.0版本没有任何文件。 该项目负责人于8月份离开,发展停滞不前,直到9月份选择了新的BDFL并开始重写源代码。 那时Kohana只有3名开发人员。

2.0版于2007年11月发布,完全基于PHP 5.0和新的OOP框架。

3.0版于2009年9月9日发布。

最新版本3.3.6于2016年7月25日发布。

Overview

Name With Ownerkohana/kohana
Primary LanguagePHP
Program languagePHP (Language Count: 1)
PlatformLinux, Mac, Windows
License:Other
Release Count56
Last Release Namev3.3.6 (Posted on )
First Release Namebeta1 (Posted on 2009-06-14 10:07:35)
Created At2009-07-28 16:09:23
Pushed At2016-08-06 13:28:18
Last Commit At
Stargazers Count1.5k
Watchers Count148
Fork Count425
Commits Count1.3k
Has Issues Enabled
Issues Count45
Issue Open Count19
Pull Requests Count38
Pull Requests Open Count3
Pull Requests Close Count28
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private

Kohana PHP Framework

Kohana is an elegant, open source, and object oriented HMVC framework built using PHP5, by a team of volunteers. It aims to be swift, secure, and small.

Released under a BSD license, Kohana can be used legally for any open source, commercial, or personal project.

Documentation

Kohana's documentation can be found at http://kohanaframework.org/documentation which also contains an API browser.

The userguide module included in all Kohana releases also allows you to view the documentation locally. Once the userguide module is enabled in the bootstrap, it is accessible from your site via /index.php/guide (or just /guide if you are rewriting your URLs).

Reporting bugs

If you've stumbled across a bug, please help us out by reporting the bug you have found. Simply log in or register and submit a new issue, leaving as much information about the bug as possible, e.g.

  • Steps to reproduce
  • Expected result
  • Actual result

This will help us to fix the bug as quickly as possible, and if you'd like to fix it yourself feel free to fork us on GitHub and submit a pull request!

To the top