Libraries tagged by cert
ingria/laravel-x509-auth
5772 Downloads
Laravel 5 Client Certificate auth middleware
certificationy/php-pack
28620 Downloads
A series of questions to prepare for the Zend PHP5.5 certification
rnijveld/xmlseclibs
298581 Downloads
A PHP library for XML Security
kdyby/curl-ca-bundle
244223 Downloads
This package provides root certificates for usage in api clients on systems that have missing or outdated certificates.
certmichelin/openid-connect-php
2659 Downloads
PHP OpenID Connect Basic Client for MISP OIDC Plugin
wubinworks/module-session-reaper-patch
500 Downloads
Patch for CVE-2025-54236(a.k.a Session Reaper) which allows customer account takeover and RCE under certain conditions. This patch is actually a Magento 2 extension and universal compatible for Magento 2.3 & 2.4. If you cannot upgrade Magento or cannot apply the official hotfix, try this one.
widop/google-analytics-bundle
283262 Downloads
Google certificate-based authentication in server-to-server interactions with google analytics
vortos/vortos-health
820 Downloads
Vortos Health — canonical probe-based health system (liveness/readiness/startup) plus the Block 18 external synthetic uptime + dead-man heartbeat + capacity/cert detectors. Built on the OpsKit driver pattern: per-probe/per-monitor capability descriptors, budget-bounded aggregation, single-flight DoS guard, legacy bridge for Foundation health checks, and a conformance TCK.
tylercd100/laravel-validator-color
81130 Downloads
Validate that a certain value is a valid CSS color string in Laravel 5
thtmorais/yii2-pace
16426 Downloads
PACE (Progress Automatically Certain to Entertain) - Automatic page load progress bar for Yii PHP Framework
stonemax/acme2
26917 Downloads
Another PHP client for acme protocal (version 2) implementation, used for generating letsencrypt's free ssl certificates.
steveeakin/pushok
51517 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
shtayeb/bookworm
22960 Downloads
Bookworm estimates how much time is needed to read a certain piece of text.
shish/phpstan-matchy-string
9089 Downloads
PHPStan rule for strings that match certain conditions
passbase/passbase-php
37218 Downloads
# Introduction Welcome to the Passbase Verifications API docs. This documentation will help you understand our models and the Verification API with its endpoints. Based on this you can build your own system (i.e. verification) and hook it up to Passbase. In case of feedback or questions you can reach us under this email address: [[email protected]](mailto:[email protected]). A User submits a video selfie and valid identifying __Resources__ during a __Verification__ guided by the Passbase client-side integration. Once all the necessary __Resources__ are submitted, __Data points__ are extracted, digitized, and authenticated. These Data points then becomes part of the User's __Identity__. The User then consents to share __Resources__ and/or __Data points__ from their Identity with you. This information is passed to you and can be used to make decisions about a User (e.g. activate account). This table below explains our terminology further. | Term | Description | |-----------------------------------------|-------------| | [Identity](#tag/identity_model) | A set of Data points and Resources related to and owned by one single User. This data can be accessed by you through a Verification. | | Data points | Any data about a User extracted from a Resource (E.g. Passport Number, or Age). | | [Resource](#tag/resource_model) | A source document used to generate the Data points for a User (E.g. Passport). | | [User](#tag/user_model) | The owner of an email address associated with an Identity. | | Verification | A transaction through which a User consents to share Data points with you. If the Data points you request are not already available in the User's Identity, the Passbase client will ask the User to submit the necessary Resource required to extract them. | | Re-authentication (login) | A transaction through which a User can certify the ownership of Personal data previously shared through an Authentication. | # Authentication There are two forms of authentication for the API: • API Key • Bearer JWT Token