Libraries tagged by posse
wyrihaximus/monolog-formatted-psr-handler
82452 Downloads
Passes `formatted` instead of `message` to the PSR-3 logger
wnikk/laravel-access-rules
1331 Downloads
Simple system of ACR (access control rules) for Laravel, with roles, groups, unlimited inheritance and possibility of multiplayer use.
webarchitect609/bitrix-user-type
17488 Downloads
Set of custom Bitrix user property types and basic auxiliary functionality to help develop new types as easy and fast as it possible.
webarchitect609/bitrix-iblock-property-type
16603 Downloads
Set of custom Bitrix iblock property types and basic auxiliary functionality to help develop new types as easy and fast as it possible.
unbxd/magento2-search-js
36838 Downloads
The Magento 2 module, which provides possibility enable unbxd search, autosuggest , analytics and browse features
unbxd/magento2-product-feed
45268 Downloads
The Magento 2 module, which provides possibility for synchronization product catalog with Unbxd service
team23/t23-inline-container
7036 Downloads
An extension to manage content elements inline in b13/container similar like possible in gridelementsteam/gridelements before.
steefdw/standards-enums
24339 Downloads
The Standards Enums package provides a simple and consistent way to work with countries, languages, currencies, and locales using enums.Each Enum comes with methods for accessing related information, like the name, flag, description, and more.Additionally, helper methods are provided to easily get all possible values or sort them by their name in a given language.These methods can be used with all Enum classes, regardless of whether they represent languages, countries, currencies, or locales.
setono/sylius-variant-link-plugin
34569 Downloads
Sylius plugin that makes it possible to link directly to variants
runopencode/query-resources-loader-bundle
5289 Downloads
Provides you with possibility to keep long queries in separate files in 'query' directory in your project.
qc/qc-info-rights
6727 Downloads
This Extension is to help user to check user and group list with possibility to Export into CSV file.
polokij/laravel-vault-env
1046 Downloads
Hashicorp Vault client for Laravel with possibility set the env variables from Vault secret dynamically
pinkcrab/function-constructors
50199 Downloads
A collection of functions to make working with the standard php library a little easier for function composition. Allows the creation of partially applied library functions, to work as close to pure fucntions as possible.
passbase/passbase-php
29470 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
particlebits/pdo
5276 Downloads
Smallest possible PDO database while being super useful