Libraries tagged by zdeveloper
wieni/wmsettings
20079 Downloads
Provides an Editor UI and Developer API for managing custom settings
wieni/wienimal_editor_toolbar
18596 Downloads
A toolbar built for editors, not developers.
vection-framework/vection
4418 Downloads
Vection is a future-proof PHP component library and framework that focuses on flexibility, developer friendly code and lightweight to rich enterprise components. Vection can be used to realize small to large enterprise applications.
vdlp/oc-hashids-plugin
17876 Downloads
Allows developers to use secure hashed ID's in October CMS powered websites.
vdlp/oc-glide-plugin
13654 Downloads
Allows developers to easily manipulate images in October CMS powered websites.
unb-libraries/dockworker
95543 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
165120 Downloads
PHP Client for Zendesk REST API. See https://developer.zendesk.com/rest_api/docs/core/introduction .
tarfin-labs/event-machine
6703 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
108576 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
8619 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
13099 Downloads
Frontend utilities for extension developers.
sheadawson/silverstripe-shortcodable
18061 Downloads
Provides a GUI for CMS users to insert Shortcodes into the HTMLEditorField + an API for developers to define Shortcodable DataObjects and Views
rilwis/meta-box
1806 Downloads
A powerful, professional developer toolkit to create custom meta boxes and custom fields for WordPress websites.
pixelfederation/coding-standards
69968 Downloads
Standardized PHPCS sniffs for backend developers.
passbase/passbase-php
31226 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