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.
|
Package
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|
| adldap2/adldap2 | — | 712 | 727 | 167 | 26K | 68 | 17.3 | 30.0 | MIT | 3 years ago | |
| ahc/strapi-client-bundle | — | 1 | 1 | 0 | 0 | 4 | 0.8 | 1.9 | MIT | — | |
| 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 | 113 | 639K | 16 | 44.5 | 55.7 | MIT | 6 days ago | |
| app-dev-panel/api | — | 1 | 1 | 0 | 7 | 0 | 0.0 | 9.0 | — | — | |
| app-dev-panel/kernel | — | 1 | 1 | 0 | 7 | 0 | 0.0 | 9.0 | — | — | |
| 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 | |
| arm092/livewire-datatables | — | 30 | 30 | 14 | 629 | 0 | 24.4 | 21.9 | MIT | 3 months ago | |
| assoconnect/validator-bundle | — | 5 | 5 | 0 | 443 | 0 | 30.7 | 30.4 | MIT | 5 days ago | |
| astroway/sdk | — | 0 | 0 | 0 | 0 | 0 | 20.4 | — | MIT | 4 weeks ago | |
| 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,197 | 6,351 | 1,248 | 11M | 14 | 80.5 | 63.8 | Apache-2.0 | 4 days ago | |
| b2pweb/bdf-prime | — | 3 | 3 | 0 | 527 | 0 | 0.2 | 29.3 | MIT | — | |
| b2pweb/bdf-serializer | — | 0 | 0 | 0 | 588 | 0 | 0.0 | 38.3 | MIT | — | |
| badpixxel/brevo-bridge | — | 2 | 2 | 0 | 62 | 0 | 0.3 | 18.5 | MIT | 5 years ago | |
| badpixxel/sendinblue-bridge | — | 2 | 2 | 0 | 0 | 0 | 0.3 | — | MIT | 5 years ago | |
| 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,918 | 1,934 | 114 | 1M | 4 | 45.1 | 47.3 | MIT | 1 week ago | |
| 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. | 443 | 447 | 84 | 82K | 5 | 31.0 | 40.5 | MIT | 3 months ago | |
| 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 | 288K | 0 | 6.4 | 47.2 | MIT | 4 years ago | |
| cache/apc-adapter | — | 9 | 9 | 3 | 379 | 0 | 2.8 | 22.0 | MIT | 4 years ago | |
| 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 | 38K | 0 | 3.3 | 46.0 | MIT | 3 years ago | |
| 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 | 4.4 | 42.9 | MIT | 4 years ago | |
| 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 | 272 | 80 | 11K | 0 | 7.3 | 29.8 | MIT | 9 years ago | |
| 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 | 3.1 | 43.8 | MIT | 4 years ago | |
| 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 | 90K | 0 | 4.4 | 42.9 | MIT | 4 years ago | |
| 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 | 321 | 0 | 1.3 | 19.9 | MIT | 4 years ago | |
| 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 | 34.5 | MIT | 4 years ago | |
| 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 | 19K | 0 | 2.9 | 42.0 | MIT | 4 years ago | |
| 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 | 21K | 0 | 4.0 | 40.3 | MIT | 4 years ago | |
| 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 | 1.8 | 35.1 | MIT | 4 years ago | |
| 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 | 15 | 60K | 0 | 3.7 | 42.1 | MIT | 3 years ago | |
| 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 | 47K | 0 | 2.0 | 42.1 | MIT | 4 years ago | |
| 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. | 19 | 18 | 4 | 20K | 0 | 2.9 | 41.5 | MIT | 4 years ago | |
| 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,791 | 8,858 | 3,378 | 365K | 10 | 75.9 | 33.3 | MIT | 2 days ago | |
| 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 | 584K | 0 | 0.4 | 55.3 | NOASSERTION | — | |
| camelot/arbitration | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | — | — | |
| 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 | 0 | 0 | 0.9 | — | GPL-2.0 | 5 years ago | |
| 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 | 22.7 | MIT | 3 years ago | |
| 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 | 51K | 0 | 20.4 | 50.7 | MIT | 6 months ago | |
| core23/sitemap-bundle | — | 5 | 3 | 2 | 0 | 1 | 1.4 | — | MIT | 3 years ago | |
| craue/config-bundle | — | 175 | 176 | 35 | 10K | 12 | 5.6 | 28.3 | MIT | — | |
| croct/plug-php | — | 5 | 1 | 0 | 33 | 0 | 20.3 | 13.2 | MIT | 1 month ago | |
| darvinstudio/darvin-admin-bundle | — | 2 | 2 | 2 | 4 | 0 | 9.1 | 5.1 | MIT | 2 years ago | |
| 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 | 147 | 37 | 17K | 0 | 2.4 | 28.9 | MIT | 7 years ago | |
| developersnl/bullhorn-client-bundle | — | 0 | 1 | 0 | 0 | 0 | 1.2 | — | — | 3 years ago | |
| 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. | 578 | 580 | 45 | 173K | 4 | 32.6 | 41.0 | MIT | 1 month ago | |
| 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 | — | |
| dziki/monolog-sentry-bundle | — | 31 | 31 | 7 | 26 | 0 | 0.2 | 2.5 | MIT | — | |
| ekreative/ratelimit-bundle | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| 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 | 32 | 0 | 34.0 | 17.3 | LGPL-3.0 | 1 week ago | |
| 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 | 26K | 0 | 21.6 | 58.5 | — | 1 month ago | |
| 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 | 28 | 61K | 11 | 11.0 | 47.5 | MIT | 2 years ago | |
| 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 | 186 | 91 | 96K | 0 | 33.2 | 44.0 | MIT | 6 days ago | |
| 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 | 378 | 21 | 41K | 0 | 2.5 | 28.2 | MIT | — | |
| gabrielanhaia/php-circuit-breaker | — | 17 | 17 | 0 | 2K | 2 | 12.9 | 30.8 | MIT | 5 months ago | |
| 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+. | 139 | 139 | 7 | 115K | 3 | 18.0 | 47.4 | MIT | 4 months ago | |
| 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 | 57K | 0 | 2.2 | 53.2 | MIT | 1 year ago | |
| 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 | 86K | 0 | 2.5 | 42.6 | MIT | 1 year ago | |
| 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 | |
| graham-campbell/bounded-cache | — | 11 | 11 | 0 | 64K | 0 | 18.6 | 57.7 | MIT | 4 months ago | |
| 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 | 82 | 3M | 0 | 6.1 | 49.2 | MIT | — | |
| 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 | 151 | 59 | 33K | 32 | 29.0 | 47.7 | NOASSERTION | 7 months ago | |
| 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,240 | 1,249 | 126 | 339K | 0 | 19.0 | 33.7 | MIT | 1 year ago | |
| 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 | 8 | 18 | 2.8 | 7.9 | LGPL-3.0 | — | |
| 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). | 155 | 155 | 29 | 128K | 1 | 24.4 | 45.0 | MIT | 4 months ago | |
| 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 | 61 | 136K | 9 | 27.2 | 52.3 | BSD-3-Clause | 4 months ago | |
| 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 | 20.4 | 40.9 | BSD-3-Clause | 4 months ago | |
| 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 | 82 | 39 | 681K | 7 | 30.3 | 66.9 | BSD-3-Clause | 2 months ago | |
| 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. | 85 | 85 | 39 | 474K | 24 | 34.1 | 70.6 | BSD-3-Clause | 2 months ago | |
| 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,797 | 35,286 | 11,909 | 12M | 57 | 94.8 | 71.5 | MIT | 1 week ago | |
| 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 | 33K | 10 | 33.0 | 39.6 | MIT | 1 month ago | |
| 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,689 | 12,922 | 1,978 | 4M | 3 | 66.6 | 43.1 | MIT | 2 months ago | |
| 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 | 1 | 151K | 0 | 16.3 | 62.9 | MIT | 2 months ago | |
| 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,506 | 3,519 | 511 | 1M | 62 | 76.3 | 66.9 | LGPL-3.0 | 1 month ago | |
| 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. | 323 | 330 | 27 | 94K | 0 | 2.4 | 34.1 | MIT | — | |
| mcp/sdk | — | 1,563 | 1,531 | 154 | 469K | 78 | 53.2 | 69.2 | NOASSERTION | 1 week ago | |
| 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,684 | 10,782 | 2,617 | 4M | 18 | 64.2 | 46.6 | MIT | 1 month ago | |
| 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. | 437 | 442 | 43 | 187K | 14 | 33.6 | 48.7 | NOASSERTION | 2 months ago | |
| 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,270 | 5,400 | 450 | 2M | 18 | 48.2 | 43.0 | NOASSERTION | 2 years ago | |
| 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,615 | 5,621 | 296 | 268K | 69 | 73.1 | 54.4 | MIT | 3 months ago | |
| oro/platform | — | 642 | 645 | 342 | 3K | 220 | 42.5 | 34.7 | MIT | 6 years ago | |
| 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. | 43 | 43 | 7 | 4M | 0 | 2.6 | 57.2 | MIT | 1 year ago | |
| 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. | 249 | 249 | 50 | 3K | 5 | 25.2 | 21.7 | MIT | 1 week ago | |
| 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. | 369 | 369 | 17 | 242K | 7 | 27.5 | 46.0 | MIT | 3 months ago | |
| 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,407 | 2,456 | 445 | 105K | 4 | 35.6 | 24.2 | MIT | 1 year ago | |
| 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,953 | 14,259 | 3,617 | 8M | 85 | 94.6 | 73.3 | MIT | 1 week ago | |
| 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,506 | 3,526 | 511 | 64K | 62 | 76.3 | 48.7 | LGPL-3.0 | 1 month ago | |
| pragmarx/countries | — | 1,929 | 1,937 | 300 | 42K | 68 | 50.4 | 46.5 | BSD-3-Clause | 3 months ago | |
| rawilk/laravel-base | — | 7 | 9 | 1 | 7 | 0 | 4.5 | 2.7 | MIT | 2 years ago | |
| 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 | 145K | 0 | 20.5 | 62.3 | MIT | 3 months ago | |
| shopper/framework | — | 0 | 1 | 0 | 746 | 0 | 0.0 | 39.7 | — | — | |
| simplepie/simplepie | — | 1,577 | 1,601 | 394 | 218K | 56 | 46.4 | 54.5 | — | 10 months ago | |
| 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 | 19.1 | 61.8 | MIT | 4 months ago | |
| 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 | 283K | 1 | 3.7 | 55.2 | MIT | 1 year ago | |
| 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 | 3K | 0 | 0.0 | 47.4 | MIT | — | |
| 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,059 | 2,061 | 92 | 102K | 42 | 55.9 | 45.0 | MIT | 1 week ago | |
| 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 | 122K | 13 | 20.7 | 52.6 | MIT | 7 months ago | |
| 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 | 236K | 0 | 2.8 | 55.3 | MIT | 1 year ago | |
| splash/php-bundle | — | 0 | 0 | 1 | 430 | 0 | 0.8 | 36.4 | — | 5 years ago | |
| 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 | 35K | 4 | 24.7 | 42.3 | MIT | 4 months ago | |
| 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.6 | MIT | 5 years ago | |
| 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,157 | 4,187 | 65 | 8M | 0 | 56.7 | 53.2 | MIT | 3 weeks ago | |
| 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,103 | 31,405 | 9,848 | 249K | 313 | 89.0 | 45.0 | MIT | 3 weeks ago | |
| 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+. | 12 | 12 | 2 | 66K | 0 | 17.7 | 58.5 | MIT | 2 months ago | |
| 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,082 | 1,083 | 250 | 13K | 5 | 50.3 | 24.9 | MIT | 4 days ago | |
| 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. | 574 | 573 | 107 | 89K | 24 | 43.2 | 46.6 | MIT | 5 days ago | |
| typhoon/opcache | — | 12 | 12 | 0 | 68 | 0 | 0.7 | 11.0 | MIT | 2 years ago | |
| 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,373 | 10,399 | 2,388 | 24K | 2 | 63.6 | 8.4 | MIT | 3 months ago | |
| willdurand/geocoder-bundle | — | 324 | 333 | 111 | 87K | 2 | 24.5 | 36.9 | MIT | 6 months ago | |
| 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 | |
| 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 | 25 | 0 | 2.3 | 5.1 | MIT | 11 months ago | |
| 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 | 28K | 3 | 14.0 | 49.4 | BSD-3-Clause | 5 months ago | |
| 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 | 39K | 11 | 4.2 | 29.6 | BSD-3-Clause | 6 years ago |
How can I help you explore Laravel packages today?