Libraries tagged by two
emojitwo/emojitwo
1469 Downloads
Emojis in SVG and PNG format based upon Emojione. Emojitwo is a complete set of emojis (as of mid-2016: Unicode 9.0, Emoji 3.0) designed for the web.
codefareith/cf-google-authenticator
6671 Downloads
Enable Google 2FA (two factor authentication) for both, frontend- and backend accounts.
backstage/filament-2fa
30 Downloads
This package helps you integrate Laravel Fortify with ease in your Filament apps.
andreekeberg/abby
8165 Downloads
🙋♀️ Minimal A/B Testing Library
danog/tgseclib
432604 Downloads
PHP Secure Communications Library (+Telegram-specific AES IGE primitives) - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.
twoixter/ansicolors
11407 Downloads
A no-nonsense library to display ANSI colors in CLI PHP scripts.
twogether/network-sso
39605 Downloads
Twogether Network SSO Client
twogether/laravel-url-signer
46725 Downloads
Signs and validates URLs with public/private keys
wtfzdotnet/php-tmdb-api
2868 Downloads
PHP wrapper for TMDB (TheMovieDatabase) API v3. Supports two types of approaches, one modelled with repositories, models and factories. And the other by simple array access to RAW data from The Movie Database.
teguh02/filament-db-sync
642 Downloads
This package allow sync two different laravel filament app db
synida/clover-merge
14216 Downloads
Merge two or more clover XML files.
passbase/passbase-php
31420 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
noclued/githelper
22776 Downloads
Helper for git extra info like 'get file names changed in last two commits', 'get new lines from last two commits', etc. You need to have accessable git!
microtime/microtime
40496 Downloads
A simple way to get elapsed time between two points.
johncorrelli/php-daydifference
30815 Downloads
Finds the number of days between two dates, with exclusions, such as day of the week and/or holidays.