• Stars
    star
    635
  • Rank 70,587 (Top 2 %)
  • Language
    PHP
  • Created about 15 years ago
  • Updated over 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Core system classes from Kohana

Kohana PHP Framework - core

ver Stable Develop
3.3.x Build Status - 3.3/master Build Status - 3.3/develop
3.4.x Build Status - 3.4/master Build Status - 3.4/develop

This is the core package for the Kohana object oriented HMVC framework built using PHP5. 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 and installation

See the sample application repository for full readme and contributing information. You will usually add kohana/core as a dependency in your own project's composer.json to install and work with this package.

Installation for development

To work on this package, you'll want to install it with composer to get the required dependencies. Note that there are currently circular dependencies between this module and kohana/unittest. These may cause you problems if you are working on a feature branch, because composer may not be able to figure out which version of kohana core you have.

To work around this, run composer like: COMPOSER_ROOT_VERSION=3.3.x-dev composer install. This tells composer that the current checkout is a 3.3.* development version. Obviously change the argument if your branch is based on a different version.

After installing the dependencies, you'll need a skeleton Kohana application before you can run the unit tests etc. The simplest way to do this is to use kohana/koharness to build a bare project in /tmp/koharness.

If in doubt, check the install and test steps in the .travis.yml file.

More Repositories

1

kohana

Basic application with official modules included
PHP
1,545
star
2

userguide

Kohana user guide and live API documentation module
PHP
164
star
3

database

A Kohana module for database interactions, building queries, and prepared statements
PHP
159
star
4

orm

Kohana ORM
PHP
159
star
5

minion

Everyone loves having a minion they can boss around
PHP
113
star
6

unittest

PHPUnit integration for Kohana
PHP
111
star
7

auth

Auth module for Kohana v3
PHP
103
star
8

image

A Kohana module for manipulating images
PHP
103
star
9

cache

Cache library for Kohana 3
PHP
78
star
10

kohanaframework.org

Kohana Framework main website
PHP
65
star
11

coding-standards

PHPCS rules for the Kohana framework
PHP
58
star
12

ohanzee-helpers

PHP
56
star
13

codebench

A benchmarking module for Kohana 3.x
PHP
32
star
14

Kohana.tmbundle

A TextMate bundle for Kohana v3
30
star
15

ohanzee

Website for Ohanzee project
CSS
15
star
16

cascading-filesystem

A virtual filesystem formed from merging multiple directories
PHP
13
star
17

ohanzee-router

Router component for Ohanzee
9
star
18

kohana-ci

kohana-ci
Shell
8
star
19

kohana.github.com

Github user page for Kohana PHP Framework
PHP
7
star
20

ohanzee-request

Ohanzee component for HTTP Request and Response wrapping
7
star
21

kohana2

Archive repo for Kohana2 framework - NOT MAINTAINED
PHP
7
star
22

Kohana-Redmine

Kohana's Redmine changes
Ruby
6
star
23

koharness

Create test harnesses for Kohana modules by building a clean application container with all dependencies
PHP
5
star
24

ohanzee-db

Ohanzee database component
PHP
3
star
25

doctrine

Doctrine integration for Kohana
PHP
3
star
26

chef-redmine

Redmine Recipe for Kohana
Ruby
2
star
27

vanilla-theme-kohana

Kohana's Vanilla Theme
PHP
1
star