PHPackages                             tradedataservices/phpspec-for-ci-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. tradedataservices/phpspec-for-ci-extension

ActiveLibrary

tradedataservices/phpspec-for-ci-extension
==========================================

PhpSpec for CodeIgniter

1.0.1(2y ago)02proprietaryPHP

Since Jan 17Pushed 2y ago1 watchersCompare

[ Source](https://github.com/ig-devops/phpspec-for-ci-extension)[ Packagist](https://packagist.org/packages/tradedataservices/phpspec-for-ci-extension)[ RSS](/packages/tradedataservices-phpspec-for-ci-extension/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (6)Versions (3)Used By (0)

\#Phpspec for CodeIgniter Extension

\##Using the extension

1. Add the following repository entry in your `composer.json` file:

```
    ...
    "repositories": [
        ...
        {
          "type": "git",
          "url": "git@bitbucket.org:code-ninja/phpspec-for-ci-extension.git"
        }
        ...
    ]

```

2. Add the following repository entry in your `composer.json` file:

```
    ...
    "require-dev": {
        ...
        "importgenius/phpspec-for-ci-extension" : "dev-master"
        ...
    }

```

3. Enable the extension in your `phpspec.yml` file:

```
...
extensions:
    - ImportGenius\PhpSpecForCi\PhpSpecExtension
...

```

\##For further technical details, see the feature files in this folder:

```
vendor/importgenius/phpspec-for-ci-extension/features/code_generation

```

\##Running The Tests

\###Behat

```
$ bin/behat

```

\###Phpspec

```
$ bin/phpspec run

```

\###PHPMD

```
$ bin/phpmd src/ text cleancode,codesize,controversial,design,naming,unusedcode

```

\###PHPCS

```
$ bin/phpcs src/ --standard=PSR2

```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

847d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/54c5d369583ad1c1db4e79ec0f421c589b5ff0f942bc4ab2d8424554f82384ca?d=identicon)[ig-devops](/maintainers/ig-devops)

---

Top Contributors

[![daryledakis](https://avatars.githubusercontent.com/u/6300350?v=4)](https://github.com/daryledakis "daryledakis (2 commits)")

###  Code Quality

TestsBehat

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/tradedataservices-phpspec-for-ci-extension/health.svg)

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

###  Alternatives

[ciaranmcnulty/phpspec-typehintedmethods

Extension for phpspec to enhance generated methods

3089.3k31](/packages/ciaranmcnulty-phpspec-typehintedmethods)[rmiller/behat-spec

Behat and PhpSpec integration

5321.7k8](/packages/rmiller-behat-spec)

PHPackages © 2026

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