Libraries tagged by user id
hejunjie/mobile-locator
9206 Downloads
基于国内号段规则的手机号码归属地查询库,支持运营商识别与地区定位,适用于注册验证、用户画像、数据归档等场景 | A mobile number lookup library based on Chinese carrier rules. Identifies carriers and regions, suitable for registration checks, user profiling, and data archiving.
mobilestock/model-tracks-user-updates
9515 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
42192 Downloads
Scope for field 'user_id' (int)
foundata/identity_from_directory
428 Downloads
Populate and maintain user identities automatically on each login, based on corresponding LDAP or Active Directory user data.
unicodeveloper/laravel-identify
22000 Downloads
A Laravel 5 Package Provider to Identify/detect a user's browser, device, operating system and Language
toteph42/identity_switch
1608 Downloads
This plugin allows users to switch between different identities (and check for new mails) in a single Roundcube session.
goldnead/statamic-identity-contracts
382 Downloads
Identity foundation for Statamic addons: a stable Identity value object and resolver contracts so addons never depend on a concrete App\Models\User.
boaideas/laravel-cli-create-user
10800 Downloads
An artisan command to create, list and remove users in a laravel application from the cli
triyatna/php-valid-game
486 Downloads
PHP package for validating game user IDs via Codashop scraping and GoPay Games
userbase/client
9726 Downloads
UserBase PHP Client: Identity + Login + Signup Service
php-notify/notify
50618 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
55466 Downloads
A bundle to easily manage your trackers and the consentement of your users to fit the RGPD standard
ideative/stock-pictures
6314 Downloads
Allows backend users to select stock pictures from various online services
codingms/view-statistics
13448 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
37369 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