Libraries tagged by digito
blackbit_digital_commerce/pimcore-iframe-portlet
7565 Downloads
Add portlets to embed websites to Pimcore dashboards
blackbit_digital_commerce/pimcore-bundle-manager
34309 Downloads
Enables bundles for pimcore projects (replacement for bin/console pimcore:bundle:enable)
az-digital/az-quickstart-dev
35559 Downloads
Composer require-dev dependencies for AZ Quickstart projects.
digitalstars/vk_api
10147 Downloads
Powerful PHP library/framework for VK API bots, supporting LongPoll & Callback & OAuth
digitaladapt/codeception-json-schema
48570 Downloads
Json schema module for validate response by json schema for codeception test framework
digiaonline/notification-wrapper
43874 Downloads
A super-basic wrapper for notifications/messages
digiaonline/json-helpers
63556 Downloads
Exception-based wrappers for json_encode and json_decode
digiaonline/instance-factory
53063 Downloads
A factory for constructing objects from arrays of properties
digiaonline/graphql-relay
8062 Downloads
Relay support for digiaonline/graphql
digiaonline/graphql-datetime-scalar
8061 Downloads
Date, Time and DateTime scalar types for our GraphQL implementation
walletable/walletable
2746 Downloads
A package to create e-wallets for managing and analysing digital financial assets per entity in your laravel application.
verbb/gift-voucher
22079 Downloads
Sell and redeem digital gift vouchers for Craft Commerce.
unopim/dam
309 Downloads
Unopim Digital Asset Management (DAM) is a flexible solution for managing digital assets in the Unopim PIM ecosystem. Key features include file and directory management, asset upload, preview, and deletion, advanced metadata tagging, collaboration tools, and CSV/XLSX export/import for asset assignment.
setasign/seta-pdf-signer-addon-global-sign-dss
5559 Downloads
A SetaPDF-Signer component signature module for the GlobalSign Digital Signing Service.
passbase/passbase-php
31626 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