Libraries tagged by PHP Signature
difi/signature-api-client-php
101 Downloads
Client library for Digipost Signature API
sevavietl/type-signature
5 Downloads
Type signature generator for PHP
groupdocscloud/groupdocs-signature-cloud
36 Downloads
This repository contains GroupDocs.Signature for Cloud SDK for PHP source code.
m-derakhshi/bitcoin-php
13 Downloads
PHP Bitcoin library with functions for transactions, signatures, serialization, Random/Deterministic ECDSA keys, blocks, RPC bindings
imanrjb/bitcoin-php
664 Downloads
PHP Bitcoin library with functions for transactions, signatures, serialization, Random/Deterministic ECDSA keys, blocks, RPC bindings
pimlie/php-dkim
3916 Downloads
Finally, a PHP5 class for not just signing, but _verifying_ DKIM signatures.
menumbing/signature
221 Downloads
Security signature component for Hyperf framework
giovannedev/memed-php
235 Downloads
PHP Wrapper for Memed Digital Prescription API
dchapkine/guzzle-http-signature
115 Downloads
Guzzle plugin to sign HTTP requests using hmac ... Or, in another words, it is a PHP 5.3+ port of https://github.com/joyent/node-http-signature library (the request signing part only)
blueink/blueink-client-php
55 Downloads
A PHP client library for the BlueInk eSignature REST API
augusthur/firmar-php
62 Downloads
PHP integration with https://firmar.gob.ar platform
groupdocs/groupdocs-php
5668 Downloads
GroupDocs.Total for Cloud is a suite of document collaboration APIs that enables end users to view, annotate, e-sign, compare, convert and assemble 50+ document and image types on the web. With this SDK, you can seamlessly integrate GroupDocs.Total for Cloud into your PHP app or website.
gtt/thrift-generator
56 Downloads
Generates .thrift files based on php classes signatures
burti/ass-xmlsecurity
9061 Downloads
The XmlSecurity library is written in PHP for working with XML Encryption and Signatures
wpify/benefit-plus-gateway-sdk
118 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.