Libraries tagged by cases
passbase/passbase-php
31420 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
olegsoft/first-or-create
14064 Downloads
Trait for Yii2 ActiveRecord. Search for a model ActiveRecord or create a new one in case of failure
lexide/k-switch
7887 Downloads
A PHP library to switch cases of a property or element name
lasserafn/csv-reader
31924 Downloads
A minimal League/CSV wrapper. Gives the powerful CSV tool an acceptable API. Very opinionated. Used for own projects, so might not fit your case. Just use League/csv.
kunicmarko/graphql-test
57756 Downloads
GraphQL Test Cases
jobins/api-generator
5733 Downloads
Generate api docs while writing test case (Laravel).
gember/event-sourcing
1071 Downloads
Use case driven EventSourcing - Let go of the Aggregate with the Dynamic Consistency Boundary (DCB) pattern.
facile-it/symfony-functional-testcase
28098 Downloads
A small functional base test case for Symfony
epifrin/rector-custom-rules
17151 Downloads
These are three rector rules to convert private method name, to convert local variable name to camel case and to replace double quotes with single quotes in string literals.
dilovanmatini/laravel-enumable
982 Downloads
The Laravel Enumable trait provides a set of utility methods to enhance PHP enums. It includes methods for manipulating enum cases, retrieving labels, and converting enums to various formats.
demos-europe/edt-extra
14993 Downloads
Extension for edt-queries containing various convenience and use-case specific functionality.
datatables.net/datatables.net-buttons-bs5
4560 Downloads
The Buttons extension for DataTables provides a common set of options, API methods and styling to display buttons on a page that will interact with a DataTable. It also provides plug-ins for file export (HTML5 and Flash), print view and column visibility. Other libraries, such as Editor and Select also provide buttons specific to their use cases. This is Buttons for DataTables with styling for [Bootstrap5](https://getbootstrap.com/)
console-helpers/phpunit-compat
1642 Downloads
Compatibility layer for PHPUnit test cases/test suite to work on different major PHPUnit versions
b13/de-slash
6617 Downloads
In case you do not want to havea trailing slash in your URLs, this extension will remove it
agungsugiarto/codeigniter4-authentication
4164 Downloads
Provides an API for authentication and includes concrete authentication adapters for common use case scenarios