Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ns16/jokes.ru
https://github.com/ns16/jokes.ru
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ns16/jokes.ru
- Owner: ns16
- License: other
- Created: 2016-11-01T11:20:19.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-02T07:48:36.000Z (about 8 years ago)
- Last Synced: 2024-01-09T19:02:12.339Z (12 months ago)
- Language: PHP
- Size: 1.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Kohana PHP Framework
[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.
Released under a [BSD license](http://kohanaframework.org/license), Kohana can be used legally for any open source, commercial, or personal project.
## Documentation
Kohana's documentation can be found at 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](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.* Steps to reproduce
* Expected result
* Actual resultThis 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!