Libraries tagged by key pair
qcod/laravel-settings
204298 Downloads
Store key value pair in database as settings
dflydev/placeholder-resolver
14606809 Downloads
Given a data source representing key => value pairs, resolve placeholders like ${foo.bar} to the value associated with the 'foo.bar' key in the data source.
burgov/key-value-form-bundle
585921 Downloads
A form type for managing key-value pairs
ionux/phactor
84419 Downloads
Phactor is a high-performance PHP implementation of the elliptic curve math functions required to generate & verify private/public (asymmetric) EC keypairs and ECDSA signatures based on secp256k1 curve parameters. This library also includes a class to generate Service Identification Numbers (SINs) based on the published Identity Protocol v1 spec.
simplesamlphp/simplesamlphp-module-riak
6377604 Downloads
A module that is able to store key/value pairs in a Riak store
white-rabbit-1-sketch/php-file-hash-map
3618 Downloads
This PHP library implements a simple Hash Map with file-based storage. It uses a hashing function to calculate an offset, which determines the location of the corresponding bucket in the file. Data is stored in a binary file, with each bucket containing key-value pairs. The library allows for efficient data retrieval through direct file access.
codezero/dotenv-updater
103555 Downloads
Update key/value pairs in a .env file.
lessmore92/php-ripple-keypairs
11592 Downloads
Generate and use keypairs and addresses for the XRP Ledger using elliptic (PHP)
furqansiddiqui/bip32-keypair-php
28073 Downloads
BIP32 keypairs lib for PHP
flipboxfactory/keychain
114974 Downloads
Key pair management for Craft CMS
solomon-ochepa/laravel-settings
9398 Downloads
Store settings as key-value pairs in the database.
hgg/parameter-validator
105427 Downloads
Framework for specifying and enforcing rules on key/value pairs
karavasilev/cryptomanana
71 Downloads
CryptoManana is a cryptography framework for boosting your project's security.
amashukov/ton-crypto-php
310 Downloads
Ed25519 keypairs and TON-style mnemonic seed derivation for The Open Network, in pure PHP on top of ext-sodium.
rennokki/eloquent-settings
4226 Downloads
Eloquent Settings allows you to bind key-value pairs to any Laravel Eloquent model. It supports even casting for boolean, float or integer types.