codeception/module-yii2
Codeception Yii2 module for acceptance and functional testing. Provides helpers to bootstrap Yii2 apps, handle fixtures, navigate routes, interact with models and components, and integrate Yii2-specific assertions into your Codeception test suite.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| yiisoft/yii2-composer | 0.84 | Composer installer plugin for Yii 2 extensions. Adds the yii2-extension package type, supports extension bootstrapping via extra.bootstrap, and provides post-create-project and post-install hooks for tasks like setting permissions and generating cookie validation keys. | 86 | 97 | 31 | 450K | 0 | 2.0 | 51.3 | BSD-3-Clause | 1 year ago | |
| yiisoft/yii2-codeception | 0.84 | Yii2 integration for Codeception that streamlines functional and acceptance testing of Yii 2 apps. Provides Yii-aware modules, fixtures, and helpers to bootstrap the application, interact with components, and run tests consistently across environments. | 53 | 58 | 16 | 8K | 0 | 0.5 | 21.0 | BSD-3-Clause | 9 years ago | |
| codeception/module-symfony | 0.84 | Symfony module for Codeception that integrates the framework’s kernel, container, and HTTP client for functional/acceptance testing. Boot the app, make requests, assert responses, and access services to test controllers and app behavior with minimal setup. | 96 | 97 | 25 | 195K | 9 | 30.7 | 56.1 | MIT | 1 month ago | |
| codeception/codeception | 0.83 | Codeception is a full-stack PHP testing framework for unit, functional, and acceptance tests. It unifies PHPUnit-style assertions with browser and API testing, offers modular helpers, and integrates with popular PHP frameworks to speed up reliable test automation. | 4,854 | 4,909 | 1,285 | 1M | 152 | 82.4 | 63.6 | MIT | 3 months ago | |
| yiisoft/yii2 | 0.82 | Yii 2 core framework package for PHP. Install via Composer to build high-performance, component-based web applications. This is a read-only subsplit; issues and pull requests belong in the main yiisoft/yii2 repository. | 235 | 368 | 131 | 427K | 0 | 5.4 | 45.2 | BSD-3-Clause | — | |
| yiisoft/yii2-coding-standards | 0.81 | Yii 2 coding standards package providing PHP_CodeSniffer ruleset, sniffs, and tooling configs based on PSR-12 with Yii2-specific tweaks. Use it to enforce Yii2 core style in framework development or in existing Yii2 applications. | 182 | 186 | 49 | 38K | 1 | 24.9 | 34.7 | — | 1 year ago | |
| matthiasnoback/symfony-config-test | 0.81 | PHPUnit helpers for testing Symfony Config definitions. Provides a test case trait and assertions to validate config trees, ensuring required nodes, types, and constraints behave as expected by asserting valid and invalid configuration arrays. | 167 | 167 | 35 | 201K | 1 | 23.2 | 48.6 | MIT | 3 months ago | |
| soyuka/contexts | 0.80 | Add lightweight context handling to PHP/Laravel apps with soyuka/contexts. Store and retrieve per-request or runtime context data (like user, locale, tracing IDs) in a clean API to simplify logging, debugging, and cross-cutting concerns without global state. | 28 | 28 | 21 | 63K | 0 | 3.2 | 46.6 | NOASSERTION | 1 year ago | |
| behat/behat | 0.80 | Behat is a PHP BDD framework for testing business expectations with executable specifications. Install via Composer and run scenarios from the CLI. Ideal for acceptance and behavior-driven tests, with strong docs and semantic versioning. | 3,956 | 4,001 | 614 | 2M | 48 | 77.4 | 60.9 | MIT | 1 month ago | |
| bespoke-support/symfony-test-application | 0.80 | — | 1 | 1 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| drjele/symfony-phpunit | 0.80 | Symfony bridge for running PHPUnit tests with a simple, consistent setup. Provides helpers and configuration to integrate PHPUnit into Symfony projects, smoothing bootstrapping and test execution across environments. | 0 | 0 | — | 0 | — | 0.0 | — | — | — | |
| craftcms/yii2-adapter | 0.79 | Compatibility adapter that lets Yii2-based code run within Craft CMS by bridging key Yii2 services and conventions. Useful for plugins or libraries that expect a Yii2 environment, easing migration and reuse across Craft projects. | 0 | 0 | 0 | 142 | 0 | 0.0 | 29.4 | — | — | |
| liip/functional-test-bundle | 0.79 | Symfony bundle providing base classes and helpers for functional tests, plus a DI-aware mock builder for unit tests. Includes tools for command testing, logged clients, query counting, examples, and parallel test runs. | 649 | 659 | 180 | 92K | 42 | 48.7 | 51.0 | MIT | 1 month ago | |
| yiisoft/yii2-app-advanced | 0.79 | Yii 2 Advanced Application Template: a starter project for building Yii2 apps with separate frontend and backend, shared common code, environment-specific configs, and ready-to-use tools for development, testing, and deployment. | 1,669 | 1,699 | 1,254 | 1K | 3 | 24.2 | 4.3 | BSD-3-Clause | — | |
| rybakit/phpunit-extras | 0.78 | Handy extras for PHPUnit: custom constraints and assertions plus test helpers to write clearer, more expressive PHP tests. Drop-in utilities that reduce boilerplate and improve failure messages, fitting naturally into existing PHPUnit suites. | 47 | 47 | 1 | 827 | 0 | 0.3 | — | MIT | 3 years ago | |
| yiisoft/yii2-gii | 0.78 | Gii is Yii2’s web-based code generator. Rapidly scaffold models, CRUD, controllers, forms, and modules with templates you can customize. Speeds up development and enforces consistent structure, with an extensible generator system for your own blueprints. | 201 | 211 | 189 | 214K | 82 | 26.7 | 64.6 | BSD-3-Clause | — | |
| codeception/specify | 0.78 | Trait for BDD-style specifications in PHPUnit/Codeception. Lets you write tests with describe/it-like blocks, shared setup, and clear expectations, improving readability while staying compatible with standard PHP unit testing workflows. | 0 | 160 | — | 100K | — | 8.0 | 39.7 | — | — | |
| codeception/c3 | 0.78 | C3 is Codeception’s remote code coverage helper for PHP apps. It collects coverage from web/functional tests by instrumenting your entry point and forwarding results back to the test runner, making it easy to measure coverage on remote servers and CI. | 74 | 74 | 46 | 91K | 7 | 11.8 | 45.3 | — | 2 years ago | |
| behat/symfony2-extension | 0.78 | — | 389 | 395 | 105 | 45K | 0 | 3.7 | 20.1 | MIT | 7 years ago | |
| myqee/test | 0.78 | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | — | — |
How can I help you explore Laravel packages today?