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

Simple Cache Laravel Package

psr/simple-cache

PSR-16 Simple Cache interfaces from PHP-FIG. Defines a common API for cache implementations (get/set/delete, TTL, etc.) but provides no caching itself. Use this package to type-hint against the standard and pair with any compatible cache provider.

View on GitHub
Deep Wiki
Context7
Package
Description
Stars
Likes
Forks
Downloads
Issues
Score
Opportunity
License
Last Release
adldap2/adldap2 713 727 167 28K 68 17.3 30.4 MIT 3 years ago
View on GitHub
Context7
ahc/strapi-client-bundle 1 1 0 0 4 0.8 1.9 MIT
View on GitHub
Context7
algolia/algoliasearch-client-php Official Algolia Search API client for PHP (8.0+). A thin, low-level HTTP SDK to index, update, and search records, manage indices, and interact with Algolia’s APIs. Install via Composer and start using SearchClient with your App ID and API key. 695 709 113 632K 16 41.6 55.4 MIT 1 month ago
View on GitHub
Deep Wiki
Context7
app-dev-panel/api 1 1 0 8 0 0.0
View on GitHub
Context7
app-dev-panel/kernel 1 1 0 9 0 0.0 10.2
View on GitHub
Context7
app-insights-php/client PHP wrapper for microsoft/application-insights that provides a configurable telemetry client for Microsoft App Insights. Simplifies integration (incl. bundle use) and validates telemetry against the 64KB size limit, throwing exceptions when exceeded. 1 1 13 4K 3 3.2 33.0 MIT 3 years ago
View on GitHub
Context7
arm092/livewire-datatables 30 29 14 2K 0 26.6 29.6 MIT 1 month ago
View on GitHub
Context7
assoconnect/validator-bundle 5 5 0 224 0 29.7 25.7 MIT 1 week ago
View on GitHub
Context7
astroway/sdk 0 0 0 34 0 20.8 25.0 MIT 2 weeks ago
View on GitHub
Context7
aws/aws-sdk-php AWS SDK for PHP v3 provides a complete client library for Amazon Web Services (S3, DynamoDB, Glacier, and more). Install via Composer, authenticate with AWS credentials, and use service clients to build robust PHP apps with AWS APIs. 6,184 6,337 1,245 10M 13 80.2 63.0 Apache-2.0 1 week ago
View on GitHub
Deep Wiki
Context7
b2pweb/bdf-prime 3 3 0 393 0 0.6 29.1 MIT
View on GitHub
Context7
b2pweb/bdf-serializer 0 0 0 534 0 0.0 37.6 MIT
View on GitHub
Context7
badpixxel/brevo-bridge 2 2 0 169 0 0.3 24.3 MIT 5 years ago
View on GitHub
Context7
badpixxel/sendinblue-bridge 2 2 0 0 0 0.3 MIT 5 years ago
View on GitHub
Context7
brick/money Brick\Money is a PHP library for precise, immutable money and currency values. It provides exact arithmetic (no float errors), explicit rounding control, and supports large amounts via brick/math, with optional GMP/BCMath acceleration. 1,908 1,914 112 1M 4 41.6 45.2 MIT 2 months ago
View on GitHub
Deep Wiki
Context7
browscap/browscap-php browscap-php is a PHP library for detecting browser, platform, and device details from User-Agent strings using the Browscap database. It provides easy updates, caching, and a simple API for accurate capability detection in web apps. 442 447 83 77K 5 33.1 39.1 MIT 1 month ago
View on GitHub
Context7
cache/adapter-common Shared classes and interfaces for the PHP Cache organization’s PSR-6 cache pools. Provides common building blocks used across adapters, with support for features like tagging and cache hierarchies via the shared php-cache documentation. 110 111 29 314K 0 6.3 47.7 MIT 4 years ago
View on GitHub
Context7
cache/apc-adapter 9 8 3 252 0 2.8 20.1 MIT 4 years ago
View on GitHub
Context7
cache/apcu-adapter PSR-6 cache pool adapter backed by APCu from the PHP Cache organization. Drop-in cache implementation with no configuration required—instantiate ApcuCachePool and start caching. Supports shared PHP-Cache features like tagging and hierarchy via docs. 17 17 15 36K 0 3.3 45.6 MIT 3 years ago
View on GitHub
Context7
cache/array-adapter PSR-6 cache pool implemented with an in-memory PHP array. Zero configuration: just instantiate ArrayCachePool for fast, ephemeral caching in tests or single-request use. Part of the PHP Cache ecosystem with shared docs and optional features info. 55 56 15 72K 0 4.4 42.9 MIT 4 years ago
View on GitHub
Context7
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 81 16K 0 7.4 31.9 MIT 8 years ago
View on GitHub
Context7
cache/doctrine-adapter PSR-6 cache pool adapter backed by Doctrine Cache. Wraps Doctrine cache drivers (e.g., MemcachedCache) in a standards-compliant PSR-6 CacheItemPool for easy integration with php-cache features like tagging and hierarchy support. 13 15 2 24K 0 3.1 44.6 MIT 4 years ago
View on GitHub
Context7
cache/filesystem-adapter A PSR-6 cache adapter for Laravel/PHP using Flysystem to store cache files in a filesystem. Store, retrieve, and manage cache efficiently with filesystem-backed persistence. Supports tagging, hierarchy, and easy configuration via setFolder(). Ideal for Laravel applications needing scalable caching s... 0 72 88K 4.4 42.9
View on GitHub
Context7
cache/illuminate-adapter PSR-6 cache pool adapter for Laravel Illuminate cache stores. Wrap any Illuminate\Cache\Store (e.g., ArrayStore) to use via standard PSR-6 CacheItemPoolInterface. Part of the PHP-Cache organization with shared docs on tags and hierarchy. 11 11 3 257 0 1.3 18.7 MIT 4 years ago
View on GitHub
Context7
cache/memcache-adapter PSR-6 cache pool implementation backed by the Memcache extension. Create a Memcache client, connect to your server, and use MemcacheCachePool for standards-based caching. Part of the PHP Cache (php-cache) ecosystem. 6 7 4 2K 0 2.6 35.0 MIT 4 years ago
View on GitHub
Context7
cache/memcached-adapter PSR-6 cache pool backed by Memcached. Create a Memcached client, add servers, and use MemcachedCachePool for fast, standards-based caching. Part of the PHP Cache ecosystem with shared docs for tagging and hierarchy support. 16 18 4 17K 0 2.9 41.5 MIT 4 years ago
View on GitHub
Context7
cache/predis-adapter PSR-6 cache pool implementation backed by Predis (Redis) from the PHP Cache organization. Create a Predis\Client and wrap it in PredisCachePool for fast, standards-compliant caching with shared features like tagging and hierarchy support. 0 27 18K 4.0 39.3
View on GitHub
Context7
cache/prefixed-cache PSR-6 cache pool decorator that prefixes all cache item keys with a predefined string. Wrap any PSR-6 cache (e.g., Redis) to safely namespace entries per app, tenant, or module. Part of the PHP-Cache ecosystem. 2 2 1 877 0 1.8 34.3 MIT 4 years ago
View on GitHub
Context7
cache/redis-adapter PSR-6 cache pool backed by Redis using the PhpRedis extension. Part of the PHP Cache ecosystem, with shared docs for advanced features like tagging and hierarchy. Supports Redis, RedisArray, and RedisCluster clients. 53 57 14 68K 0 3.7 42.9 MIT 3 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 45K 0 2.0 41.6 MIT 4 years ago
View on GitHub
Context7
cache/void-adapter PSR-6 “void” (null/blackhole) cache pool that never stores anything and always returns empty cache items. Useful for disabling caching in tests or no-op environments. Part of the PHP-Cache organization. 18 18 4 25K 0 2.9 43.1 MIT 4 years ago
View on GitHub
Context7
cakephp/cakephp CakePHP is a rapid development PHP framework built around MVC and proven patterns like Front Controller and data mapping. It helps teams quickly build robust, flexible web applications. Install via Composer or start with the official app skeleton. 8,793 8,852 3,373 296K 6 71.3 30.2 MIT 2 weeks ago
View on GitHub
Deep Wiki
Context7
cakephp/datasource CakePHP Datasource provides the core datasource layer used by CakePHP ORM, defining interfaces and base classes for connections, schema/statement handling, and query execution. A foundation for building and integrating database drivers and custom datasources. 47 47 5 524K 0 0.4 55.3 NOASSERTION
View on GitHub
Context7
camelot/arbitration 0 0 0 0 0 0.0
View on GitHub
Context7
certunlp/rdap-client Laravel-friendly RDAP client for querying domain, IP, and ASN registration data from RDAP servers. Provides simple APIs to fetch and parse RDAP responses, helping you integrate WHOIS-style lookups into PHP apps with minimal setup. 1 1 0 1 0 0.9 2.4 GPL-2.0 5 years ago
View on GitHub
Context7
commercetools/php-sdk Deprecated PHP SDK for commercetools Composable Commerce. Provides native PHP models/helpers, IDE autocompletion, object mapping, i18n, and an OAuth2 client with caching and async/concurrent request support. Requires PHP 5.6+ (Guzzle). 43 44 22 1K 19 8.2 21.0 MIT 3 years ago
View on GitHub
Context7
configcat/configcat-client ConfigCat PHP SDK client for feature flags and remote configuration. Fetch typed setting values from ConfigCat using your SDK key, with targeting by user attributes (region, email, custom). Supports PHP 8.1+ and integrates via Composer. 22 22 11 45K 0 22.5 50.7 MIT 4 months ago
View on GitHub
Context7
core23/sitemap-bundle 5 3 2 0 1 1.4 MIT 3 years ago
View on GitHub
Context7
craue/config-bundle 175 176 35 13K 12 5.6 29.9 MIT
View on GitHub
Context7
darvinstudio/darvin-admin-bundle 2 2 2 10 0 9.1 8.8 MIT 1 year ago
View on GitHub
Context7
desarrolla2/cache 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
View on GitHub
Context7
developersnl/bullhorn-client-bundle 0 1 0 0 0 1.2 3 years ago
View on GitHub
Context7
directorytree/ldaprecord Integrate LDAP into Laravel with a fluent, ActiveRecord-style API. LdapRecord handles connections, queries, authentication, and directory operations across AD and OpenLDAP. Includes Laravel-ready features for config, models, and user syncing. 578 579 44 146K 4 34.5 40.8 MIT 1 week ago
View on GitHub
Context7
dormilich/http-oauth PSR-compatible OAuth2 Client Credentials extension for dormilich/http-client. Automatically fetches and caches access tokens via a token client/provider, then adds Authorization headers to outgoing requests. Works with PSR-18/17 HTTP clients and PSR-16 cache. 1 1 0 0 0 0.0 MIT
View on GitHub
Context7
dziki/monolog-sentry-bundle 31 31 7 65 0 0.2 4.7 MIT
View on GitHub
Context7
ekreative/ratelimit-bundle 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
elasticms/common-bundle Shared library bundle for elasticMS, used by the Core and Client Helper bundles. Provides common code, utilities, and services to keep the platform consistent. Documentation available on the EMS project site; issues and PRs via the elasticMS monorepo. 2 3 5 251 0 31.3 31.3 LGPL-3.0 1 week ago
View on GitHub
Context7
facile-it/php-jose-verifier Validate and verify JWTs (JOSE) with builder-based verifiers geared for OAuth2/OpenID Connect. Create verifiers from issuer metadata (issuer, jwks_uri) and client metadata (client_id/secret), with optional JWK sets for decryption; ext-gmp recommended for speed. 4 4 6 28K 1 15.8 57.8 4 months ago
View on GitHub
Context7
flix-tech/confluent-schema-registry-api PHP 7.4+ client for Confluent Schema Registry REST API. Provides low-level PSR-7 request builders and higher-level synchronous/asynchronous APIs, with optional caching and Avro support via flix-tech/avro-php for easier schema management. 48 48 27 70K 11 11.0 48.2 MIT 2 years ago
View on GitHub
Context7
florianv/exchanger PHP exchange-rate provider layer with 31 services behind one ExchangeRateService interface. Supports historical rates, PSR-16 caching, and chainable fallback across providers (commercial APIs, ECB, national banks, exchangerate.host) for fine-grained control. 185 186 90 85K 0 32.1 43.0 MIT 3 weeks ago
View on GitHub
Context7
flow-php/etl Flow PHP ETL is a strongly typed, generator-powered ETL framework for efficient extract-transform-load pipelines in PHP. Process large datasets with a minimal memory footprint and plug into many adapters, extractors, and loaders for diverse sources. 376 377 20 49K 0 2.5 29.2 MIT
View on GitHub
Context7
gehrisandro/tailwind-merge-php Merge Tailwind CSS class strings in PHP with automatic conflict resolution (last class wins), ported from tailwind-merge. Supports Tailwind v3.0–v3.4, configurable and cacheable. Requires PHP 8.1+. 138 139 7 90K 3 19.8 46.5 MIT 2 months ago
View on GitHub
Deep Wiki
Context7
geocoder-php/cache-provider Cache provider for Geocoder PHP: integrates PSR-6/PSR-16 caches to store geocoding results and reduce API calls. Helps improve performance and avoid rate limits by reusing responses across requests. 7 7 3 42K 0 2.2 51.3 MIT 1 year ago
View on GitHub
Context7
geocoder-php/plugin Lightweight plugin system for Geocoder PHP. Add features like caching, logging, rate limiting, and more by wrapping Geocoder providers with reusable plugins. Designed to be framework-agnostic, easy to compose, and simple to integrate in any PHP app. 70 70 0 87K 0 2.5 42.6 MIT 1 year ago
View on GitHub
Context7
gpupo/common PHP 8+ utility library with common tools for building PHP components. Includes developer tooling such as generating PHPUnit TestCases from existing classes (dev/debug focus). Designed as a reusable library (not a standalone app or plugin). 2 2 1 122 0 4.6 15.9 MIT 2 years ago
View on GitHub
Context7
graham-campbell/bounded-cache 10 11 0 65K 0 21.1 59.5 MIT 2 months ago
View on GitHub
Context7
illuminate/contracts Laravel’s core contract interfaces for frameworks and packages. Provides stable abstractions for services like cache, queue, events, routing, validation, and more, enabling clean dependency injection and easy swapping of implementations across the ecosystem. 706 713 83 2M 0 6.1 48.7 MIT
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 44K 32 32.0 50.8 NOASSERTION 6 months ago
View on GitHub
Context7
jeremykendall/php-domain-parser Parse, validate, and normalize domains, subdomains, and suffixes using the Public Suffix List. Extract registrable domain vs. subdomain, handle IDNs and edge cases, and keep parsing rules current via PSL updates—ideal for URL processing, cookies, and security checks. 1,235 1,244 125 281K 0 9.9 MIT 1 year ago
View on GitHub
Deep Wiki
Context7
kleijnweb/php-api-descriptions Parse and handle PHP API Description documents (OpenAPI-like) with utilities for loading, validating, and working with structured API metadata. Useful for tooling that needs to read API specs and generate clients, docs, or integrations. 5 5 4 23 18 2.8 10.9 LGPL-3.0
View on GitHub
Context7
kreait/firebase-bundle Symfony bundle integrating the Firebase Admin PHP SDK. Configure service accounts and access Firebase services (Auth, Firestore/Database, Messaging, Storage) via Symfony’s DI and configuration, with support for modern Symfony setups (Flex or manual). 154 154 29 120K 1 26.7 45.3 MIT 2 months ago
View on GitHub
Context7
laminas/laminas-cache Laminas Cache provides flexible caching for PHP apps with storage adapters (memory, filesystem, Redis, etc.), plugins, and cache patterns. Includes PSR-6/PSR-16 support, configuration options, and utilities for improving performance and reducing expensive operations. 106 107 59 146K 9 30.1 54.1 BSD-3-Clause 2 months ago
View on GitHub
Context7
laminas/laminas-cache-storage-adapter-test Test adapter for Laminas Cache storage. Provides a lightweight in-memory storage implementation useful for unit tests and CI, enabling predictable cache behavior without external services or persistent backends. 1 1 10 730 2 22.9 41.1 BSD-3-Clause 2 months ago
View on GitHub
Context7
laminas/laminas-i18n Internationalization tools for Laminas applications, including locale-aware translation, formatting, and pluralization support. Helps build multilingual PHP apps with proper locale handling and integration with Laminas MVC and services. 77 79 38 764K 17 36.3 74.5 BSD-3-Clause 2 weeks ago
View on GitHub
Context7
laminas/laminas-session 81 82 39 494K 25 36.6 71.9 BSD-3-Clause 2 weeks ago
View on GitHub
Context7
laravel/framework Laravel Framework core provides an elegant PHP foundation for building web apps: fast routing, powerful service container, sessions/caching, database migrations, queues, and real-time broadcasting—tools that scale from small projects to large applications. 34,735 35,215 11,892 10M 58 94.9 70.8 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
laudis/neo4j-php-client Typed Neo4j PHP client/driver with Bolt and Neo4j (auto-routed) support. Intuitive, extensible API with easy configuration, built with input from the official driver team and validated via Neo4j Testkit for reliability. 185 185 40 25K 11 31.0 39.3 MIT 2 months ago
View on GitHub
Context7
maatwebsite/excel Laravel Excel is a Laravel wrapper around PhpSpreadsheet for fast, elegant Excel/CSV exports and imports. Export collections or queries with automatic chunking for performance, generate downloadable files, and process imports cleanly in your app. 12,664 12,897 1,972 4M 3 69.5 43.6 MIT 1 month ago
View on GitHub
Context7
mateusjunges/confluent-schema-registry-api PHP 7.4+ client for Confluent Schema Registry REST API. Offers low-level PSR-7 request builders plus high-level async/sync abstractions, with optional caching support. Built on Guzzle and Avro PHP for schema handling. 1 1 1 147K 0 19.0 64.2 MIT 1 month ago
View on GitHub
Context7
matomo/device-detector PHP library to parse User-Agent strings and Browser Client Hints to detect device type (desktop/mobile/tablet/TV, etc.), client apps (browsers, media players, bots), operating systems, and hardware brand/model. Composer-installable and well tested. 3,480 3,495 508 879K 64 79.9 69.3 LGPL-3.0 1 week ago
View on GitHub
Context7
matthiasmullie/scrapbook Scrapbook is a PHP caching library that wraps PSR-6/PSR-16 cache backends with adapters, multi-cache fallbacks, buffering and stampede protection. Use it to add fast, resilient caching with minimal code changes across files, memory or Redis stores. 322 328 27 84K 0 2.4 32.5 MIT
View on GitHub
Context7
mcp/sdk 1,532 1,531 142 351K 74 52.3 67.7 NOASSERTION 4 days ago
View on GitHub
Context7
mobiledetect/mobiledetectlib Lightweight PHP class to detect mobile phones and tablets using User-Agent plus HTTP headers. Identify device type and specific platforms/brands for responsive content, analytics, or redirects. Widely used and actively maintained via tagged major branches. 10,682 10,780 2,626 4M 18 67.2 46.5 MIT 1 week ago
View on GitHub
Context7
nette/caching High-performance caching library from Nette. Provides flexible cache storage backends, automatic expiration, dependency-based invalidation, and easy integration for PHP apps. Ideal for speeding up responses and reducing database or API load. 436 442 44 208K 14 36.5 50.5 NOASSERTION 3 weeks ago
View on GitHub
Context7
nikic/fast-route FastRoute is a high-performance PHP 8.1+ request router using compiled regular expressions. Define routes with patterns and parameters (optional segments, constraints), dispatch by HTTP method and URI, and get NOT_FOUND, METHOD_NOT_ALLOWED, or FOUND with handler and vars. 5,269 5,399 452 2M 18 48.2 42.6 NOASSERTION 2 years ago
View on GitHub
Context7
nunomaduro/phpinsights PHP Insights analyzes PHP code quality, style, architecture, and complexity from your terminal. Works out of the box with Laravel (artisan insights), Symfony, Yii, Magento, and more, with built-in checks for reliability and loose coupling. 5,600 5,598 297 276K 69 75.6 54.3 MIT 1 month ago
View on GitHub
Deep Wiki
Context7
oro/platform 0 644 3K 42.5 34.8
View on GitHub
Context7
pestphp/pest-plugin-mutate Pest Plugin Mutate brings mutation testing to Pest, helping you gauge test suite effectiveness by introducing small code changes and checking whether tests catch them. Ideal for strengthening coverage and confidence in your PHP applications. 41 41 6 4M 0 2.6 57.2 MIT 1 year ago
View on GitHub
Context7
phalcon/phalcon Phalcon is a high-performance PHP web framework delivered as a C extension, offering low overhead, fast request handling, and an MVC architecture. Includes routing, DI, ORM, templating, caching, and other tools for building modern PHP apps. 246 246 50 9 67 19.8 24.4 MIT
View on GitHub
Deep Wiki
Context7
phiki/phiki Phiki is a PHP syntax highlighter for the web. It uses TextMate grammars and VS Code themes to render highlighted code, with an API inspired by Shiki and an implementation influenced by vscode-textmate. 367 366 16 248K 5 29.2 46.3 MIT 2 months ago
View on GitHub
Context7
phpfastcache/phpfastcache Phpfastcache is a fast, driver-based PHP caching library supporting PSR-6 and PSR-16. Works with many backends (files, APCu, Redis, Memcached, etc.), offers a unified API, and includes a type-aware v9 for PHP 8+. 0 2,457 100K 35.7 24.1
View on GitHub
Context7
phpoffice/phpspreadsheet PhpSpreadsheet is a pure PHP library to read and write spreadsheet formats like Excel and LibreOffice Calc. Create, edit, and export workbooks (XLSX, XLS, ODS, CSV, etc.) with a rich API for cells, formulas, styles, and more. 13,934 14,254 3,618 8M 85 89.9 71.4 MIT 1 month ago
View on GitHub
Context7
piwik/device-detector Parse User-Agent strings and Browser Client Hints to identify device type (desktop/tablet/mobile/TV/console, etc.), browser/client, operating system, and device brand/model. Universal PHP library from Matomo for accurate device detection. 3,480 3,510 508 64K 63 63.2 48.2 LGPL-3.0 1 week ago
View on GitHub
Context7
pragmarx/countries 1,924 1,934 300 33K 68 52.7 46.1 BSD-3-Clause 2 months ago
View on GitHub
Context7
rawilk/laravel-base 7 9 1 0 0 4.5 MIT 2 years ago
View on GitHub
Context7
saloonphp/cache-plugin Laravel-friendly Saloon plugin that adds transparent response caching to your API requests. Supports configurable cache keys, TTL, and cache stores, helping reduce duplicate calls, speed up apps, and respect rate limits with minimal setup. 12 12 5 119K 0 23.4 63.2 MIT 2 months ago
View on GitHub
Context7
shopper/framework 0 1 0 1K 0 0.0 41.8
View on GitHub
Context7
simplepie/simplepie 1,574 1,601 392 213K 56 49.1 55.7 8 months ago
View on GitHub
Deep Wiki
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 8 4M 0 20.3 62.4 MIT 3 months ago
View on GitHub
Context7
spiral/attributes Spiral Attributes is a lightweight PHP 8 attributes toolkit for reading, filtering, and working with attributes via reflection. Used by the Spiral framework, it provides a small, focused API for attribute discovery and metadata handling. 24 23 4 294K 1 3.7 55.2 MIT 1 year ago
View on GitHub
Context7
spiral/cache Spiral Cache provides a simple caching abstraction for Spiral/PHP apps, with support for multiple storage backends and configurable cache pools. Use it to speed up repeated operations, cache computed values, and centralize cache access and invalidation. 0 0 0 2K 0 0.0 46.9 MIT
View on GitHub
Context7
spiral/framework Spiral Framework is a high-performance, long-running full-stack PHP framework built for RoadRunner. PSR-compliant components, resident memory kernel, and native support for queues, GRPC, WebSockets, and background workers. 2,047 2,048 91 96K 44 53.4 45.6 MIT 1 month ago
View on GitHub
Deep Wiki
Context7
spiral/roadrunner-bridge Bridge RoadRunner plugins into Spiral Framework apps. Provides bootloaders for HTTP, Queue/Jobs, KV Cache, gRPC, Centrifugo, TCP, Metrics, Logger, Locks, and scaffolding integration. Requires PHP 8.1+ and Spiral 3.14+. 64 64 11 97K 13 23.6 52.2 MIT 6 months ago
View on GitHub
Deep Wiki
Context7
spiral/roadrunner-kv RoadRunner KV provides a fast, simple key-value storage layer for PHP apps running on RoadRunner. Store and retrieve data via an in-memory or configured KV backend with minimal overhead—useful for caching, flags, and lightweight shared state across workers. 11 11 3 269K 0 2.8 55.3 MIT 1 year ago
View on GitHub
Context7
splash/php-bundle 0 0 1 448 0 0.8 36.6 5 years ago
View on GitHub
Context7
stefanak-michal/bolt Low-level PHP Bolt protocol driver (Bolt <= 6) for TCP socket communication with graph databases like Neo4j, Memgraph, Amazon Neptune, and others. Supports PHP 8.1+ and tracks official protocol message specifications across versions. 81 80 11 27K 6 27.6 42.0 MIT 2 months ago
View on GitHub
Context7
stuartapp/stuart-client-php Official PHP client for the Stuart delivery API. Authenticate to sandbox or production, create/validate/get/cancel jobs and deliveries, fetch pricing and ETA, and make custom requests. Includes a Docker demo and Composer install. 18 18 18 4K 0 4.3 22.6 MIT 5 years ago
View on GitHub
Context7
symfony/cache Symfony Cache provides fast, low-overhead PSR-6 caching with adapters for common backends. Includes PSR-16 bridge plus implementations of symfony/cache-contracts CacheInterface and TagAwareCacheInterface for flexible app caching. 4,165 4,187 64 8M 0 57.7 53.0 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
symfony/symfony 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,061 31,363 9,841 268K 272 79.9 31.5 MIT 1 week ago
View on GitHub
Deep Wiki
Context7
tales-from-a-dev/tailwind-merge-php Merge Tailwind CSS classes in PHP with conflict resolution (later utilities win). A maintained fork of tailwind-merge-php, ported from dcastil/tailwind-merge. Supports Tailwind v4.0–v4.3. Requires PHP 8.1+. 11 11 2 66K 0 20.5 60.2 MIT 3 weeks ago
View on GitHub
Context7
team-reflex/discord-php DiscordPHP is a PHP wrapper for Discord’s REST, gateway, and voice APIs. Build Discord bots that run in CLI with ReactPHP-style async handling. Includes limited docs/class reference and community integrations like Laracord for Laravel. 1,072 1,075 251 13K 5 49.8 24.1 MIT 2 weeks ago
View on GitHub
Context7
thecodingmachine/graphqlite 572 572 107 78K 24 42.3 44.7 MIT 2 weeks ago
View on GitHub
Context7
typhoon/opcache 12 12 0 57 0 0.7 10.1 MIT 2 years ago
View on GitHub
Context7
w7corp/easywechat EasyWeChat is a PHP 8+ SDK for WeChat development by w7corp. It supports Official Accounts and more, with simple configuration and server message handling, plus active maintenance, tests, and solid documentation via easywechat.com. 10,375 10,397 2,395 21K 2 66.5 8.0 MIT 2 months ago
View on GitHub
Deep Wiki
Context7
willdurand/geocoder-bundle 323 333 111 94K 2 26.3 38.0 MIT 4 months ago
View on GitHub
Context7
wp-starter/contracts Laravel/PHP contract interfaces for a WordPress starter kit. Defines shared abstractions to keep packages decoupled and implementations swappable, providing a lightweight base for building WordPress integrations in a Laravel-style architecture. 0 0 0 0 0 0.0 MIT 3 years ago
View on GitHub
Context7
wpstarter/framework WPStarter Framework is a Laravel-inspired PHP framework for building WordPress apps and plugins with modern patterns. It provides familiar helpers, service container features, and a clean structure to speed development while staying compatible with WordPress. 16 17 3 32 0 3.3 6.5 MIT 10 months ago
View on GitHub
Context7
yiisoft/test-support Testing utilities for Yii applications: helpers and fixtures to simplify unit and integration tests, isolate dependencies, and improve readability. Provides common test tools you can reuse across packages and projects. 15 15 11 15K 3 16.3 46.1 BSD-3-Clause 4 months ago
View on GitHub
Context7
zendframework/zend-cache zendframework/zend-cache provides flexible caching for PHP apps with multiple storage backends (filesystem, memory, APCu, Redis, and more). Supports cache patterns, plugins, serialization, and configurable adapters to improve performance and reduce repeated work. 67 74 52 52K 11 14.2 51.7 BSD-3-Clause 6 years 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.
hamzi/corewatch
minionfactory/raw-hydrator
hexters/coinpayment
rjcodes/rjcms
act-training/laravel-permissions-manager
alimarchal/laravel-chart-of-accounts
babenkoivan/elastic-scout-driver
mkwebdesign/filament-watchdog-v5
renatomarinho/laravel-page-speed
zedmagdy/filament-business-hours
renatovdemoura/blade-elements-ui
devgeek/beacon-admin
benjamin-rqt/data-watcher-bundle
atriumphp/atrium
sandermuller/package-boost-laravel
sandermuller/boost-skills
redaxo/core
yusufgenc/filament-api-forge
l3aro/rating-star-for-filament
leek/filament-subtenant-scope