Download the PHP package ucarsolutions/laminas-uri-signer without Composer
On this page you can find all versions of the php package ucarsolutions/laminas-uri-signer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download ucarsolutions/laminas-uri-signer
More information about ucarsolutions/laminas-uri-signer
Files in ucarsolutions/laminas-uri-signer
Package laminas-uri-signer
Short Description A Laminas/Mezzio module for using ucarsolutions/uri-signer, a minimal package for securely signing PSR-15 URIs in PHP applications.
License MIT
Informations about the package laminas-uri-signer
URL Signer for Laminas & Mezzio
A URL signer implementation for Laminas and Mezzio that generates secure, signed URLs with an expiration date. This package allows you to sign full URLs or just query parameters, adding a layer of security for accessing resources or sharing sensitive information.
Features
- Sign a given URI
- Include an expiration date as part of the signature
- Ensure URL integrity and prevent unauthorized modifications
- Easy integration with Laminas/Mezzio or other PHP-based frameworks
Installation
Install the package via Composer:
Tests
Run the tests with PHPUnit:
Contributing
Contributions are welcome! Please submit a pull request or open an issue for any suggestions or bug reports.
Contribution Guidelines:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Write tests for your changes.
- Make sure all tests pass.
- Submit a pull request.
License
This project is licensed under the MIT License. See the LICENSE file for details.
All versions of laminas-uri-signer with dependencies
laminas/laminas-servicemanager Version ^4.2
psr/http-server-middleware Version ^1.0
laminas/laminas-diactoros Version ^3.3