PHPackages                             fond-of-codeception/spryker - 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. [Testing &amp; Quality](/categories/testing)
4. /
5. fond-of-codeception/spryker

ActiveLibrary[Testing &amp; Quality](/categories/testing)

fond-of-codeception/spryker
===========================

Spryker module for codeception

2.4.1(1y ago)443.0k↓50%2[1 PRs](https://github.com/fond-of/codeception-spryker/pulls)20MITPHPPHP &gt;=8.0

Since Feb 22Pushed 1y ago4 watchersCompare

[ Source](https://github.com/fond-of/codeception-spryker)[ Packagist](https://packagist.org/packages/fond-of-codeception/spryker)[ RSS](/packages/fond-of-codeception-spryker/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (8)Versions (22)Used By (20)

Spryker Codeception Module
==========================

[](#spryker-codeception-module)

[![CI](https://github.com/fond-of/codeception-spryker/actions/workflows/main.yml/badge.svg)](https://github.com/fond-of/codeception-spryker/actions/workflows/main.yml)[![PHP from Packagist](https://camo.githubusercontent.com/34810662bd486379a215d6c826616e7e1dabaee8c2b2f67e6cf8151e6c927735/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f666f6e642d6f662d636f646563657074696f6e2f737072796b65722e737667)](https://php.net/)[![Packagist](https://camo.githubusercontent.com/3a2778562e750faf7dc23801bfe9b269944b68d99322bda7d0f8fb6f024759c4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f666f6e642d6f662d636f646563657074696f6e2f737072796b65722e737667)](https://packagist.org/packages/fond-of-codeception/spryker)

This module allows developers to test spryker modules isolated.

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

[](#installation)

1. Add the package to `composer.json`:

    ```
    composer require --dev fond-of-codeception/spryker

    ```

    2. Enable module in `codeception.yml`: ```
        ...
        modules:
          enabled:
            - ...
            - \FondOfCodeception\Module\Spryker
          config:
            \FondOfCodeception\Module\Spryker:
                generate_transfer: true|false # Default is true
                generate_map_classes: true|false # Default is true
                generate_propel_classes: true|false # Default is true
                generate_ide_auto_completion: true|false # Default is true
                supported_source_identifiers: [string] # Default is ['page']
                ide_auto_completion_source_directories: [string => string] # Default is empty but it got merged with Spryker default paths
                     './bundles/*/src/': '*/*/' # Example value with wildcard
        ...
        ```

Features
--------

[](#features)

- Generate (entity)transfer classes
- Generate propel classes
- Generate map classes
- Generate ide auto completion
- Initialize environment (constants like APPLICATION\_ROOT\_DIR will be created)

Contributing
------------

[](#contributing)

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

Versioning
----------

[](#versioning)

We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/fond-of/codeception-spryker/tags).

License
-------

[](#license)

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details

Authors
-------

[](#authors)

- **Daniel Rose** - [daniel-rose](https://github.com/daniel-rose)

###  Health Score

45

—

FairBetter than 93% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity33

Limited adoption so far

Community36

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 61.5% 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 ~75 days

Recently: every ~146 days

Total

19

Last Release

554d ago

Major Versions

1.7.0 → 2.0.02022-12-13

PHP version history (3 changes)1.0.0PHP &gt;=7.1

1.1.0PHP &gt;=7.3

2.0.0PHP &gt;=8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/1c8ae669ad5d4e25d1564b2ee381e86fb88b3d9f132040a1a6b642de43b7a417?d=identicon)[daniel-rose](/maintainers/daniel-rose)

---

Top Contributors

[![daniel-rose](https://avatars.githubusercontent.com/u/489806?v=4)](https://github.com/daniel-rose "daniel-rose (16 commits)")[![gengjozsef](https://avatars.githubusercontent.com/u/20280713?v=4)](https://github.com/gengjozsef "gengjozsef (4 commits)")[![julianhyatt](https://avatars.githubusercontent.com/u/54834203?v=4)](https://github.com/julianhyatt "julianhyatt (3 commits)")[![SpiderDan98](https://avatars.githubusercontent.com/u/40319023?v=4)](https://github.com/SpiderDan98 "SpiderDan98 (3 commits)")

### Embed Badge

![Health badge](/badges/fond-of-codeception-spryker/health.svg)

```
[![Health](https://phpackages.com/badges/fond-of-codeception-spryker/health.svg)](https://phpackages.com/packages/fond-of-codeception-spryker)
```

###  Alternatives

[magento/magento2-functional-testing-framework

Magento2 Functional Testing Framework

15511.5M30](/packages/magento-magento2-functional-testing-framework)[mcustiel/phiremock-codeception-extension

Codeception extension for Phiremock. Allows to stub remote services for HTTP requests.

311.0M5](/packages/mcustiel-phiremock-codeception-extension)[contributte/codeception

Integration of Nette framework to Codeception.

27886.9k1](/packages/contributte-codeception)[docler-labs/codeception-slim-module

Codeception Module for Slim framework.

13178.0k1](/packages/docler-labs-codeception-slim-module)

PHPackages © 2026

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