Libraries tagged by submits
passbase/passbase-php
30528 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
stahiralijan/request-caster
72 Downloads
This package intercepts Laravel Form Submits after successful validation and provides useful function and also casts the submitted form data accordingly e.g. Upper-case first Characters of Words, Capitalized them, and checkbox value "1" to boolean, JSON string to PHP Array conversions etc.
jambagecom/macina-searchbox
886 Downloads
This extension offers the possibility to add a configuration for the searchbox as a TypoScript plugin on all pages which submits the searchvalue to the Indexed Search Engine plugin.
cauditor/analyzer
510 Downloads
Generates & submits the metrics for cauditor.org
mvccore/ext-form-field-button
757 Downloads
MvcCore - Extension - Form - Field - Button - form field types - button:submit, button:reset, input:submit, input:reset and image.
uuf6429/bitbucket-reporter
32 Downloads
A tool that creates and submits Bitbucket Code Insights reports from (PHPUnit) JUnit/Clover test results.
sirajcse/laravel-safe-submit
87 Downloads
Preventing Duplicate Form Submits in laravel framework
secamedia/jquery-ajax-form
13 Downloads
wraps form submits with a callback and also submits clicked buttons
codeplx/laravel-codeplx-support
18 Downloads
A support package that submits a ticket to codeplx
aurimasniekis/packagist-adder
19 Downloads
Submit's package from current git project to Packagist.org
alnv/personal-data-extension-bundle
98 Downloads
This personal data module for Contao CMS supports onchange submits.
symfony/browser-kit
231450510 Downloads
Simulates the behavior of a web browser, allowing you to make requests, click on links and submit forms programmatically
spatie/laravel-honeypot
4352093 Downloads
Preventing spam submitted through forms
faryshta/yii2-disable-submit-buttons
383448 Downloads
Yii2 asset to automatically disable submit buttons on Yii2 ActiveForm.
demogorgorn/yii2-ajax-submit-button
115661 Downloads
AjaxSubmitButton renders an ajax button which is very similar to ajaxSubmitButton from Yii1.