PHPackages                             idmkr/platformify - 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. idmkr/platformify

ActiveLibrary

idmkr/platformify
=================

Adapt Platform framework to Codeception

00PHP

Since Nov 23Pushed 9y ago3 watchersCompare

[ Source](https://github.com/idmkr/platformify)[ Packagist](https://packagist.org/packages/idmkr/platformify)[ RSS](/packages/idmkr-platformify/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Test Helper for Cartalyst Platform Framework
--------------------------------------------

[](#test-helper-for-cartalyst-platform-framework)

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

[](#installation)

```
composer require idmkr/platformify --dev
```

Add to config\\app.php

```
idmkr\platformify\Providers\CodeceptionServiceProvider::class,
```

Use in codeception test
-----------------------

[](#use-in-codeception-test)

tests\_support\\Helper\\Functional.php

```
namespace Helper;

use Codeception\TestInterface;
use Idmkr\Platformify\Traits\Platformify;

// here you can define custom actions
// all public methods declared in helper class will be available in $I

class Functional extends \Codeception\Module
{
    use Platformify;

    public $app;

    // HOOK: before each suite
    public function _before(TestInterface $test) {
        $this->boot();
        $this->artisan('app:install', ['--seed-only' => true, '--env' => 'testing']);
    }

}
```

Use with CodeShip
-----------------

[](#use-with-codeship)

add in composer.json :

```
        "post-install-cmd": [
            ...
            "php artisan app:install --seed",
            ...
        ],
```

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 85.7% 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/9871cf08168b5bd234b916d46d443d3cb9aabaa3877938d398a50ba29b4af436?d=identicon)[idmkr](/maintainers/idmkr)

---

Top Contributors

[![R-Flo](https://avatars.githubusercontent.com/u/2573981?v=4)](https://github.com/R-Flo "R-Flo (6 commits)")[![zzgael](https://avatars.githubusercontent.com/u/6159020?v=4)](https://github.com/zzgael "zzgael (1 commits)")

### Embed Badge

![Health badge](/badges/idmkr-platformify/health.svg)

```
[![Health](https://phpackages.com/badges/idmkr-platformify/health.svg)](https://phpackages.com/packages/idmkr-platformify)
```

PHPackages © 2026

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