Followers
—
Total Stars
50,236
Packages
15
Monthly Downloads
141,800,781
Avg Score
26.1
Packages w/ Vulns
0
|
|
Description
|
|
|
|
License
|
|
|
|---|---|---|---|---|---|---|---|
| psr/log | PSR-3 logging interfaces for PHP. Provides LoggerInterface, traits, and related classes to standardize how libraries accept and emit log messages. Not a logger implementation—use it to type-hint a logger or build your own PSR-3 compliant logger. | 10,445 | 54.3 | 52.0 | MIT | 1 year ago | |
| psr/container | The PSR-11 Container Interface defines core abstractions for dependency injection in PHP. It’s a standard abstraction, not an implementation—used by DI containers like Laravel’s Illuminate\Container. Essential for dependency management, ensuring interoperability across container implementations. | 10,015 | 49.8 | 53.9 | MIT | 4 years ago | |
| 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. | 8,090 | 49.0 | 53.9 | MIT | 4 years ago | |
| psr/http-message | PSR-7 HTTP message interfaces for PHP (Request/Response, Streams, URIs, UploadedFiles). Defines common contracts only—no concrete implementation. Ideal for framework-agnostic middleware and libraries needing interoperable HTTP message types. | 7,097 | 57.7 | 64.3 | MIT | 2 years ago | |
| psr/cache | PSR-6 caching interfaces for PHP. Defines CacheItemPoolInterface and CacheItemInterface contracts for interoperable caching, without providing an implementation. Use with any PSR-6 compatible cache library (see Packagist providers). | 5,196 | 26.4 | 46.4 | MIT | — | |
| psr/link | PSR-13 link definition interfaces for PHP. Provides standard LinkInterface and LinkProviderInterface contracts used to describe and expose web links. Not an implementation—interfaces only; use a compatible psr/link-implementation package. | 2,502 | 12.9 | 42.0 | MIT | — | |
| psr/event-dispatcher | PSR-14 interfaces for event dispatching in PHP. Defines standard contracts for dispatchers, listeners, and providers to enable interoperability between frameworks and libraries. Not an implementation—use a compatible PSR-14 dispatcher package. | 2,289 | 12.3 | 52.2 | MIT | — | |
| psr/http-factory | PSR-17 HTTP message factory interfaces for creating requests, responses, streams, URIs, and uploaded files. This package provides only the standard interfaces (no implementation). Find compatible implementations on Packagist. | 1,887 | 30.8 | 63.7 | MIT | 1 year ago | |
| psr/http-client | PSR-18 interfaces and common code for HTTP clients in PHP. This package provides the standard abstractions (requests, responses, exceptions) for interoperability, not an actual client implementation. Find compatible implementations on Packagist. | 1,722 | 31.2 | 63.9 | MIT | 2 years ago | |
| psr/clock | PSR-20 Clock interface for PHP. Defines ClockInterface::now() returning DateTimeImmutable, enabling dependency injection of time sources and easy testing. This package provides only the interface; use or create an implementation. | 638 | 23.7 | 65.0 | MIT | 3 years ago | |
| psr/http-server-middleware | PSR-15 HTTP server middleware interfaces for PHP. Provides the MiddlewareInterface specification used by request handlers and middleware stacks; no implementation included. Install via psr/http-server-middleware and use with compatible frameworks or libraries. | 180 | 21.5 | 65.0 | MIT | 2 years ago | |
| psr/http-server-handler | PSR-15 HTTP Server RequestHandlerInterface package. Defines the standard request handler contract used with PSR-15 middleware and PSR-7 requests/responses. Provides interfaces only, not an implementation; implementations are available separately. | 175 | 21.8 | 65.0 | MIT | 2 years ago | |
| psr/simple-cache-implementation | — | 0 | 0.0 | — | — | — |
|
| psr/http-factory-implementation | — | 0 | 0.0 | — | — | — |
|
| psr/http-client-implementation | — | 0 | 0.0 | — | — | — |
|
How can I help you explore Laravel packages today?