Libraries tagged by api doc
spryker/documentation-generator-open-api
775252 Downloads
DocumentationGeneratorOpenApi module
docler-labs/api-client-exception
216906 Downloads
SDK Generator - API Client Exception
api-skeletons/zf-doctrine-hydrator
143412 Downloads
A collection of common hydrators for phpro/zf-doctrine-hydration-module
api-skeletons/zf-doctrine-graphql
13671 Downloads
GraphQL for Doctrine using Hydrators
onurb/doctrine-metadata-grapher
103445 Downloads
Helper to format doctrine metadata for UML API
gossi/docblock
404150 Downloads
PHP Docblock parser and generator. An API to read and write Docblocks.
api-skeletons/zf-oauth2-doctrine
229551 Downloads
Doctrine OAuth2 Server Adapter for Apigility
maldoinc/doctrine-filter
6842 Downloads
Quickly add advanced filtering/searching and sorting capabilities to any resource in your APIs or Web apps that use Doctrine.
pahanini/yii2-rest-doc
26809 Downloads
A Yii2 tool to create slate index.md for you REST controllers.
messente/messente-api-php
118904 Downloads
[Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber and WhatsApp messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
hungnguyenckc/linkedin-api-php-client
86405 Downloads
LinkedIn API PHP SDK with OAuth 2.0 & CSRF support. Can be used for social sign in or sharing on LinkedIn. Examples. Documentation.
zfcampus/zf-doctrine-querybuilder
331355 Downloads
Apigility Doctrine QueryBuilder module
andreas-glaser/doctrine-rql
59486 Downloads
Parses and applies RQL/FIQL scripts to doctrine orm query builders
passbase/passbase-php
32413 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
macpaw/behat-nelmio-describer
176612 Downloads
Bundle for adding sample responses behat test nelmio to api doc