Libraries tagged by dec
suitmedia/laravel-cacheable
39118 Downloads
Decorate your repositories and make them cacheable
stymiee/php-simple-encryption
10801 Downloads
The PHP Simple Encryption library is designed to simplify the process of encrypting and decrypting data while ensuring best practices are followed. By default is uses a secure encryption algorithm and generates a cryptologically strong initialization vector so developers do not need to becomes experts in encryption to securely store sensitive data.
spomky-labs/cbor-bundle
138781 Downloads
CBOR Encoder/Decoder Bundle for Symfony.
smichaelsen/no-insecure-typo3-extensions
70061 Downloads
This package declares conflicts to insecure TYPO3 extensions
sandermuller/json
7985 Downloads
Typed JSON encoding and decoding for PHP with strict error handling and shape assertions.
sagalbot/encryptable
59695 Downloads
Allows you to store Eloquent properties encrypted in your database, and automatically decrypt when accessed.
robinpowered/php-ntlm
119406 Downloads
Message encoder/decoder and password hasher for the NTLM authentication protocol
pnz/json-exception
459556 Downloads
Json decode/encode library with exception throwing on error.
pixelfederation/doctrine-resettable-em-bundle
123055 Downloads
Symfony bundle for decorating default entity managers using a resettable decorator.
php-stubs/wordpress-seo-stubs
158677 Downloads
Yoas SEO function and class declaration stubs for static analysis.
php-standard-library/fun
106176 Downloads
Functional programming utilities for composing, decorating, and controlling function execution
pensiero/php-openssl-cryptor
127256 Downloads
Simple to use class for encrypting/decrypting using the PHP Openssl library.
passbase/passbase-php
37816 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
orpheusnet/bencode-torrent
12060 Downloads
PHP Library for decoding and encoding BitTorrent BEncoded data, built for Gazelle
orklah/psalm-strict-types
105112 Downloads
Adds strict_types declaration when the file is provably safe