Libraries tagged by pasep
movemoveapp/laravel-dadata2
3152 Downloads
A Laravel SDK for interacting with the DaData API, providing seamless integration for address validation, data enrichment, and other data processing features.
idanalyzer/id-analyzer-v2-php-sdk
2513 Downloads
ID scanning and verification PHP SDK for worldwide driver license, passport, ID card scanning and identity verification using ID Analyzer API V2.
drenso/genphrase
8042 Downloads
Secure passphrase generator for PHP applications
chiefgroup/laravel-guzzle
3605 Downloads
Chiefgroup Laravel Interface API Use
bentools/shh
22030 Downloads
A PHP library to encrypt/decrypt secrets using OpenSSL.
admin9/laravel-oidc-server
1174 Downloads
OpenID Connect Server for Laravel Passport — adds OIDC Discovery, JWKS, UserInfo, Token Introspection, Token Revocation, and RP-Initiated Logout.
paseto/nfse-nacional-pdf
2172 Downloads
NFS-e PDF
palepurple/propel1
5144 Downloads
Fork of Propel ORM (v1.7.x) with minor patches (phpdoc, PHP 7.x compatability etc)
palepurple/nmap
3676 Downloads
nmap is a PHP wrapper for Nmap, a free security scanner for network exploration. This is (mostly) a fork of willdurand/nmap with PHP 7 and vimeo/psalm static analysis improvements.
rovitch/page-password
2791 Downloads
PagePassword provides a simple way to restrict access to specific pages and their sub-pages with password authentication.
passbase/passbase-php
37159 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
nrml-co/laravel-api-keys
5543 Downloads
Easy API keys - Because laravel/passport is hard.
detain/rate-limit
2536 Downloads
PHP rate limiting library with Token Bucket and Leaky Bucket Algorithms, based on palepurple/rate-limit, grandson to touhonoob/rate-limit, and jeroenvisser101/LeakyBucket
arielmejiadev/json-api-auth
4472 Downloads
It adds authentication scaffold for api authentication by tokens for packages like Passport or Sanctum.
xcoorp/laravel-passport-control
1698 Downloads
Resource Server package for Laravel Passport.