Libraries tagged by php number

cuyz/magic-constant

12 Favers
35980 Downloads

PHP Magic Constants, even more powerful than an Enum

Go to Download


aza/math

20 Favers
18688 Downloads

AzaMath - Anizoptera CMF mathematic component. Arbitrary precision arithmetic (for huge integers; BCMath wrapper) and universal convertor between positional numeral systems (supported bases from 2 to 62 inclusive, and systems with custom alphabet; pure PHP realisation, can use GMP and core PHP functions for speed optimization).

Go to Download


ivansotelo/twilio-verify

5 Favers
20664 Downloads

Verify Phone Numbers in a Laravel PHP Application with Twilio Verify

Go to Download


gaiagroup/kvnr

5 Favers
82681 Downloads

A PHP library for Germany KVNR number validation, made by GAIA (https://gaia-group.com/)

Go to Download


phpmath/bignumber

5 Favers
38008 Downloads

A PHP library to work with big numbers.

Go to Download


yupmin/magoo

2 Favers
17972 Downloads

PHP library to mask (redact) credit card numbers, emails and more.

Go to Download


wikimedia/alea

2 Favers
200733 Downloads

PHP port of the (non-cryptographic) Alea pseudo-random number generator

Go to Download


mr-ereke/kz_number_to_words

18 Favers
579 Downloads

Kazakh-speaking stand-alone PHP number to words converter

Go to Download


cyberwings/myanmar-phone-number-php

18 Favers
3166 Downloads

PHP port of ( https://github.com/Melomap/mm_phonenumber ) to check valid myanmar mobile numbers, get mobile operator's name, sanitize mobile numbers and get mobile network types.

Go to Download


cheesegrits/filament-phone-numbers

18 Favers
2773 Downloads

A Filament PHP plugin for normalizing phone numbers

Go to Download


timwassenburg/laravel-dutch-phone-number-validator

2 Favers
4080 Downloads

Validate if the given input is a valid Dutch phone number

Go to Download


selay/php-credit-card-validator

0 Favers
6291 Downloads

Validates popular debit and credit cards' numbers against regular expressions and Luhn algorithm. Also validates the CVC and the expiration date.

Go to Download


php-extended/php-version-object

0 Favers
176407 Downloads

An implementation of the php-version-interface library

Go to Download


php-extended/php-version-interface

0 Favers
195593 Downloads

A library to specify how to manipulate version numbers

Go to Download


passbase/passbase-php

9 Favers
28595 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

Go to Download


<< Previous Next >>