Download the PHP package psr-discovery/all without Composer
On this page you can find all versions of the php package psr-discovery/all. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download psr-discovery/all
More information about psr-discovery/all
Files in psr-discovery/all
Package all
Short Description 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.
License MIT
Homepage https://github.com/psr-discovery
Informations about the package all
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
- Installation
- Usage
- Contributing
Requirements
- PHP 8.2+
- 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
Usage
Usage instructions for each discovery library can be found at the links below:
- PSR-18 HTTP Clients
- PSR-17 HTTP Factories
- PSR-14 Event Dispatchers
- PSR-11 Containers
- PSR-6 Caches
- PSR-3 Logs
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.
All versions of all with dependencies
psr-discovery/cache-implementations Version ^1
psr-discovery/container-implementations Version ^1
psr-discovery/event-dispatcher-implementations Version ^1
psr-discovery/http-client-implementations Version ^1
psr-discovery/http-factory-implementations Version ^1
psr-discovery/log-implementations Version ^1