Libraries tagged by Sing
watheqalshowaiter/backup-tables
303 Downloads
Backup single or multiple database tables with ease.
verbb/social-login
4460 Downloads
Add SSO (Single Sign-On) user login, registration and connecting to social media platforms.
unb-libraries/dockworker
96438 Downloads
Dockworker provides web application developers, site builders and operational engineers a single technical entrypoint with a consistent, unified workflow regardless of the framework.
toteph42/identity_switch
393 Downloads
This plugin allows users to switch between different accounts (and check for new mails) in a single Roundcube session.
tomkyle/find-run-test
1300 Downloads
Find and run the PHPUnit test for a single changed PHP class file, most useful when watching the filesystem
szonov/sql-splitter
31185 Downloads
Library for parsing strings with multiple sql queries and split it to single queries
sqkhor/editorjs-html
2152 Downloads
A utility to parse editorjs clean data to HTML. Based on editorjs-html by Pavittar Singh
skrz/meta
89556 Downloads
Different wire formats, different data sources, single object model
rougin/spark-plug
17721 Downloads
Codeigniter 3 in a single variable.
revoltify/tenantify
717 Downloads
Single database multi-tenant solution for Laravel
restruct/silverstripe-namedlinkfield
1164 Downloads
A SilverStripe composite field for having various link types *with title*, in a single field with a nicely styled form.
rachid/pluralizer
1693 Downloads
PHP Pluralizer, to convert English words between Singular and Plural.
phpro/grumphp-combined-coverage-extension
3282 Downloads
Combine multiple PHP coverage into a single clover XML before executing a clover check.
passbase/passbase-php
31418 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
ozanhazer/php-htpasswd
7365 Downloads
A lightweight - single class - library to read and write htpasswd. You can add or delete users or you can update their passwords...