craftcms/yii2-adapter
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.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| yiisoft/yii2-composer | 0.83 | 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 | 96 | 31 | 466K | 0 | 2.0 | 51.5 | BSD-3-Clause | 1 year ago | |
| yiisoft/yii2-app-advanced | 0.81 | 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,672 | 1,699 | 1,252 | 1K | 3 | 24.2 | 3.7 | BSD-3-Clause | — | |
| sanmai/phpunit-legacy-adapter | 0.80 | Compatibility adapter for running legacy PHPUnit test suites on newer PHPUnit versions. Helps bridge API changes, keep older tests passing, and smooth migrations without rewriting everything. Suitable for maintaining long-lived PHP projects with outdated test setups. | 3 | 3 | 1 | 2K | 0 | 19.3 | 41.1 | Apache-2.0 | 3 months ago | |
| yiisoft/yii2-codeception | 0.79 | 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 | 7K | 0 | 0.5 | 20.8 | BSD-3-Clause | 9 years ago | |
| yidas/yii2-composer-bower-skip | 0.79 | Composer helper for Yii2 that lets you install/update yiisoft/yii2 without Bower asset packages or fxp/composer-asset-plugin. Skips bower-asset dependencies to avoid “no matching package found” errors; keep existing vendor assets or none at all. | 42 | 47 | 5 | 13K | 0 | 1.3 | 34.3 | MIT | 8 years ago | |
| yiisoft/yii2 | 0.79 | 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. | 234 | 367 | 130 | 444K | 0 | 5.4 | 45.3 | BSD-3-Clause | — | |
| dwcasteam/configuration-bundle | 0.79 | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | — | — | |
| yiisoft/yii2-dev | 0.79 | Yii 2 is a modern, fast, secure PHP framework with sensible defaults and flexible configuration. A solid foundation for building web applications, with comprehensive guides and API docs. Requires PHP 7.4+ (best on PHP 8). | 14,307 | 14,307 | 6,771 | 2K | 241 | 84.6 | 31.2 | BSD-3-Clause | 2 months ago | |
| symfony/symfony | 0.78 | Symfony is a robust PHP framework and component library for building web apps and APIs. It offers a mature ecosystem, reusable components, strong tooling, and long-term support, powering everything from small sites to large enterprise platforms. | 31,114 | 31,405 | 9,859 | 249K | 249 | 91.8 | 45.4 | MIT | 1 week ago | |
| carlosgude/integration-engine | 0.78 | IntegrationEngine standardizes external API integrations in Symfony: each endpoint is a predictable Action with a Request and Response DTO + Mapper. Includes scaffolding commands to generate integrations and actions, keeping HTTP/mapping logic consistent and maintainable. | 9 | 10 | 0 | 0 | 0 | 29.5 | 4.5 | MIT | 1 month ago | |
| codeigniter/framework | 0.78 | CodeIgniter is a lightweight PHP web framework focused on speed, simplicity, and small footprint. It offers MVC structure, clean routing, security features, database tools, and helpers—ideal for building fast, maintainable apps without heavy dependencies. | 18,167 | 18,246 | 7,545 | 21K | 71 | 60.0 | 31.6 | MIT | — | |
| symfony/config | 0.78 | Symfony Config component helps you find, load, merge, autofill, and validate configuration from sources like YAML, XML, INI, or databases. Provides structured handling of config values for reusable, consistent application setups. | 4,273 | 4,309 | 44 | 8M | 0 | 57.4 | 53.1 | MIT | 1 week ago | |
| egeloen/http-adapter | 0.77 | Deprecated HTTP client abstraction for PHP 5.4.8+ that issues requests via multiple adapters (cURL, Guzzle, Buzz, Zend, etc.) and follows PSR-7 message standards. Bugfixes only; new features moved to php-http. | 157 | 158 | 17 | 15K | 0 | 1.3 | 27.4 | MIT | — | |
| digipolisgent/domainator9k-apptype-generic-bundle | 0.77 | — | 0 | 0 | 0 | 0 | 0 | 0.9 | — | — | 8 years ago | |
| common-gateway/xxllnc-to-ktb-bundle | 0.77 | — | 0 | 0 | 0 | 0 | 0 | 2.5 | — | — | 1 year ago | |
| common-gateway/zgw-to-zds-bundle | 0.77 | — | 0 | 0 | 0 | 0 | 0 | 12.9 | — | — | 7 months ago | |
| common-gateway/zds-to-zgw-bundle | 0.77 | — | 0 | 0 | 0 | 0 | 0 | 4.6 | — | — | 2 years ago | |
| php-standard-library/interoperability | 0.77 | Lightweight PHP interoperability helpers in the php-standard-library ecosystem. Provides small, standards-oriented utilities to bridge common interfaces and behaviors between components, improving compatibility and reuse without pulling in heavy dependencies. | 1 | 1 | 0 | 38K | 0 | 17.8 | 63.2 | MIT | 2 months ago | |
| codeception/module-yii2 | 0.77 | 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. | 19 | 19 | 43 | 178K | 8 | 17.7 | 60.9 | MIT | 7 months ago | |
| php-http/guzzle6-adapter | 0.77 | PSR-7/PSR-18 compatible adapter that lets you use Guzzle 6 as an HTTPlug HTTP client. Provides a bridge for sending requests through Guzzle while working with php-http contracts, useful for libraries that depend on standardized HTTP interfaces. | 1,348 | 1,383 | 54 | 316K | 2 | 5.6 | 23.0 | MIT | 5 years ago |
How can I help you explore Laravel packages today?