Libraries tagged by single use
classpreloader/classpreloader
42776590 Downloads
Helps class loading performance by generating a single PHP file containing all of the autoloaded files for a specific use case
codegreencreative/laravel-samlidp
838359 Downloads
Make your PHP Laravel application an Identification Provider using SAML 2.0. This package allows you to implement your own Identification Provider (idP) using the SAML 2.0 standard to be used with supporting SAML 2.0 Service Providers (SP).
monperrus/crawler-user-agents
6291 Downloads
This repository contains a list of of HTTP user-agents used by robots, crawlers, and spiders as in single JSON file.
linkeys/signed-url
64791 Downloads
Enhanced signed URLs for Laravel, including attaching data, click limits and expiry.
ipgeolocation/ipgeolocation-php-sdk
4366 Downloads
Official PHP SDK for the IPGeolocation.io IP Location API with single and bulk lookup support.
nunomazer/laravel-samehouse
253960 Downloads
A multi-tenant Laravel package, based on single database, simple and ease to use
classpreloader/console
244897 Downloads
Helps class loading performance by generating a single PHP file containing all of the autoloaded files for a specific use case
causal/ig_ldap_sso_auth
392824 Downloads
This extension provides LDAP support for TYPO3 by delegating the authentication of frontend and/or backend users to the centrally-managed directory of your organization. It fully supports OpenLDAP and Active Directory and is capable of connecting securely to the authentication server using either TLS or SSL (ldaps://). In case of use in an intranet environment, this extension is a perfect match since it natively brings Single Sign-On (SSO) capability to TYPO3 without any complex configuration.
qtranslate/qtranslate-xt
36193 Downloads
qTranslate-XT (eXTended): Adds user-friendly multilingual content support, stored in single post.
jmikola/auto-login-bundle
326238 Downloads
Authenticate users in your Symfony app via a single query parameter (e.g. email and newsletter links).
hillholliday/craft-user-manual
72372 Downloads
Craft User Manual allows developers (or even content editors) to provide CMS documentation using Craft's built-in sections (singles, channels, or structures) to create a `User Manual` or `Help` section directly in the control panel.
mrclay/userland-session
63967 Downloads
Provides a an HTTP cookie-based session in plain PHP, allowing concurrent use with existing native sessions.
coringawc/filament-single-record-resource
836 Downloads
A Filament plugin that solves the single-record resource pattern — resources that display exactly one record per authenticated user (e.g. 'My Profile', 'My Wallet', 'My Settings') without an index page, and their arbitrarily nested child resources.
passbase/passbase-php
36916 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
grazulex/laravel-multipersona
326 Downloads
Laravel MultiPersona is a lightweight context-layer system for Laravel users. It allows a single user to switch between different roles, accounts, or tenants dynamically, without creating multiple logins or sessions.