yiisoft/yii2-dev
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).
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| yiisoft/yii2-debug | 0.84 | Yii 2 Debug Extension adds a web debugger toolbar and detailed debug pages for your Yii 2 application. Inspect requests, logs, DB queries, profiling data, and more to troubleshoot performance and errors during development. | 203 | 215 | 147 | 340K | 40 | 35.0 | 66.7 | BSD-3-Clause | 1 month ago | |
| yiisoft/yii2-app-advanced | 0.82 | 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,670 | 1,699 | 1,253 | 1K | 3 | 24.2 | 4.3 | BSD-3-Clause | — | |
| siguici/laravel-devtools | 0.82 | A lightweight set of dev tools for Laravel to speed up local development. Adds helpful debugging and productivity utilities you can enable in development environments to inspect requests, log output, and streamline common workflow tasks. | 1 | — | 0 | — | 0 | 5.5 | — | MIT | 5 months ago | |
| yiisoft/files | 0.82 | Yii Files is a PHP 8+ utility package with FileHelper methods for common filesystem tasks: ensure/create directories with permissions, remove or clear directories, filter files via path matching, and other file and directory management helpers. | 37 | 37 | 18 | 42K | 3 | 11.3 | 46.1 | BSD-3-Clause | 6 months ago | |
| fruitcake/laravel-debugbar | 0.81 | Integrate PHP DebugBar into Laravel to inspect requests in real time. Track queries, time, memory, routes, views, events, logs, and exceptions with an in-browser toolbar. Configurable collectors, storage, and easy setup for local development and debugging. | 19,242 | 19,238 | 1,605 | 582K | 73 | 90.7 | 54.2 | MIT | 2 weeks ago | |
| sikessem/laravel-devtools | 0.81 | Laravel DevTools bundles development, debugging, testing, and automation helpers for Laravel. Install via Composer as a dev dependency. Requires PHP 8.3+ (8.3.29+ recommended) and Composer v2+. | 1 | 1 | 0 | 12 | 0 | 7.9 | 9.4 | MIT | 5 months ago | |
| bigpaulie/cachebundle | 0.80 | — | 1 | 1 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| symfony/ai-cache-platform | 0.80 | Symfony AI Cache Platform bridge that integrates Cache Platform as a caching backend for Symfony AI. Enables storing and retrieving AI-related cache entries via Cache Platform, improving performance and reuse across requests. | 1 | 1 | 0 | 3K | 0 | 22.4 | 52.2 | MIT | 2 days ago | |
| kevinrob/guzzle-cache-middleware | 0.80 | RFC 7234–compliant HTTP cache middleware for Guzzle 6+ using a HandlerStack. Improve API call performance with transparent caching. Supports PSR-7 and multiple storages: Laravel cache, Flysystem, PSR-6/16, and WordPress object cache. | 435 | 440 | 80 | 412K | 20 | 39.5 | 56.0 | MIT | 1 week ago | |
| bash/cache-bundle | 0.80 | — | 1 | 1 | 0 | 20 | 0 | 4.6 | 14.4 | — | 2 years ago | |
| desarrolla2/cache | 0.80 | Immutable PSR-16 simple cache library for PHP with multiple adapters (APCu, File, Memcached, Redis, MongoDB, etc.) plus a Chain adapter. Supports configurable options like default TTL via withOption/withOptions. Aims to be complete, correct, and fast. | 134 | 146 | 37 | 12K | 0 | 2.4 | 26.8 | MIT | 7 years ago | |
| symfony/cache | 0.80 | Symfony Cache is a fast, low-overhead caching component with PSR-6 implementations and adapters for common backends. Includes a PSR-16 adapter plus support for symfony/cache-contracts CacheInterface and TagAwareCacheInterface. | 4,163 | 4,186 | 64 | 8M | 0 | 56.7 | 53.2 | MIT | 2 weeks ago | |
| yiisoft/yii2 | 0.80 | 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 | 130 | 446K | 0 | 5.4 | 45.3 | BSD-3-Clause | — | |
| thecodingmachine/cache-utils | 0.80 | Small set of PHP cache helpers by TheCodingMachine: adapters and utilities around PSR-6/PSR-16 caches, including cache wrappers and simple tooling to standardize access, reduce boilerplate, and ease integration in frameworks and libraries. | 2 | 2 | 3 | 31K | 0 | 0.6 | 55.3 | — | 6 years ago | |
| bigyouth/page-cache-bundle | 0.80 | — | 4 | 4 | 0 | 0 | 0 | 0.6 | — | MIT | 6 years ago | |
| zetacomponents/cache | 0.79 | — | 6 | 6 | 9 | 4K | 0 | 0.6 | 38.6 | NOASSERTION | — | |
| psr-discovery/cache-implementations | 0.79 | Discovers installed PSR-6 cache implementations at runtime and returns the first available adapter, avoiding hard dependencies in libraries/SDKs. Supports php-cache adapters and Stash, with options to prefer or manually instantiate configurable caches. | 8 | 8 | 1 | 467K | 0 | 1.3 | 55.3 | MIT | 1 year ago | |
| effiana/phpfastcache-bundle | 0.79 | — | 0 | 0 | 1 | 0 | 0 | 0.9 | — | MIT | 6 years ago | |
| doctrine/phpcr-dbal-symfony-pack | 0.79 | — | 0 | 0 | 1 | 0 | 1 | 0.5 | — | MIT | 6 years 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 | 8K | 0 | 0.5 | 21.0 | BSD-3-Clause | 9 years ago |
How can I help you explore Laravel packages today?