Libraries tagged by key generation
abordji/php-generator-chunk
3 Downloads
A utility function to split a PHP Generator into chunks of a specified length, returning a Generator of Generators, with optional key preservation.
ssx/csr-generator
16 Downloads
A quick and easy CSR generator which will give you a private key and a CSR.
moh4mmad/request-validation-generator
35 Downloads
A package to generate request validation files based on migration column data types, column lengths, uniqueness, and foreign keys.
ashraam/license-generator
6 Downloads
This package allows you to easily generate license keys with custom templates
feryardiant/wp-cli-salts-generator
8 Downloads
Generate salts keys for your WordPress installation
yeaggercom/socialiteprovider-apple
8 Downloads
Apple OAuth2 Provider for Laravel Socialite
feilongluo/apple
14 Downloads
Apple OAuth2 Provider for Laravel Socialite. Support php 7.1 and laravel 5.6, revision.
andacu/keygen
55 Downloads
Key Generator Library
acelords/keygen
392 Downloads
A fluent PHP random key generator.
ahilmurugesan/socialiteproviders-apple
2589 Downloads
Apple OAuth2 Provider for Laravel Socialite
ahilmurugesan/socialite-apple
1446 Downloads
Apple Socialite Login Provider with in-built Client Secret Generator and Manager
toppy/tweakwise-client
3 Downloads
Tweakwise API. Tweakwise offers differing REST services that can be called from various URLs and separate parameters. Response in XML and JSON format is offered for all services. XML is the default format, JSON format is also possible by adding ‘format=json’ to the call. Parameters are sent along with the query string (GET Request) via the URL. --- Authentication Authentication takes place by means of a unique key valid for each instance. This key is sent along with the particular service immediately after the call and must be placed before any parameters. This key is issued by Tweakwise.
tingfeng-key/lumen-iseed
442 Downloads
Generate a new Laravel database seed file based on data from the existing database table.
tiemsky/haskey
2 Downloads
A Laravel package to auto-generate unique keys based on models instead using traditional id.
tesis/db-layer
12 Downloads
Simple DB layer for mysqli extension and PDO class. It is based on mappers, files holding database table fields, primary key and auto_increment properties, which is helpful to compare fields for CRUD or select operations, and to provide better way to prevent SQL injections (only existing fields are selected, or inserted, ...)