Libraries tagged by client certificate
mishagodovanuk/payment_gateway
1 Downloads
Framework-agnostic mTLS HTTP client with HMAC-signed GET requests for payment gateway integrations
kyzegs/mtls-bundle
0 Downloads
A reusable Symfony bundle for mTLS (mutual TLS) client-certificate authentication.
hostingbe/php-restapi-sslstore
83 Downloads
php API REST client to connect to sslstore API, including logging and retry functionality. SSLstore supplies you with more than 100 certificates to offer to your clients
likun-mci/acme
2 Downloads
用原生 PHP 实现的 ACME v2 (RFC 8555) 证书客户端,acme.sh 的完整功能对等实现:账户、订单、http-01/dns-01/tls-alpn-01 验证、签发续期吊销、部署与通知钩子。全程不调用 openssl/curl/crontab 等外部进程,为禁用 exec 的共享主机与受管控服务器而写。支持 Let's Encrypt、ZeroSSL、BuyPass、Google Trust Services、SSL.com 与数十家 DNS 提供商。
webvariants/ssl-auth
14 Downloads
SallyCMS addOn, providing an automatic user login via SSL client certificates
bayareawebpro/laravel-trusted-forms
4 Downloads
A Trusted Forms Certificate Client
xvilo/crt-sh-api
6 Downloads
crt.sh client, search through Certificate Transparency logs
mdwheele/incommon
40 Downloads
PHP Client for InCommon Certificate Manager
yoimhere/pushok_none_intl
8 Downloads
PHP client for Apple Push Notification Service (APNs) - Send push notifications to iOS using the new APNs HTTP/2 protocol with token-based (JWT with p8 private key) or certificate-based authentication
whoisjson/whoisjson
21 Downloads
A PHP client for the WhoisJSON API - Get WHOIS, DNS, and SSL certificate information in JSON format
wcracker/pushok
6 Downloads
PHP client for Apple Push Notification Service (APNs) - Send push notifications to iOS using the new APNs HTTP/2 protocol with token-based (JWT with p8 private key) or certificate-based authentication forked from edamov/pushok
skvn/pushok
14 Downloads
PHP client for Apple Push Notification Service (APNs) - Send push notifications to iOS using the new APNs HTTP/2 protocol with token-based (JWT with p8 private key) or certificate-based authentication
sicaboy/pushok
28 Downloads
PHP client for Apple Push Notification Service (APNs) - Send push notifications to iOS using the new APNs HTTP/2 protocol with token-based (JWT with p8 private key) or certificate-based authentication
pronesoft-rd/ecf-sdk-php
0 Downloads
## Descripción general API de nivel productivo para emitir Comprobantes Fiscales Electrónicos (e-CF) en la República Dominicana a través de la plataforma Pronesoft. ## Autenticación — OAuth 2.0 Client Credentials ### Pasos 1. Obtén tus credenciales desde el portal: - Sandbox: https://ecf.sandbox.pronesoft.com → Apps → Default Sandbox App - Producción: https://ecf.pronesoft.com → Integraciones → Apps → Crear App 2. Solicita un token via POST /oauth/token — válido por 24 horas (86400s). 3. Usa: Authorization: Bearer en cada request. 4. Renueva al recibir HTTP 401. Buena práctica: renovar 5 minutos antes del vencimiento. ### Delegación multi-empresa Para actuar en nombre de una empresa asociada (sucursal), agrega: x-tenant-id: NO envíes x-tenant-id cuando actúes como la empresa principal. ### Detalles del Sandbox - Usa cualquier RNC que comience con SBX (ej. SBX123456) — no se requiere certificado real. - Las secuencias son automáticas — no es necesario crearlas manualmente. - El campo environment en el cuerpo del documento DEBE ser TesteCF. ### Scopes disponibles business:read, business:create, business:update, members:read, members:invite, members:revoke, certificates:read, certificates:upload, certificates:update, documents:read, documents:create, documents:send, documents:receive, documents:update, approvals:read, approvals:commercial, sequences:read, sequences:create, sequences:update, sequences:cancel, business_info:read, certification:read, certification:write, reports:read
mammutgroup/pushok
32 Downloads
PHP client for Apple Push Notification Service (APNs) - Send push notifications to iOS using the new APNs HTTP/2 protocol with token-based (JWT with p8 private key) or certificate-based authentication