Download the PHP package stolfam/conf-storage-php without Composer
On this page you can find all versions of the php package stolfam/conf-storage-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download stolfam/conf-storage-php
More information about stolfam/conf-storage-php
Files in stolfam/conf-storage-php
Download stolfam/conf-storage-php
More information about stolfam/conf-storage-php
Files in stolfam/conf-storage-php
Vendor stolfam
Package conf-storage-php
Short Description Saves configurations of your PHP objects.
License MIT
Package conf-storage-php
Short Description Saves configurations of your PHP objects.
License MIT
Please rate this library. Is it a good library?
Informations about the package conf-storage-php
conf-storage-php
Saves configurations of your PHP objects.
Install
Using
Features
Integrity check
Every object is checked when is loaded, if its hash is correct and nobody changed it. Otherwise null
is returned and
you can check $confStorage->errors
for error messages.
Signing
You can sign every object with your signature/password:
It works like password. If you have it, you can read objects. Otherwise you get null
.
Passwords/signatures are NOT stored in plain text. They're always hashed.
Overwriting
Be aware of that every file is overwritten when is saving.
All versions of conf-storage-php with dependencies
PHP Build Version
Package Version
Requires
php Version
>= 7.4
The package stolfam/conf-storage-php contains the following files
Loading the files please wait ....