Libraries tagged by once
robloach/jquery-once
1196 Downloads
Act on jQuery elements only once.
itosho/easy-query
20751 Downloads
CakePHP behavior plugin for easily generating some complicated queries like (bulk) insert/upsert etc.
ranium/laravel-seedonce
39447 Downloads
Laravel package to run seeders only once
pod-point/laravel-mail-export
38616 Downloads
A mailable trait to export mails to a storage disk once being sent
ichhabrecht/core-upgrader
29884 Downloads
Run upgrade wizards for multiple TYPO3 versions at once
dotsunited/bundlefu
27118 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
14916 Downloads
Allows you to update a single column of a resource all at once.
jdavidbakr/multi-server-event
170383 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
automattic/jetpack-heartbeat
662726 Downloads
This adds a cronjob that sends a batch of internal automattic stats to wp.com once a day
thesis/sync-once
820 Downloads
Thesis Sync Once
wapplersystems/core-upgrader
12568 Downloads
Run upgrade wizards for multiple TYPO3 versions at once and clean up the system
vlucas/hyperspan
10131 Downloads
Build a Hypermedia API response once and return it in multiple formats
sukhvir1313/directproductadd
5286 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
14308 Downloads
Pushes a batch of records to a stream at once.
passbase/passbase-php
30873 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