Download the PHP package alex-kalanis/kw_storage without Composer
On this page you can find all versions of the php package alex-kalanis/kw_storage. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download alex-kalanis/kw_storage
More information about alex-kalanis/kw_storage
Files in alex-kalanis/kw_storage
Package kw_storage
Short Description Universal storage library for store data as key-value pairs
License BSD-3-Clause
Informations about the package kw_storage
kw_storage
Simple system for accessing key-value storages. Original is part of UploadPerPartes, where it's necessary for store states of upload.
PHP Installation
(Refer to Composer Documentation if you are not familiar with composer)
Changes
- 5.0 - Streams are on different level, not here
- 4.0 - Redefine factories and some key classes
- 3.0 - Redefine interfaces for targets
- 2.0 - Redefine Key-Value storing data
- Remove formats and cache support (that should not be a problem of storage)
- Added stream variant support
- Added interface for catching content with sub-content (so directories) on storage-level
- 1.0 - Initial version, with basics and cache support
PHP Usage
1.) Use your autoloader (if not already done via Composer autoloader)
2.) Add some external packages with connection to the local or remote services.
3.) Connect the "kalanis\kw_storage\Storage" or "kalanis\kw_storage\Helper" into your app. Extends it for setting your case, especially dirs.
4.) Extend your libraries by interfaces inside the package.
5.) Just use inside your app.
Notes
Listing output contains storage separators. Asked root record is empty, the rest has that separator at least on the beginning. It depends on storage and class if the listing came with complete tree with sub-entries or just first level.
All versions of kw_storage with dependencies
php Version >=7.4.0