Libraries tagged by Config Storage
seacjs/yii2-array-settings-storage
0 Downloads
Save and Load settings in file, for then load in config
php-strict/config
117 Downloads
Storage and loader for configuration object.
ofcold/component-config
2 Downloads
Manage Ofcold configuration by persistent storage.
loilo/storage-paths
56 Downloads
Get OS-specific paths for storing your project's config, cache, logs etc.
f3ath/pimple-config
58 Downloads
Simple multi-environment configuration for Pimple with secret storage support
anonymous-php/config
16 Downloads
Simple config implementation which uses PSR-11 Container as a storage
kariricode/configurator
1 Downloads
A flexible and efficient configuration management component for the KaririCode Framework, providing robust configuration handling for PHP applications.
h0rseduck/yii2-settings
226 Downloads
Yii2 Settings Module
elbowspaceuk/laravel-settings
2053 Downloads
Settings for Laravel
crcms/data-center
6 Downloads
A simple configuration center, constant pool storage scheduling center
twigger/laravel-settings
10 Downloads
Settings for Laravel
lmammino/guzzle-apcu-fs-cache
27 Downloads
A zero config cache storage for guzzle-cache-middleware that tries to cache on Apcu and fallbacks to filesystem
pcual-mac/image-basekit-cli
0 Downloads
Small CLI app that handles image storage to be used as part of a wider application. You can assume actual capture of the image happens elsewhere in the wider application and the local path to an image can simply be passed as input to the CLI app. The app should perform basic validation on the image and allow it’s storage, retrieval and deletion on the file system. Note whilst only file system storage is required in this test the module should be written in such a way that makes it easy to plug in future required storage methods eg S3, FTP etc using just a config change along with the new storage class.