Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Cache Laravel Package

symfony/cache

Symfony Cache provides fast, low-overhead PSR-6 caching with adapters for common backends. Includes a PSR-16 bridge plus CacheInterface and TagAwareCacheInterface implementations via symfony/cache-contracts for flexible app caching.

View on GitHub
Deep Wiki
Context7
Package
Description
Stars
Likes
Forks
Downloads
Issues
Score
Opportunity
License
Last Release
cache/cache Meta package for the PHP-Cache ecosystem: PSR-6 cache adapters and libraries (tagging, hierarchy, bundles) in one install. Useful for development and contributing, but not actively maintained—new projects should consider Symfony Cache. 265 271 83 20K 0 27.3 38.5 MIT 8 years ago
View on GitHub
Context7
cache/integration-tests Integration test suite for validating PSR-6 cache pools, taggable cache pools, and PSR-16 simple caches against PHP-FIG rules. Install as a dev dependency and extend the provided PHPUnit base tests to verify your cache implementation. 39 39 34 44K 2 28.2 49.4 MIT 5 years ago
View on GitHub
Context7
cache/simple-cache-bridge Bridge any PSR-6 cache pool to PSR-16 SimpleCache. Wrap an existing PSR-6 implementation and use the simpler PSR-16 API in your app while keeping your current cache backend. Part of the PHP-Cache ecosystem. 42 43 6 75K 0 22.0 52.7 MIT 4 years ago
View on GitHub
Context7
cache/taggable-cache Adapter that makes any PSR-6 cache pool taggable. Tag related cache items and invalidate them by tag without clearing the whole cache. Part of the PHP Cache organization; works with all PHP Cache pools supporting tagging. 35 36 4 12K 0 24.5 40.8 MIT 4 years ago
View on GitHub
Context7
consolidation/self-update Consolidation Self-Update adds safe, automated self-update support for PHP CLI apps. Check for new releases, download and replace the running PHAR, verify integrity, and manage backups/rollback—ideal for tooling built with Robo and Consolidation components. 104 104 10 615K 4 24.7 63.0 MIT 5 months ago
View on GitHub
Context7
dama/doctrine-test-bundle Symfony test bundle that speeds up Doctrine tests by reusing static DBAL connections and wrapping each test in a transaction that’s rolled back for isolation. Also provides a PSR-6 static array cache for Doctrine metadata/query caching to reduce boot time and memory. 1,174 1,171 64 1M 6 38.4 49.9 MIT 2 months ago
View on GitHub
Context7
doctrine/annotations Doctrine Annotations parses and reads docblock annotations for PHP projects. Considered feature complete since PHP 8 attributes are the native replacement; this package now focuses on bugfixes and security fixes. Documentation available on doctrine-project.org. 6,745 6,785 230 6M 26 68.6 58.7 MIT 1 year ago
View on GitHub
Deep Wiki
Context7
doctrine/cache Doctrine Cache is a legacy cache component extracted from Doctrine Common, offering multiple cache drivers and interfaces used across Doctrine projects. Note: the library is deprecated and no longer maintained; prefer a PSR-6 or PSR-16 cache instead. 7,879 7,973 213 5M 1 60.6 45.7 MIT 3 years ago
View on GitHub
Deep Wiki
Context7
doctrine/data-fixtures Doctrine Data Fixtures extension for Doctrine ORM/ODM. Provides a simple, structured way to define, manage, and execute data fixtures for loading seed/test data into your database, with tooling and docs to support fixture organization and execution. 2,851 2,872 232 2M 35 61.2 60.9 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
doctrine/dbal Doctrine DBAL is a powerful database abstraction layer for PHP, providing a consistent API across drivers plus rich schema introspection and management tools. Ideal for building portable SQL queries, migrations, and database tooling beyond PDO. 9,698 9,856 1,374 8M 278 89.9 74.8 MIT 2 weeks ago
View on GitHub
Deep Wiki
Context7
doctrine/doctrine-bundle Symfony bundle integrating Doctrine DBAL and ORM. Provides database abstraction, schema tools, and an object-relational mapper with DQL for powerful queries, plus configuration and tooling that fits the Symfony ecosystem. 4,828 4,864 481 4M 31 77.3 62.4 MIT 3 months ago
View on GitHub
Context7
doctrine/migrations Doctrine Migrations is a PHP library for managing database schema changes with versioned migrations. Generate, run, and roll back migrations safely across environments, track executed versions, and integrate with Doctrine DBAL/ORM for reliable deployment workflows. 4,774 392 119 75.6 32.3 MIT 1 month ago
Deep Wiki
Context7
doctrine/mongodb-odm Doctrine MongoDB ODM is an object document mapper for PHP that brings Doctrine-style persistence to MongoDB. Define documents with metadata, map fields and relations, run queries, and handle unit of work, identity map, and migrations for MongoDB apps. 1,097 1,108 515 392K 102 69.5 71.0 MIT 2 months ago
View on GitHub
Deep Wiki
Context7
doctrine/orm Doctrine ORM is a PHP 8.1+ object-relational mapper that provides transparent persistence for objects on top of Doctrine DBAL. Includes DQL, an object-oriented SQL-like query language inspired by Hibernate HQL, for flexible, powerful querying. 10,170 10,348 2,536 5M 1,283 89.6 70.5 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
doctrine/persistence Leverage Doctrine Persistence for consistent object mapping and database interactions in PHP. Abstracts ORM logic, simplifying persistence across frameworks. Supports Doctrine ORM, DBAL, and more with unified abstractions. Ideal for scalable applications needing clean persistence patterns. 4,051 4,053 77 5M 16 56.2 57.0 MIT 5 months ago
View on GitHub
Deep Wiki
Context7
doctrine/phpcr-odm Doctrine PHPCR-ODM maps PHP objects to a PHPCR content repository (e.g., Jackrabbit or DBAL-backed implementations). Provides persistence, querying, and schema mapping via Doctrine-style metadata, with tooling, docs, and test setups for multiple backends. 181 181 101 12K 54 49.7 54.9 MIT 2 weeks ago
View on GitHub
Context7
jackalope/jackalope-doctrine-dbal Doctrine DBAL-based Jackalope backend for PHPCR, enabling content repository storage on SQL databases. Provides a DBAL transport layer, schema management, and integration pieces for running Jackalope with Doctrine DBAL across multiple database platforms. 150 151 61 32K 32 41.8 54.4 NOASSERTION 4 months ago
View on GitHub
Context7
jms/metadata jms/metadata is a PHP library for managing class, method, and property metadata independent of its source (annotations, YAML/XML/PHP config, etc.). Extend base metadata classes, plug in drivers, and fetch metadata via MetadataFactory. 1,821 1,830 71 2M 5 39.5 53.0 MIT 4 months ago
View on GitHub
Context7
kevinrob/guzzle-cache-middleware RFC 7234-compliant HTTP cache middleware for Guzzle 6+. Add to a HandlerStack to transparently cache responses and speed up API calls. Supports PSR-7 and multiple backends: Laravel Cache, Flysystem, PSR-6/16, and WordPress object cache. 432 435 79 371K 20 39.6 56.2 MIT 4 weeks ago
View on GitHub
Context7
knplabs/github-api Lightweight, well-tested PHP wrapper for GitHub APIs v3 (REST) and v4 (GraphQL). PSR-17/PSR-18 compatible via HTTPlug, with easy setup using Guzzle, Symfony HttpClient, or other PSR clients. Supports framework integrations (Laravel via graham-campbell/github). 2,200 2,227 592 489K 39 67.8 59.7 MIT 1 year ago
View on GitHub
Context7
kreait/laravel-firebase Laravel package integrating the Firebase PHP Admin SDK. Configure via service account credentials, access Firebase services through Laravel-friendly bindings, and support multiple Firebase projects. Maintained under beste org; namespace/package name unchanged. 1,282 1,289 186 656K 1 41.8 44.0 MIT 2 weeks ago
View on GitHub
Deep Wiki
Context7
laravel/framework Laravel is a modern PHP web application framework with expressive syntax and batteries-included tooling: fast routing, dependency injection, sessions/cache, migrations, queues, and real-time broadcasting—built to make development enjoyable for apps of any size. 34,630 35,101 11,833 9M 55 93.2 70.6 MIT 2 days ago
View on GitHub
Deep Wiki
Context7
mateusjunges/confluent-schema-registry-api PHP 7.4+ client for Confluent Schema Registry REST API. Provides low-level PSR-7 request builders and high-level synchronous/asynchronous abstractions, with optional caching support, to register, fetch, and manage Avro schemas. 1 1 0 122K 0 20.3 65.0 MIT 2 years ago
View on GitHub
Context7
nunomaduro/phpinsights PHP Insights is a terminal tool to analyze PHP code quality, style, architecture, and complexity. Works out of the box with Laravel (artisan insights), Symfony, Yii, Magento, and more, with built-in checks for reliability and loose coupling. 5,591 5,593 294 292K 68 77.0 55.2 MIT 1 month ago
View on GitHub
Deep Wiki
Context7
om/potrans Laravel package to manage, store and sync translations. Provides tools to import/export language files, edit translations via a UI, and keep localization data consistent across environments and deployments. 105 105 36 951 1 24.4 16.2 MIT 3 months ago
View on GitHub
Context7
overtrue/phplint PHPLint is a fast PHP syntax linter that runs multiple lint processes in parallel to speed up checking large codebases. Supports modern PHP versions, with easy installation via Composer, PHAR, Docker, or Phive, and configurable rules and paths. 1,019 1,023 91 274K 8 39.1 42.2 MIT 4 months ago
View on GitHub
Deep Wiki
Context7
pagerfanta/pagerfanta Pagerfanta is a PHP pagination library for calculating and rendering paginated lists. It supports multiple data providers/adapters and flexible views, making it easy to paginate collections, queries, and APIs in web apps. 425 455 169 640K 4 8.2 44.4 NOASSERTION
View on GitHub
Context7
pgvector/pgvector pgvector support for PHP with integrations for Laravel, Doctrine, and native PgSql. Store and query vector embeddings, cast vectors in models, run nearest-neighbor searches with multiple distance metrics, and create HNSW/IVFFlat indexes for fast similarity search. 194 194 14 72K 0 1.4 35.5 MIT
View on GitHub
Deep Wiki
Context7
php-ffmpeg/php-ffmpeg php-ffmpeg/php-ffmpeg is a PHP wrapper for FFmpeg/FFprobe that makes encoding, converting, trimming, and analyzing audio/video simple. Provides a fluent API for common tasks like thumbnails, metadata, filters, and HLS/DASH workflows. 5,007 898 284 80.0 32.6 MIT 2 months ago
Context7
phpdocumentor/phpdocumentor phpDocumentor generates comprehensive PHP documentation from source code and DocBlocks. It produces API docs, UML diagrams, and parses Markdown/ReStructuredText, with tooling to embed API references into narrative docs to keep documentation in sync. 4,319 4,390 640 15K 160 85.6 43.6 MIT 4 months ago
View on GitHub
Context7
spatie/error-solutions Collection of reusable “solutions” for common runtime errors, used by Spatie’s error tools like Ignition and Flare. Provides a shared way to suggest fixes and actionable hints when exceptions occur in Laravel and PHP apps. 68 68 9 3M 0 25.8 65.0 MIT 1 month ago
View on GitHub
Context7
spatie/ignition Ignition is a beautiful, customizable error page for PHP apps. Register it to get rich exception screens with stack traces, context, and a polished UI with light and dark mode. Integrates via Laravel, Symfony, Drupal, and more. 510 519 63 4M 0 33.8 63.3 MIT 3 weeks ago
View on GitHub
Context7
spatie/laravel-analytics Laravel package to retrieve Google Analytics data with a simple API. Fetch most visited pages, visitors and page views for a given period, returning Laravel Collections. Quick to install, configurable, and works nicely in dashboards and reports. 3,237 3,270 474 103K 0 59.8 24.7 MIT 1 month ago
View on GitHub
Deep Wiki
Context7
symfony/doctrine-bridge Symfony Doctrine Bridge integrates Doctrine with Symfony components, providing glue code for ORM/DBAL usage across the framework. Part of the main Symfony repository; report issues and submit pull requests there. 3,231 3,236 43 4M 0 48.8 51.1 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
symfony/expression-language Symfony ExpressionLanguage provides an engine to compile and evaluate one-line expressions that return values (often booleans). Use it to embed simple, safe business rules and conditions in your app, with support for custom functions and variables. 2,847 2,861 44 4M 0 45.2 51.9 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
symfony/framework-bundle FrameworkBundle integrates Symfony components into the full-stack Symfony framework, providing core wiring for services, configuration, routing, controllers, and more. Part of the main Symfony repository; see docs for contributing, issues, and PRs. 3,572 3,590 123 5M 0 51.6 51.0 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
symfony/http-client Symfony HttpClient provides a modern API to fetch HTTP resources synchronously or asynchronously. Supports efficient streaming, retries, and multiple transports, making it easy to integrate robust HTTP requests into Symfony or any PHP app. 2,033 2,047 52 7M 0 43.1 57.7 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
symfony/http-foundation Symfony HttpFoundation provides an object-oriented layer for working with HTTP: requests, responses, sessions, cookies, headers, and file uploads. It simplifies handling and testing web interactions while staying close to the HTTP specification. 8,640 8,722 307 14M 0 63.8 52.4 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
symfony/property-access Symfony PropertyAccess lets you read and write values on objects and arrays using a simple property-path string syntax. Supports nested properties, indexed access, getters/setters, and safe navigation for flexible data mapping and forms. 2,823 2,834 26 6M 0 44.5 54.1 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
symfony/property-info Symfony PropertyInfo component extracts metadata about PHP class properties—types, access, docs, and more—by reading popular sources like PHPDoc, reflection, and other metadata providers. Useful for serializers, validators, and API tooling. 2,229 2,232 13 6M 0 42.6 55.9 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
symfony/scheduler Symfony Scheduler component adds cron-like task scheduling powered by Symfony Messenger. Define recurring or one-off jobs, route them through transports and workers, and run tasks reliably within Symfony apps with first-class framework integration. 88 89 2 853K 0 30.1 64.7 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
symfony/security-acl Symfony Security ACL adds Access Control Lists to manage fine‑grained, object‑level permissions beyond roles. It supports per‑object and per‑field authorization with configurable permission masks and voters, integrating with Symfony’s security system. 371 377 54 328K 12 29.7 55.5 MIT 1 month ago
View on GitHub
Context7
symfony/security-core Symfony Security Core provides the building blocks for authentication and authorization. Use tokens, voters, role hierarchies, and an access decision manager to cleanly separate access rules from user providers and credential storage. 1,885 1,891 31 4M 0 40.3 54.7 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
symfony/security-http Symfony Security HTTP integrates the Security Core with HTTP: firewalls, request handling, and authenticators to secure parts of your app and authenticate users. Install via composer require symfony/security-http. 1,713 1,715 22 4M 0 39.7 54.7 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
symfony/serializer Symfony Serializer component for converting objects and complex data structures to/from arrays, JSON, XML and more. Supports object graphs, custom normalizers/encoders, and flexible context options for reliable serialization and deserialization. 2,546 2,574 76 6M 0 44.9 55.2 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
symfony/validator Symfony Validator component validates values and objects using a constraint-based system inspired by JSR-303 Bean Validation. Supports built-in and custom constraints, rich violation messages, and integration with Symfony forms and frameworks. 2,684 2,741 103 6M 0 48.6 55.0 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
team-reflex/discord-php DiscordPHP is a PHP wrapper for Discord’s REST, Gateway, and Voice APIs. Build Discord bots and integrations in CLI using an event-driven approach (ReactPHP). Includes guides and class reference; community Laravel integration available via Laracord. 1,066 1,067 252 13K 6 47.6 23.4 MIT 2 days ago
View on GitHub
Context7
twig/cache-extra Twig extension integrating Symfony Cache to cache template fragments. Adds a single cache tag for easy fragment caching in Twig views, improving performance with configurable cache backends via the Symfony Cache component. 39 41 7 87K 0 21.0 54.2 MIT 3 weeks ago
View on GitHub
Context7
Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
davejamesmiller/laravel-breadcrumbs
artisanry/parsedown
christhompsontldr/phpsdk
enqueue/dsn
bunny/bunny
enqueue/test
enqueue/null
enqueue/amqp-tools
milesj/emojibase
bower-asset/punycode
bower-asset/inputmask
bower-asset/jquery
bower-asset/yii2-pjax
laravel/nova
spatie/laravel-mailcoach
spatie/laravel-superseeder
laravel/liferaft
nst/json-test-suite
danielmiessler/sec-lists
jackalope/jackalope-transport