Libraries tagged by cer
cerbos/cerbos-sdk-php
2273 Downloads
PHP SDK for interacting with the Cerbos PDP
kelunik/acme-client
3492 Downloads
Let's Encrypt / ACME client written in PHP for the CLI.
ingria/laravel-x509-auth
5409 Downloads
Laravel 5 Client Certificate auth middleware
kdyby/curl-ca-bundle
243903 Downloads
This package provides root certificates for usage in api clients on systems that have missing or outdated certificates.
cerealean/php-common-utilities
45218 Downloads
Commonly used core PHP functionality improved upon and made for quick, easy use
cerbero/sql-dumper
7533 Downloads
Laravel package to dump SQL queries.
cerbero/laravel-dto
12974 Downloads
Data Transfer Object (DTO) for Laravel
cerbero/json-api-error
3183 Downloads
Laravel package to standardize API errors in compliance with the JSON:API spec.
tylercd100/laravel-validator-color
79116 Downloads
Validate that a certain value is a valid CSS color string in Laravel 5
symbiote/silverstripe-contentreplace
10367 Downloads
This module replaces certain tags in WYSIWYG content with SilverStripe templates.
stonemax/acme2
25614 Downloads
Another PHP client for acme protocal (version 2) implementation, used for generating letsencrypt's free ssl certificates.
steveeakin/pushok
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
shtayeb/bookworm
16482 Downloads
Bookworm estimates how much time is needed to read a certain piece of text.
sevaske/php-zatca-xml
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.
passbase/passbase-php
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