Libraries tagged by docs
novay/laravel-word-template
13093 Downloads
Package Laravel untuk melakukan penggantian kata pada file menggunakan template dokumen (.doc atau .docx) yang sudah disediakan.
kentaroutakeda/laravel-openapi-validator
10893 Downloads
Laravel OpenAPI Validator - Request and response validators based on the OpenAPI Specification.
justinwalsh/daux.io
38113 Downloads
Documentation generator that uses a simple folder structure and Markdown files to create custom documentation on the fly
ezsystems/apache-tika-bundle
372177 Downloads
Symfony Bundle for https://github.com/vaites/php-apache-tika
bookdown/themes
32935 Downloads
Bookdown.io With Bootswatch Styles And Prism Syntax Highlighting
binarytorch/larecipe-dark-theme
127464 Downloads
Official LaRecipe Dark Theme Mode.
macpaw/behat-nelmio-describer
184029 Downloads
Bundle for adding sample responses behat test nelmio to api doc
townsendmusic/zendesk_api_client_php
175216 Downloads
PHP Client for Zendesk REST API. See https://developer.zendesk.com/rest_api/docs/core/introduction .
talon-one/talon-one-client
96627 Downloads
Use the Talon.One API to integrate with your application and to manage applications and campaigns: - Use the operations in the [Integration API section](#integration-api) are used to integrate with our platform - Use the operation in the [Management API section](#management-api) to manage applications and campaigns. ## Determining the base URL of the endpoints The API is available at the same hostname as your Campaign Manager deployment. For example, if you access the Campaign Manager at `https://yourbaseurl.talon.one/`, the URL for the [updateCustomerSessionV2](https://docs.talon.one/integration-api#operation/updateCustomerSessionV2) endpoint is `https://yourbaseurl.talon.one/v2/customer_sessions/{Id}`
silverstripe/documentconverter
160163 Downloads
Imports OpenOffice-compatible files (doc, docx, etc) into SilverStripe pages and content.
shaburov/laravel-mysql-index-hints-scope
35574 Downloads
Index Hints for laravel https://dev.mysql.com/doc/refman/5.7/en/index-hints.html
robroypt/odoo-client
46090 Downloads
A PHP Client for Odoo using Ripcord RPC library (as used in Odoo Web API docs)
plakidan/monobank-pay
4914 Downloads
This is simple library for Monobank Acquiring called "MonoPay" based on REST API (v2304) docs located at https://api.monobank.ua/docs/acquiring.html
pepipost/pepipost-sdk-php
29672 Downloads
Pepipost API is used to send the mail to the receipients specified in the docs
passbase/passbase-php
32752 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