Libraries tagged by signed
br/signed-request-bundle
1726 Downloads
Symfony2 Bundle that provides request and response signing
acinader/signed-request
19 Downloads
Simple request signing library
jdavidbakr/signed-s3-filesystem
2619 Downloads
Extension of the Laravel S3 filesystem to return signed URLs
absolut-ticket/http-signatures-php
570 Downloads
Sign and verify PSR-7 HTTP messages with HMAC and RSA keys
99designs/http-signatures-guzzle
32802 Downloads
Sign and verify HTTP messages with Guzzle
pixelfed/http-signatures-guzzlehttp
1811 Downloads
Sign and verify HTTP messages with Guzzle 6
pixelfed/http-signatures
1862 Downloads
Sign and verify HTTP messages
unisharp/s3-presigned
1831 Downloads
An AWS S3 package for pre-signed upload purpose in Laravel and PHP.
snawoot/php-storageless-sessions
4714 Downloads
Storageless sessions with encrypted and HMAC-signed cookies
sleepfinance/simple-web3-php
476 Downloads
Web3 library in PHP
haridarshan/laravel-url-signer-cloudfront
1933 Downloads
Wrapper around the official AWS PHP SDK to generate CloudFront signed URLs
jorge-matricali/akamai-token-auth
39 Downloads
This library provides necessary logic to generate Akamai edge authorization token and signed URL.
zeroem/api-security-bundle
54 Downloads
A Signed Request Based Authentication System for RESTful APIs
zatca/qrinvoice
3832 Downloads
A helper to generate the QR code and signed it for INVOICE e-invoicing
wpify/benefit-plus-gateway-sdk
186 Downloads
This is a "swagger" definition of application programming interface of the MúzaPay by Benefit Plus e-commerce payment gateway. You may leverage this API from your e-shop to integrate payments by employee-benefits-programme funds. This version of the programme uses mobile payment application MúzaPay. Requests signingAll requests except /auth/token must be signed by "SHA-256 with RSA" (RSASSA-PKCS1-v1_5, RFC 8017 chapter 8.2) electronic signatures. See online gateway documentation for details. ## Change log * v2 - 2025-06-26 * Added HEALTH value to productCode enum as mandated by the Czech state legislation. * amountAuthorized in PaymentStateResponse renamed to remainingAmount to better capture its meaining. * Added HTTP 410 Gone response to the cancelPayment() operation. * Corrected pattern of orderReferenceCode * Multiple corrections of the documentation, examples and field ordering changes - non-impacting.