Libraries tagged by user_id
mobilestock/model-tracks-user-updates
9398 Downloads
model-tracks-user-updates is a library that updates the 'updated_by_user' column with the corresponding user id. Internally it uses the model triggers to update the column with the id of the logged user.
kharanenka/laravel-scope-user-belongs-to
42039 Downloads
Scope for field 'user_id' (int)
foundata/identity_from_directory
406 Downloads
Populate and maintain user identities automatically on each login, based on corresponding LDAP or Active Directory user data.
unicodeveloper/laravel-identify
21996 Downloads
A Laravel 5 Package Provider to Identify/detect a user's browser, device, operating system and Language
toteph42/identity_switch
1599 Downloads
This plugin allows users to switch between different identities (and check for new mails) in a single Roundcube session.
consoletvs/identify
76021 Downloads
A Laravel 5 Package Provider to Identify/detect a user's browser, device, operating system and Language
fastfony/identity-bundle
3663 Downloads
Symfony bundle focused on identification and the management of users, roles and groups
boaideas/laravel-cli-create-user
10799 Downloads
An artisan command to create, list and remove users in a laravel application from the cli
triyatna/php-valid-game
395 Downloads
PHP package for validating game user IDs via Codashop scraping and GoPay Games
userbase/client
9665 Downloads
UserBase PHP Client: Identity + Login + Signup Service
php-notify/notify
50616 Downloads
The foundational PHP library for PHPFlasher, enabling the creation of framework-agnostic flash notifications. Ideal for building custom integrations or for use in PHP projects.
rich-id/cookies-regulation-bundle
55312 Downloads
A bundle to easily manage your trackers and the consentement of your users to fit the RGPD standard
codingms/view-statistics
13292 Downloads
TYPO3 View-Statistics by coding.ms: Logs frontend actions in TYPO3 and displays them in a backend module. It tracks page views, news, downloads, and objects such as products or real estate, while custom objects can be configured via TypoScript. Frontend logins, login duration, user ID, IP address, and user agent can be tracked optionally. By default, the extension works without cookies and without tracking personal data.
passbase/passbase-php
37252 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
sympla/mesa-gold-bar
23878 Downloads
A library that provides remote user identification from oauth2 access tokens.