Libraries tagged by form request
trueifnotfalse/lumen-strict-types-validation
3293 Downloads
A validator for lumen to require strict types in form request data
binary-cats/sanitizer
96108 Downloads
Data sanitizer and Laravel form requests with input sanitation.
amerald/laravel-validation-testkit
22631 Downloads
Test form requests in no time
craftlogan/laravel-overflow
8040 Downloads
The Laravel Overflow package will allow adding an overflow column to a form request easily. Use this package to make it easy to store overflow request values in a JSON or Text column on a database table:)
mage-os/mageos-async-events-admin-ui
3307 Downloads
Add event subscriptions for the Mage-OS Async Events module via an admin form instead of using REST requests.
passbase/passbase-php
29191 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
webregul/lumen-form-request
659 Downloads
Adopt the Laravel Form Request to Lumen framework.
somnambulist/form-request-bundle
3233 Downloads
Adds Laravel like form requests for Symfony; based on adamsafr/form-request-bundle
mayoz/lumen-form-request
2264 Downloads
Adopt the Laravel Form Request to Lumen framework.
baiseiit/form-request-bundle
3344 Downloads
An adaptation of the Laravel Form Request for Symfony
soyhuce/laravel-safe-request
6814 Downloads
FormRequest helpers using validated data
lextira/laravel-formrequest-singleton
2437 Downloads
Use Laravel's excellent FormRequest as Singleton.
kanagama/laravel-add-formrequest-accessor
4191 Downloads
Laravel の FormRequest に accessor 機能を付与する
alireaza/php-form-data
4503 Downloads
This is Form Data request handler for all methods.
form-relay/request
12421 Downloads
FormRelay route and dispatcher for (http) requests.