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 711 727 167 26K 68 17.3 30.1 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. 697 711 112 734K 15 44.1 56.1 MIT 1 month ago
View on GitHub
Deep Wiki
Context7
app-dev-panel/api 1 1 0 8 0 0.0 9.7
View on GitHub
Context7
app-dev-panel/kernel 1 1 0 8 0 0.0 9.7
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 3K 3 3.2 31.9 MIT 3 years ago
View on GitHub
Context7
arm092/livewire-datatables 30 30 14 895 0 30.4 23.8 MIT 1 month ago
View on GitHub
Context7
assoconnect/validator-bundle 5 5 0 455 0 29.9 30.4 MIT 3 weeks ago
View on GitHub
Context7
astroway/sdk 0 0 0 7 0 21.5 14.6 MIT 1 month ago
View on GitHub
Context7
aws/aws-sdk-php AWS SDK for PHP v3 provides PHP 8.1+ clients for Amazon Web Services like S3, DynamoDB, Glacier, and more. Install via Composer and use the included service APIs to authenticate, send requests, and build robust AWS-powered applications. 6,203 6,351 1,253 11M 13 79.5 60.3 Apache-2.0 3 weeks ago
View on GitHub
Deep Wiki
Context7
b2pweb/bdf-prime 3 3 0 527 0 0.3 29.7 MIT
View on GitHub
Context7
b2pweb/bdf-serializer 0 0 0 402 0 0.0 39.5 MIT
View on GitHub
Context7
badpixxel/brevo-bridge 2 2 0 62 0 0.3 18.5 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,926 1,937 118 1M 4 44.3 47.5 MIT 1 month 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 85 88K 5 28.3 37.4 MIT 5 months 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 30 272K 0 26.4 54.9 MIT 1 month ago
View on GitHub
Context7
cache/apc-adapter 9 9 3 1K 0 2.8 28.9 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 37K 0 23.7 53.9 MIT 1 month 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 57 15 74K 0 24.9 50.7 MIT 1 month 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. 267 273 80 10K 0 25.9 26.0 MIT 1 month 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 20K 0 23.7 51.1 MIT 1 month 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... 70 72 22 74K 0 24.6 48.9 MIT 1 month ago
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 432 0 21.8 25.5 MIT 1 month 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. 41 41 36 53K 1 28.3 50.2 MIT 1 month 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 3K 0 23.0 42.8 MIT 1 month 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 21K 0 23.3 50.2 MIT 1 month 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. 24 27 18 17K 0 24.4 46.1 MIT 1 month ago
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 1K 0 22.3 41.2 MIT 1 month 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 58 15 50K 0 24.1 48.2 MIT 1 month 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 48K 0 22.4 49.5 MIT 1 month 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 20K 0 23.4 49.2 MIT 1 month 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,796 8,855 3,367 396K 15 76.6 37.2 MIT 1 month 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 606K 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 3 0 0.9 5.5 GPL-2.0 6 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 2K 19 8.2 21.7 MIT 4 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 49K 0 17.9 49.4 MIT 8 months ago
View on GitHub
Context7
core23/sitemap-bundle 5 3 0 0 1 1.4 MIT 4 years ago
View on GitHub
Context7
craue/config-bundle 175 176 36 10K 7 4.2 27.0 MIT
View on GitHub
Context7
croct/plug-php 5 5 0 0 0 17.9 MIT 3 months ago
View on GitHub
Context7
darvinstudio/darvin-admin-bundle 2 2 2 11 0 9.1 9.2 MIT 2 years 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. 135 148 37 16K 0 2.4 28.5 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 LDAPRecord is an LDAP directory and Active Directory ORM for Laravel and PHP. It provides fluent models, query builder, authentication and user sync, event-driven operations, and easy integration with Laravel apps for managing and searching directory entries. 580 581 45 165K 4 30.5 40.4 MIT 3 months 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 26 0 0.2 2.5 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 119 0 35.1 26.1 LGPL-3.0 1 month ago
View on GitHub
Context7
errogaht/doctrine-mcp-bundle 0 0 0 10 0 18.5 16.7 NOASSERTION 2 months ago
View on GitHub
Context7
ewll/db-bundle 0 0 1 0 0 0.0
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. 5 5 6 34K 0 19.3 59.1 3 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 29 57K 11 11.1 47.1 MIT 2 years ago
View on GitHub
Context7
florianv/exchanger Exchange rate provider layer for PHP: 30+ rate services behind one ExchangeRateService interface. Supports historical rates, chain fallback between providers, and PSR-16 caching. Use when you need more control than higher-level libraries. 186 187 92 113K 0 32.8 45.3 MIT 1 month 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. 378 379 21 29K 0 2.5 26.2 MIT
View on GitHub
Context7
gabrielanhaia/php-circuit-breaker 17 17 0 2K 3 11.4 31.9 MIT 7 months ago
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+. 140 139 7 130K 3 15.4 47.2 MIT 6 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.4 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. 69 70 0 94K 0 2.4 43.2 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 94 0 4.6 14.7 MIT 2 years ago
View on GitHub
Context7
graham-campbell/bounded-cache 11 12 0 79K 0 16.4 57.7 MIT 6 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. 707 714 82 3M 0 6.1 50.8 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. 151 152 59 33K 32 27.2 46.9 NOASSERTION 9 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,238 1,249 126 339K 0 19.0 33.7 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 30 18 2.8 11.8 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). 153 155 29 125K 2 21.9 44.0 MIT 6 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. 107 108 63 174K 9 25.2 53.4 BSD-3-Clause 6 months ago
View on GitHub
Context7
laminas/laminas-cache-storage-adapter-test Test adapter for laminas-cache storage, providing utilities for testing cache implementations. Useful in CI and unit tests to verify behavior of cache adapters and storage plugins within Laminas applications. 1 1 10 760 2 18.4 39.9 BSD-3-Clause 6 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. 81 83 40 754K 8 28.2 66.3 BSD-3-Clause 4 months ago
View on GitHub
Context7
laminas/laminas-session Laminas Session provides object-oriented PHP session management: session containers, validators, save handlers, and configuration utilities. Supports secure, testable session workflows for Laminas/Mezzio apps, including storage options and session lifecycle control. 86 87 39 507K 25 33.2 69.9 BSD-3-Clause 4 months ago
View on GitHub
Context7
laravel/framework Laravel’s core framework code for building modern PHP web apps with elegant syntax. Includes fast routing, a powerful DI container, sessions and caching, database migrations, queues for jobs, and real-time event broadcasting. 34,885 35,373 11,963 13M 57 94.9 72.6 MIT 3 weeks 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. 188 187 40 35K 10 31.2 39.7 MIT 3 months ago
View on GitHub
Context7
maatwebsite/excel Laravel Excel wraps PhpSpreadsheet to make fast, elegant Excel/CSV imports and exports in Laravel. Export collections or queries with automatic chunking, build multi-sheet files, and handle queued, large datasets with a simple API and solid docs. 12,705 12,940 1,983 5M 0 70.6 42.5 MIT 4 weeks ago
View on GitHub
Context7
mateusjunges/confluent-schema-registry-api PHP 7.4+ client for Confluent Schema Registry REST API. Provides high-level sync/async helpers plus low-level PSR-7 request builders, Avro schema support, and optional caching integration for fetching, registering, and managing schemas. 1 1 2 175K 0 20.9 65.0 MIT 1 month ago
View on GitHub
Context7
matomo/device-detector Parses User-Agent strings and browser Client Hints to identify device type (desktop/tablet/mobile/TV/console), client apps (browsers, media players, feed readers), operating systems, and device brand/model. Composer-ready PHP library. 3,517 3,519 510 1M 62 74.5 66.8 LGPL-3.0 3 months 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 329 27 91K 0 2.4 33.8 MIT
View on GitHub
Context7
mcp/sdk 1,591 1,570 166 739K 56 53.0 69.2 NOASSERTION 3 weeks ago
View on GitHub
Context7
mobiledetect/mobiledetectlib Lightweight PHP library to detect mobile devices and tablets using User-Agent and HTTP headers. Provides simple checks like isMobile() and isTablet(), regularly updated with device rules, and easy to install via Composer for any PHP app. 10,679 10,784 2,607 4M 18 62.3 46.1 MIT 3 months ago
View on GitHub
Context7
nette/caching Nette Caching is a lightweight PHP caching library with a simple API and multiple storage backends (file, memory, etc.). Supports cache expiration, dependencies, tags, and automatic invalidation to speed up applications with minimal setup. 438 442 42 208K 14 32.1 48.5 NOASSERTION 4 months 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,268 5,400 450 2M 18 48.2 43.0 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,631 5,621 300 268K 69 71.3 52.1 MIT 5 months ago
View on GitHub
Deep Wiki
Context7
oro/platform 643 646 338 3K 221 42.4 34.9 MIT 6 years ago
View on GitHub
Context7
patchlevel/event-sourcing 215 215 15 31K 11 31.3 40.9 MIT 2 months ago
View on GitHub
Deep Wiki
Context7
patchlevel/hydrator 17 17 3 30K 1 26.4 53.9 MIT 3 months ago
View on GitHub
Deep Wiki
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. 46 45 11 6M 0 2.8 57.2 MIT 2 years 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. 250 250 51 4K 2 28.1 20.7 MIT 3 weeks ago
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. 374 375 18 322K 3 30.7 47.8 MIT 1 month 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+. 2,409 2,452 444 128K 5 35.9 25.7 MIT 1 year ago
View on GitHub
Context7
phpoffice/phpspreadsheet PhpSpreadsheet is a pure-PHP library to read and write spreadsheet files (Excel, LibreOffice Calc, and more). Create, modify, and export workbooks with rich formatting, formulas, and multiple formats via a well-documented API. 13,978 14,295 3,627 9M 84 92.5 72.9 MIT 2 months 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,517 3,538 510 49K 62 74.5 47.1 LGPL-3.0 3 months ago
View on GitHub
Context7
pragmarx/countries 1,933 1,941 299 42K 68 48.2 45.7 BSD-3-Clause 5 months ago
View on GitHub
Context7
rawilk/laravel-base 7 9 1 0 0 4.5 MIT 3 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. 13 13 5 182K 0 18.3 61.3 MIT 5 months ago
View on GitHub
Context7
sendpulse/rest-api 116 120 88 25K 24 39.7 49.1 MIT 1 month ago
View on GitHub
Context7
shopper/framework 0 1 0 2K 0 0.0 45.9
View on GitHub
Context7
simplepie/simplepie 1,577 1,603 395 259K 57 44.9 55.3 1 year 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. 67 67 8 4M 0 16.3 60.4 MIT 6 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 24 4 370K 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.2 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,061 2,063 92 129K 42 55.3 46.2 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 159K 13 20.0 52.0 MIT 9 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 338K 0 2.8 55.3 MIT 1 year ago
View on GitHub
Context7
splash/php-bundle 0 0 1 555 0 0.8 36.4 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 81 11 36K 4 22.5 41.4 MIT 6 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 5K 0 4.3 23.5 MIT 5 years ago
View on GitHub
Context7
symfony/cache 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,154 4,179 66 9M 0 56.8 53.8 MIT 4 weeks 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,135 31,439 9,856 268K 175 93.3 45.7 MIT 4 weeks 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+. 14 14 2 87K 1 21.0 60.8 MIT 1 month ago
View on GitHub
Context7
team-reflex/discord-php DiscordPHP is a CLI-focused PHP wrapper for Discord’s REST, Gateway, and Voice APIs. Build bots with event-driven ReactPHP support, with community framework integrations like Laracord for Laravel. Docs and class reference available online. 1,077 1,079 251 11K 5 50.5 24.2 MIT 3 weeks ago
View on GitHub
Context7
thecodingmachine/graphqlite GraphQLite is a PHP GraphQL library that builds your schema from PHP attributes/annotations. Define queries and mutations as simple controllers, expose types via annotated classes, and get batteries-included features like subscriptions, uploads, and type extensions. 576 575 107 98K 24 40.7 44.8 MIT 2 months ago
View on GitHub
Context7
typhoon/opcache 13 13 0 48 0 0.7 8.9 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,368 10,395 2,385 27K 2 68.5 9.0 MIT 1 month ago
View on GitHub
Deep Wiki
Context7
willdurand/geocoder-bundle 323 333 111 95K 2 22.2 36.8 MIT 8 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.3 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 133 0 0.5 13.1 MIT 1 year 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 19K 3 12.2 46.3 BSD-3-Clause 7 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 48K 11 4.2 30.4 BSD-3-Clause 7 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.
calmfox/watch-sylius
damienfern/grpc-symfony-bundle
atoolo/index-bundle
atoolo/genai-bundle
coprotoai/laravel-ticket
davidjln/llm-carbon-bundle
cryonighter/valid-request-bundle
coolms/taxonomy-bundle
coolms/field-bundle
articulate-orm/symfony
aaix/laravel-tall-architect
ephoto/akeneo-connector
emmanuelballery/eb-plantumlbundle
emielburgman/symfony-visitor-beacon
emielburgman/symfony-visit-storage
emielburgman/symfony-security-headers
emielburgman/symfony-log-viewer
emarref/xdebug-bundle
emarref/pubnub-bundle
elriseio/finance-money-bundle