Libraries tagged by Modul IS
utexas/utexas_saml_auth_helper
156567 Downloads
This is a Drupal module that provides UTexas-focused UI tweaks to the contributed samlauth module.
umd_digital/umd_terp_base
29145 Downloads
UMD Terp Base is the base module for all UMD drupal projects.
roddy/firestore-eloquent
435 Downloads
Firestore Eloquent, an object-relational mapper (ORM) that makes it enjoyable to interact with your database. When using Eloquent, each firestore collection has a corresponding \"Model\"/\"Class\" that is used to interact with that collection. In addition to retrieving records from the firestore collection, Eloquent models/classes allow you to insert, update, and delete records from the collection as well.
pdphilip/omnievent
8155 Downloads
OmniEvent for Laravel is a Laravel Model event tracking and searching with Elasticsearch module
ezsystems/ezsurvey-ls
7743 Downloads
eZ Survey is a survey module for eZ Publish
bmidget/kohana-formo
8212 Downloads
Formo is a form module for Kohana 3 that lets you work with forms as objects
cable8mm/xeed
2043 Downloads
The Xeed is to generate new model, seed, Nova resource, database seed, factory and migration files for Laravel & Nova based on data from the existing database table.
quartzy/php-email
9420 Downloads
A domain model for describing emails that is indifferent towards sending methods.
mvlabs/mvlabs-snappy
52848 Downloads
MvlabsSnappy is a Zend Framework and Laminas module that allow easy to thumbnail, snapshot or PDF generation from a url or a html page using Snappy PHP wrapper for the wkhtmltopdf/wkhtmltoimage conversion utility.
filipajdacic/yii2-twilio
47600 Downloads
This component is YII2 wrapper for Twilio PHP module
yireo/magento2-page-cache-csp-nonce-regenerator
326 Downloads
Magento module to regenerate CSP nonces when built-in Page Cache is enabled
sysforall/disabled-products-redirect
28167 Downloads
This module changes the default magento 404 page given when a product is disabled and redirects it to the first category it belongs to
php-sap/common
18433 Downloads
Exceptions and abstract classes containing logic for PHP/SAP that is not specific to the underlying PHP module.
passbase/passbase-php
31767 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
neuecommerce/addresses
5306 Downloads
Addresses is a polymorphic Laravel package, for addressbook management. Adding addresses to any Eloquent model was never this easy.