2017 © Pedro Peláez
 

library core

Core system classes for the Kohana application framework

image

kohana/core

Core system classes for the Kohana application framework

  • PHP
  • 148 Dependents
  • 0 Suggesters
  • 338 Forks
  • 41 Open issues
  • 20 Versions
  • 7 % Grown

The README.md

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., (*1)

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

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., (*3)

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., (*4)

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., (*5)

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., (*6)

If in doubt, check the install and test steps in the .travis.yml file., (*7)

The Versions

06/10 2016

dev-3.3/bug/skip-valid-ip

dev-3.3/bug/skip-valid-ip http://kohanaframework.org

Core system classes for the Kohana application framework

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.3.3

 

The Development Requires

framework kohana

01/09 2016

dev-3.3/bug/valid-ip

dev-3.3/bug/valid-ip http://kohanaframework.org

Core system classes for the Kohana application framework

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.3.3

 

The Development Requires

framework kohana

25/08 2016

dev-3.4/security/encrypt

dev-3.4/security/encrypt http://kohanaframework.org

Core system classes for the Kohana application framework

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

framework kohana

16/08 2016

dev-3.4/develop

dev-3.4/develop http://kohanaframework.org

Core system classes for the Kohana application framework

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

framework kohana

25/07 2016

dev-3.3/develop

dev-3.3/develop http://kohanaframework.org

Core system classes for the Kohana application framework

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.3.3

 

The Development Requires

framework kohana

25/07 2016

dev-3.3/master

dev-3.3/master http://kohanaframework.org

Core system classes for the Kohana application framework

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.3.3

 

The Development Requires

framework kohana

25/07 2016

v3.3.6

3.3.6.0 http://kohanaframework.org

Core system classes for the Kohana application framework

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.3.3

 

The Development Requires

framework kohana

25/03 2016

dev-feature/apply-namespaces

dev-feature/apply-namespaces http://kohanaframework.org

Core system classes for the Kohana application framework

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

framework kohana

10/03 2016

v3.3.5

3.3.5.0 http://kohanaframework.org

Core system classes for the Kohana application framework

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.3.3

 

The Development Requires

framework kohana

08/01 2016

dev-3.4/feature/more-log-writer-filters

dev-3.4/feature/more-log-writer-filters http://kohanaframework.org

Core system classes for the Kohana application framework

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

framework kohana

07/01 2016

dev-3.4/feature/remove-global-routes

dev-3.4/feature/remove-global-routes http://kohanaframework.org

Core system classes for the Kohana application framework

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

framework kohana

13/11 2015

dev-3.4/feature/more-log-filters

dev-3.4/feature/more-log-filters http://kohanaframework.org

Core system classes for the Kohana application framework

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

framework kohana

28/07 2015

dev-3.5/develop

dev-3.5/develop http://kohanaframework.org

Core system classes for the Kohana application framework

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.4.0

 

The Development Requires

framework kohana

27/06 2015

v3.3.4

3.3.4.0 http://kohanaframework.org

Core system classes for the Kohana application framework

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.3.3

 

The Development Requires

framework kohana

11/12 2014

v3.3.3

3.3.3.0 http://kohanaframework.org

Core system classes for the Kohana application framework

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.3.3

 

The Development Requires

framework kohana

11/12 2014

v3.3.3.1

3.3.3.1 http://kohanaframework.org

Core system classes for the Kohana application framework

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.3.3

 

The Development Requires

framework kohana

05/03 2014

v3.2.3

3.2.3.0 http://kohanaframework.org

Core system classes for the Kohana application framework

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.3.3

 

framework kohana

05/03 2014

v3.3.2

3.3.2.0 http://kohanaframework.org

Core system classes for the Kohana application framework

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.3.3

 

framework kohana

01/09 2013

v3.3.1

3.3.1.0 http://kohanaframework.org

Core system classes for the Kohana application framework

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.3.3

 

framework kohana

14/11 2012

dev-3.4/feature/4650-refactor-kohana-core

dev-3.4/feature/4650-refactor-kohana-core

  Sources   Download

The Requires