Libraries tagged by once
thesis/sync-once
10569 Downloads
Thesis Sync Once
robloach/jquery-once
1652 Downloads
Act on jQuery elements only once.
itosho/easy-query
22350 Downloads
CakePHP behavior plugin for easily generating some complicated queries like (bulk) insert/upsert etc.
wapplersystems/core-upgrader
16343 Downloads
Run upgrade wizards for multiple TYPO3 versions at once and clean up the system
vlucas/hyperspan
11279 Downloads
Build a Hypermedia API response once and return it in multiple formats
ranium/laravel-seedonce
44675 Downloads
Laravel package to run seeders only once
pod-point/laravel-mail-export
44432 Downloads
A mailable trait to export mails to a storage disk once being sent
passbase/passbase-php
32918 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
dotsunited/bundlefu
27792 Downloads
BundleFu is a PHP 5.3+ library which bundles multiple css/javascript files into a big package and sends it out at once
digital-creative/icon-action-toolbar
20434 Downloads
Allows you to update a single column of a resource all at once.
jdavidbakr/multi-server-event
173104 Downloads
This package extends Laravel's native Command Event class to allow for managing events fired on the same system with multiple servers, preventing an event from firing more than once
digital-canvas/zend-framework
293808 Downloads
Zend Framework with only the libraries and require_once() calls commented out for better performance with an autoloader.
turbine-kreuzberg/spryker-deploy-tasks
5543 Downloads
Deploy tasks for Spryker to execute once after deployment based on the environment and store
sukhvir1313/directproductadd
6655 Downloads
Share link http://{yourdomain}/dpa/add/tocart/sku/{product_sku}, http://{yourdomain}/dpa/add/tocart/sku/{product_sku}/coupon/{coupon_code}, http://{yourdomain}/dpa/add/tocart/sku/{product_sku}-{quantity}, http://{yourdomain}/dpa/add/tocart/sku/{product_sku_1},{product_sku_2}, http://{yourdomain}/dpa/add/tocart/id/{product_sku_1}-{quantity},{product_sku_2}-{quantity}, http://{yourdomain}/dpa/add/tocart/id/{product_id}, http://{yourdomain}/dpa/add/tocart/id/{product_id}-{quantity}, http://{yourdomain}/dpa/add/tocart/id/{product_id_1},{product_id_2} OR http://{yourdomain}/dpa/add/tocart/id/{product_id_1}-{quantity},{product_id_2}-{quantity} with your users through email, share media, blogs etc. Once user clicks on this link product will be automatically added to cart and user will be redirected to checkout page.
spazzmarticus/monolog-batchstreamhandler
16174 Downloads
Pushes a batch of records to a stream at once.