PHPackages                             seyfer/kohana-devtools - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. seyfer/kohana-devtools

ActiveKohana-module[Utility &amp; Helpers](/categories/utility)

seyfer/kohana-devtools
======================

Kohana developer tools

4171PHP

Since Jan 15Pushed 11y ago3 watchersCompare

[ Source](https://github.com/seyfer/kohana-devtools)[ Packagist](https://packagist.org/packages/seyfer/kohana-devtools)[ RSS](/packages/seyfer-kohana-devtools/feed)WikiDiscussions 3.3/master Synced 1mo ago

READMEChangelogDependenciesVersions (3)Used By (0)

Kohana Devtools Module
======================

[](#kohana-devtools-module)

Features
--------

[](#features)

- Easy access to Kohana environment details (normally only provided by `install.php`
- Provides Transparent Extension information (which Kohana native classes your app/modules ovewrite) extend.
- Includes very useful Route tester
- Easy and readable access to all your app's routes, configs, messages and i18n's

Preview Screenshot
------------------

[](#preview-screenshot)

[![Preview!](https://camo.githubusercontent.com/f98c49022e104b8514107ff53ee3d1b9185d17707fe3435468daea9154ce4c50/687474703a2f2f692e696d6775722e636f6d2f524b77696154342e706e67)](https://camo.githubusercontent.com/f98c49022e104b8514107ff53ee3d1b9185d17707fe3435468daea9154ce4c50/687474703a2f2f692e696d6775722e636f6d2f524b77696154342e706e67)

Compatibility
-------------

[](#compatibility)

- Kohana 3.3.x

Installation
------------

[](#installation)

1. Checkout/download files and folders to `MODPATH/devtools`.
2. Add this entry under `Kohana::modules` array in your `APPPATH/bootstrap.php`:

```
'devtools'     => MODPATH.'devtools',      // Devtools
```

### Conditional Loading

[](#conditional-loading)

If you don't want to worry about disabling the module for non-DEVELOPMENT environments you can load on condition in your `bootstrap.php`, .e.g:

```
/**
 * Enable modules. Modules are referenced by a relative or absolute path.
 */
$modules = array(
    // 'auth'       => MODPATH.'auth',       // Basic authentication
    // 'cache'      => MODPATH.'cache',      // Caching with multiple backends
    // 'codebench'  => MODPATH.'codebench',  // Benchmarking tool
    // 'database'   => MODPATH.'database',   // Database access
    // 'image'      => MODPATH.'image',      // Image manipulation
    // 'minion'     => MODPATH.'minion',     // CLI Tasks
    // 'orm'        => MODPATH.'orm',        // Object Relationship Mapping
    // 'unittest'   => MODPATH.'unittest',   // Unit testing
    // 'userguide'  => MODPATH.'userguide',  // User guide and API documentation
);

// Load Devtools module only if in DEVELOPMENT environment
if (Kohana::$environment === Kohana::DEVELOPMENT)
{
    $modules['devtools'] = MODPATH.'devtools';
}

Kohana::modules($modules);
```

Configuration
-------------

[](#configuration)

This module requires no configuration.

Usage
-----

[](#usage)

Simply browse to `/devtools` on your app.

Notes
-----

[](#notes)

This module will throw an exception if enabled in an environment different than `DEVELOPMENT`.

Acknowledgements
----------------

[](#acknowledgements)

This module was originally created by [Michael Peters aka bluehawk](https://github.com/bluehawk). I merely provided few tweaks and updates to make it work with latest Kohana versions.

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 89.6% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/71775d95a4c19f629135c951e986592c79f63ed0f38c4eabfa767f5144909ea9?d=identicon)[seyfer](/maintainers/seyfer)

---

Top Contributors

[![michal-m](https://avatars.githubusercontent.com/u/519992?v=4)](https://github.com/michal-m "michal-m (43 commits)")[![bluehawk](https://avatars.githubusercontent.com/u/139870?v=4)](https://github.com/bluehawk "bluehawk (4 commits)")[![seyfer](https://avatars.githubusercontent.com/u/1483925?v=4)](https://github.com/seyfer "seyfer (1 commits)")

### Embed Badge

![Health badge](/badges/seyfer-kohana-devtools/health.svg)

```
[![Health](https://phpackages.com/badges/seyfer-kohana-devtools/health.svg)](https://phpackages.com/packages/seyfer-kohana-devtools)
```

###  Alternatives

[vinkla/extended-acf

Register advanced custom fields with object-oriented PHP

503264.8k11](/packages/vinkla-extended-acf)[tomloprod/colority

Colority is a lightweight PHP library designed to handle color transformations, validations and manipulations with ease.

22688.4k1](/packages/tomloprod-colority)[vipsoft/unzip

Unzip library - a ZipArchive wrapper

331.4M](/packages/vipsoft-unzip)[tomasnorre/crawler

Crawler extension for TYPO3

58397.5k1](/packages/tomasnorre-crawler)[cmrcx/phptidy

PHP code formatter

45602.3k9](/packages/cmrcx-phptidy)[drmabuse/yii2-sir-trevor-js

Yii 2 Sir Trevor JS widget

155.5k](/packages/drmabuse-yii2-sir-trevor-js)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
