Lightweight library that discovers available PSR implementations by searching for a list of well-known classes that implement the relevant interface, and returns an instance of the first one that is found.

Installs: 1 815 362

Dependents: 4

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 0

Type:metapackage

1.0.1 2024-03-04 21:20 UTC

This package is auto-updated.

Last update: 2024-04-04 21:29:20 UTC


README

Lightweight library that discovers available PSR implementations by searching for a list of well-known classes that implement the relevant interface, and returns an instance of the first one that is found.

This is a meta-package that includes all of the PSR Discovery utility suite. This package bundles discovery support for PSR-18 HTTP Clients, PSR-17 HTTP Factories, PSR-14 Event Dispatchers, PSR-11 Containers, PSR-6 Caches and PSR-3 Logs. When additional PSRs are added to the suite, they will be added to this package as well.

This suite is largely intended for inclusion in libraries like SDKs that wish to support PSRs without requiring hard dependencies on specific implementations or demanding extra configuration by users.

Requirements

  • PHP 8.1+
  • Composer 2.0+

Successful discovery requires the presence of a compatible implementation in the host application. This library does not install any implementations for you.

Installation

composer require psr-discovery/all

Usage

Usage instructions for each discovery library can be found at the links below:

Contributing

Contributions are welcome! Please create issues and pull requests on the repository for the specific discovery library you're interested in.

As a meta-package, this repository is not intended to accept contributions.

This library is not produced or endorsed by, or otherwise affiliated with, the PHP-FIG.