Libraries tagged by form api
dktapps/pmforms
2700 Downloads
Form API library for PocketMine-MP plugins
chamber-orchestra/form-bundle
4235 Downloads
Symfony 8 bundle for JSON-first API form handling with controller traits, data transformers, Doctrine validation, and RFC 9457 problem details error responses
nails/module-form-builder
17509 Downloads
The module provides an API for building complex forms.
typo3/form
170484 Downloads
Extensible and flexible API for building web forms
netgen/ez-forms-bundle
63544 Downloads
Integration of Symfony's Form component with Ibexa Platform Public API
fernleafsystems/apiwrappers-base
6619 Downloads
Forms the basis, and simplifies the implementation, of all Fernleaf Systems' API Wrappers
n2n/n2n-web
25660 Downloads
n2n web
passbase/passbase-php
37369 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
emailsherlock/email-guard-core
10012 Downloads
Email-Guard core library for PHP: local email checks (syntax, reserved TLDs, disposable domains) plus optional escalation to the EmailSherlock Verify API.
dario_swain/re-captcha-library
64844 Downloads
Google ReCAPTCHA (ver. 2) backend provider.
struktal/struktal-validation
2392 Downloads
PHP library to validate user inputs for APIs or forms
rethink/typedphp
35767 Downloads
A type system for PHP to describe RESTFul APIs in a declarative form
thoughtco/statamic-postmark-spamcheck
6502 Downloads
Checks form submission content against Postmarks spam check API
ycs77/laravel-recover-session
7957 Downloads
Recover Laravel session when sending a form post request back from a third-party API.
pascualmg/symfony-command-ui
376 Downloads
Web UI + API to execute Symfony console commands from the browser or any AI agent. Auto-discovers commands, dynamic forms, NDJSON streaming terminal.