• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

application/H03-May-2022-16545

modules/H03-May-2022-31,97518,511

system/H03-May-2022-38,74021,016

.gitignoreH A D25-Jul-2016121 1413

.gitmodulesH A D25-Jul-2016951 3130

.gitmodules-devH A D25-Jul-2016847 2827

.travis.ymlH A D25-Jul-2016908 4636

CONTRIBUTING.mdH A D25-Jul-20167.5 KiB168101

LICENSE.mdH A D25-Jul-20161.7 KiB159

README.mdH A D25-Jul-20161.2 KiB2012

build.xmlH A D25-Jul-20169.6 KiB267219

composer.jsonH A D25-Jul-201686 76

example.htaccessH A D25-Jul-2016517 2216

index.phpH A D03-May-20223.6 KiB12243

install.phpH A D25-Jul-20168.2 KiB234214

README.md

1# Kohana PHP Framework
2
3[Kohana](http://kohanaframework.org/) 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.
4
5Released under a [BSD license](http://kohanaframework.org/license), Kohana can be used legally for any open source, commercial, or personal project.
6
7## Documentation
8Kohana's documentation can be found at <http://kohanaframework.org/documentation> which also contains an API browser.
9
10The `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).
11
12## Reporting bugs
13If you've stumbled across a bug, please help us out by [reporting the bug](http://dev.kohanaframework.org/projects/kohana3/) you have found. Simply log in or register and submit a new issue, leaving as much information about the bug as possible, e.g.
14
15* Steps to reproduce
16* Expected result
17* Actual result
18
19This 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](https://github.com/kohana) and submit a pull request!
20