Libraries tagged by xeed
steevanb/symfony-container-introspection
34223 Downloads
Get all Symfony Container informations you need: registered services, instanciated services etc
spooner-web/just_news
22166 Downloads
Easy, flexible and lightweight news extension. No extra tables needed, using pages for news articles.
solution10/sql
120147 Downloads
Completely standalone, expressive SQL query creator. No database or ORM needed.
silici0/googleparserfeed
5962 Downloads
Parser in PHP to Google Merchant Feed
shtayeb/bookworm
16140 Downloads
Bookworm estimates how much time is needed to read a certain piece of text.
shel/blog
4938 Downloads
A blog package for Neos CMS based on fusion AFX. Also supports atom feeds and AMP.
sgolemon/table-flip
3511 Downloads
Essential exception class needed by every good project.
serendipity_hq/component-then-when
166579 Downloads
A library to calculate the time of next retry in apps that need to be fault tolerant and retry failed attempts of doing something.
sendpost/sendpost_php_sdk
13941 Downloads
Email API and SMTP relay to not just send and measure email sending, but also alert and optimise. We provide you with tools, expertise and support needed to reliably deliver emails to your customers inboxes on time, every time.
seblucas/tbszip
15709 Downloads
Work with zip archives without making temporary files or needing binaries
romaricdrigon/fastimage
68716 Downloads
Finds the size and type of a remote image by fetching as little as needed. PHP port of Ruby fastImage.
queents/console-helpers
34134 Downloads
tons of helper you need for you artisan command line application
purplespider/asset-alt-text
14990 Downloads
Adds an alternative text field to Image assets, so that you don't need to use the image 'Title' field.
protonlabs/apns-php
28826 Downloads
Apple Push Notification & Feedback Provider
passbase/passbase-php
31500 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