Libraries tagged by cer

cerbos/cerbos-sdk-php

4 Favers
2273 Downloads

PHP SDK for interacting with the Cerbos PDP

Go to Download


kelunik/acme-client

392 Favers
3492 Downloads

Let's Encrypt / ACME client written in PHP for the CLI.

Go to Download


ingria/laravel-x509-auth

37 Favers
5409 Downloads

Laravel 5 Client Certificate auth middleware

Go to Download


kdyby/curl-ca-bundle

18 Favers
243903 Downloads

This package provides root certificates for usage in api clients on systems that have missing or outdated certificates.

Go to Download


cerealean/php-common-utilities

4 Favers
45218 Downloads

Commonly used core PHP functionality improved upon and made for quick, easy use

Go to Download


cerbero/sql-dumper

23 Favers
7533 Downloads

Laravel package to dump SQL queries.

Go to Download


cerbero/laravel-dto

59 Favers
12974 Downloads

Data Transfer Object (DTO) for Laravel

Go to Download


cerbero/json-api-error

2 Favers
3183 Downloads

Laravel package to standardize API errors in compliance with the JSON:API spec.

Go to Download


tylercd100/laravel-validator-color

14 Favers
79116 Downloads

Validate that a certain value is a valid CSS color string in Laravel 5

Go to Download


symbiote/silverstripe-contentreplace

3 Favers
10367 Downloads

This module replaces certain tags in WYSIWYG content with SilverStripe templates.

Go to Download


stonemax/acme2

50 Favers
25614 Downloads

Another PHP client for acme protocal (version 2) implementation, used for generating letsencrypt's free ssl certificates.

Go to Download


steveeakin/pushok

0 Favers
43808 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

Go to Download


shtayeb/bookworm

7 Favers
16482 Downloads

Bookworm estimates how much time is needed to read a certain piece of text.

Go to Download


sevaske/php-zatca-xml

1 Favers
332 Downloads

An unofficial PHP library for generating ZATCA Fatoora e-invoices. This library facilitates the creation of compliant e-invoices, QR Codes, and certificates, as well as the submission of e-invoices to ZATCA's servers. It provides developers with an easy-to-use, customizable, and robust toolkit to integrate and automate ZATCA e-invoicing processes in PHP applications.

Go to Download


passbase/passbase-php

10 Favers
31671 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

Go to Download


<< Previous Next >>