Libraries tagged by devhelper
vdlp/oc-hashids-plugin
18205 Downloads
Allows developers to use secure hashed ID's in October CMS powered websites.
vdlp/oc-glide-plugin
14001 Downloads
Allows developers to easily manipulate images in October CMS powered websites.
vardot/entity-definition-update-manager
125692 Downloads
Entity Definition Update Manager - Provides developers with a class to perform automatic entity updates.
unb-libraries/dockworker
97506 Downloads
Dockworker provides web application developers, site builders and operational engineers a single technical entrypoint with a consistent, unified workflow regardless of the framework.
townsendmusic/zendesk_api_client_php
169620 Downloads
PHP Client for Zendesk REST API. See https://developer.zendesk.com/rest_api/docs/core/introduction .
thesmsworks/smsw-php-sdk
8434 Downloads
The SMS Works provides a low-cost, reliable SMS API for developers. Pay only for delivered texts, all failed UK messages are refunded.
tatter/tools
29326 Downloads
Developer tools for CodeIgniter 4
tarfin-labs/event-machine
7046 Downloads
An event-driven state machine library for PHP, providing an expressive language to define and manage application states, enabling developers to create complex workflows with ease and maintainability.
symfony/symfony1
109328 Downloads
Symfony is a complete framework designed to optimize the development of web applications by way of several key features. For starters, it separates a web application's business rules, server logic, and presentation views. It contains numerous tools and classes aimed at shortening the development time of a complex web application. Additionally, it automates common tasks so that the developer can focus entirely on the specifics of an application. The end result of these advantages means there is no need to reinvent the wheel every time a new web application is built!
symbiote/silverstripe-dynamiclists
8810 Downloads
A Module that allows users to create custom data lists. These lists can then be used in a form control (specified via code by a developer) or within a user defined form to be able to define controlled vocabularies managed in a central location that might be used across several forms.
sycho/flarum-uikit
13662 Downloads
Frontend utilities for extension developers.
rilwis/meta-box
1808 Downloads
A powerful, professional developer toolkit to create custom meta boxes and custom fields for WordPress websites.
renakdup/colorize-wp-adminpanel-for-environments
5138 Downloads
WordPress script to colorize admin-bar for different environments. Developers, Content Managers, and others will never confuse the environment where they work.
pixelfederation/coding-standards
71803 Downloads
Standardized PHPCS sniffs for backend developers.
passbase/passbase-php
31626 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