PHPackages                             phpspec/kohana-extension - 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. [Framework](/categories/framework)
4. /
5. phpspec/kohana-extension

ActiveLibrary[Framework](/categories/framework)

phpspec/kohana-extension
========================

Kohana 3.0 extension for phpspec

v0.2.0(11y ago)13532MITPHPPHP &gt;=5.3.3

Since Jul 9Pushed 11y ago2 watchersCompare

[ Source](https://github.com/jon-acker/phpspec-kohana)[ Packagist](https://packagist.org/packages/phpspec/kohana-extension)[ Docs](https://github.com/jon-acker/phpspec-kohana)[ RSS](/packages/phpspec-kohana-extension/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (3)Versions (4)Used By (0)

phpspec-kohana
==============

[](#phpspec-kohana)

Extension for using PhpSpec with Kohana framework

Create a composer.json file:

```
{
    "require-dev": {
        "phpspec/kohana-extension": "0.2.*"
    },
    "config": {
        "bin-dir": "bin"
    },
    "autoload": {"psr-0": {"": "public/application/classes"}}
}

```

```
cp vendor/phpspec/kohana-extension/phpspec.yml.dist phpspec.yml

```

```
bin/phpspec describe Acme_Driver_Formatter

```

```
bin/phpspec run

```

You specify the applicaiton root in phpspec.yml, for example:

```
application_root: public/application

```

This will usually match the path you set for your composer autoload to search for classes.

For documentation on how to use phpspec, see:

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

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.

###  Release Activity

Cadence

Every ~0 days

Total

3

Last Release

4321d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/983191?v=4)[jacker](/maintainers/jacker)[@jacker](https://github.com/jacker)

---

Tags

kohanaphpspec

###  Code Quality

TestsBehat

### Embed Badge

![Health badge](/badges/phpspec-kohana-extension/health.svg)

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

###  Alternatives

[composer/installers

A multi-framework Composer library installer

1.4k136.0M6.0k](/packages/composer-installers)[kohana/core

Core system classes for the Kohana application framework

631522.1k90](/packages/kohana-core)[koseven/koseven

Koseven Framework - PHP-7 compatible replacement for Kohana

384121.4k](/packages/koseven-koseven)[kohana/database

The official Kohana module for database interactions, building queries, and prepared statements

158486.0k19](/packages/kohana-database)[kohana/image

The official Kohana module for manipulating images

103461.3k8](/packages/kohana-image)[kohana/auth

The official Kohana auth module

101227.2k9](/packages/kohana-auth)

PHPackages © 2026

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