Download the PHP package paragonie/quill without Composer
On this page you can find all versions of the php package paragonie/quill. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download paragonie/quill
More information about paragonie/quill
Files in paragonie/quill
Download paragonie/quill
More information about paragonie/quill
Files in paragonie/quill
Vendor paragonie
Package quill
Short Description Library for quickly and easily writing data to a Chronicle instance
License ISC
Package quill
Short Description Library for quickly and easily writing data to a Chronicle instance
License ISC
Please rate this library. Is it a good library?
Informations about the package quill
Quill
Quill is a library for publishing data to a Chronicle instance. Requires PHP 7.1 or newer. PHP 7.2+ is recommended.
A monolog handler is also available.
Installing
Usage
Writing Data (Unencrypted)
There are two main API methods that do the same thing but differ in their return values:
write(string $input): ResponseInterface
- Returns the PSR-7 Response object, or throws an exception
blindWrite(string $input): bool
- Returns
TRUE
orFALSE
- Returns
Writing Data (Symmetric Encryption)
If you want to encrypt your messages using a shared encryption key:
writeEncrypted(string $input, SharedEncryptionKey $key): ResponseInterface
- Returns the PSR-7 Response object, or throws an exception
blindWriteEncrypted(string $input, SharedEncryptionKey $key): bool
- Returns
TRUE
orFALSE
- Returns
Writing Data (Asymmetric Encryption)
If you want to encrypt your messages using a public-key cryptography:
writeSealed(string $input, SealingPublicKey $key): ResponseInterface
- Returns the PSR-7 Response object, or throws an exception
blindWriteSealed(string $input, SealingPublicKey $key): bool
- Returns
TRUE
orFALSE
- Returns
All versions of quill with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.1|^8
ext-curl Version *
ext-json Version *
guzzlehttp/guzzle Version ^6
paragonie/certainty Version ^2.9
paragonie/constant_time_encoding Version ^2|^3
paragonie/sapient Version ^1
paragonie/sodium_compat Version ^1.21|^2
ext-curl Version *
ext-json Version *
guzzlehttp/guzzle Version ^6
paragonie/certainty Version ^2.9
paragonie/constant_time_encoding Version ^2|^3
paragonie/sapient Version ^1
paragonie/sodium_compat Version ^1.21|^2
The package paragonie/quill contains the following files
Loading the files please wait ....