Libraries tagged by help php
dave-liddament/phpstan-rule-test-helper
6677 Downloads
Library to help make testing of PHPStan rules easier
suin/php-expose
5304 Downloads
Makes non-public properties and methods be testable to help your unit tests with PHPUnit.
railroadmedia/helpscout-api-php
45426 Downloads
Help Scout API v2 Client - musora media fork
passbase/passbase-php
29182 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
jstewmc/php-helpers
11506 Downloads
Static classes to help with numbers, strings, arrays, files, and bools in PHP
enius/freshdesk-php-sdk
8207 Downloads
PHP SDK for the Freshdesk API (v2) fork mpclarkson/freshdesk-php-sdk
rdok/elasticemail-php
23424 Downloads
Integration to the Elastic Email API http://api.elasticemail.com/public/help
codebot/phpenum
12390 Downloads
Enum helper, that will help you to define Enum types easily by defining just constants.
fireguard/report
11780 Downloads
Report management package in PHP that aims to help you export information in a variety of formats
helpspot/helpspot
6067 Downloads
A PHP wrapper for the HelpSpot help desk api
denzyl/phanalist
59 Downloads
Performant static analyzer for PHP, which is extremely easy to use. It helps you catch common mistakes in your PHP code.
wattanar/sqlsrv
46189 Downloads
library help you query easier with sqlsrv
umbrellio/coverspector
16627 Downloads
This package helps to check that code coverage above minimum value. It can be useful in CI or git hooks.
sun/country
14415 Downloads
Sun Country is the package that helps you to get the country name & dialing code by the country ISO 3166-1 Alpha-2 code.
requtize/semver-converter
6048 Downloads
Converts SemVer version (like Composer packages) into integer version with operators. Helps managing versions: store, compare, sort and retrive by conditions.