Download the PHP package philharmony/http-psr-extension without Composer
On this page you can find all versions of the php package philharmony/http-psr-extension. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download philharmony/http-psr-extension
More information about philharmony/http-psr-extension
Files in philharmony/http-psr-extension
Package http-psr-extension
Short Description Optional extensions for PSR-7 and PSR-17 HTTP interfaces
License MIT
Homepage https://github.com/philharmonytech/http-psr-extension
Informations about the package http-psr-extension
http-psr-extension
Optional extensions for PSR-7 and PSR-17 HTTP interfaces
📦 Installation
🧠 Overview
This package provides optional extension interfaces for PSR-7 and PSR-17.
It does not replace PSR standards, but adds additional capabilities that can be detected at runtime.
⚙️ Philosophy
- PSR interfaces remain the baseline
- Extensions are optional
- Use
instanceoffor capability detection - Always provide a fallback to standard PSR behavior
🚀 Usage
Detect extended UploadedFileFactory
Detect full path support
🔌 Compatibility
- Works with any PSR-7 implementation
- Works with any PSR-17 factory
- No runtime dependencies
📄 License
This package is open-source and licensed under the MIT License. See the LICENSE file for details.
🤝 Contributing
Contributions, issues, and feature requests are welcome.
If you find a bug or have an idea for improvement, please open an issue or submit a pull request.
⭐ Support
If you find this package useful, please consider giving it a star on GitHub. It helps the project grow and reach more developers.