Libraries tagged by data storage
obo/data-storage-dibi
1324 Downloads
Mysql data storage for Obo framework
hautelook/session-storage-handler-chain
8612 Downloads
This is a Symfony 2 bundle that allows you to read/write session data from multiple storage handlers in an efficient way
php-extended/php-storage-interface
5379 Downloads
A library that describes an abstract way to store data between different operational storage methods
alex-kalanis/kw_storage
4982 Downloads
Universal storage library for store data as key-value pairs
smoren/yii2-array-storage
375 Downloads
Class for storing and managing data in an array
rakshitbharat/laravel-storage-with-database
200 Downloads
A Laravel package for storing and retrieving text-based data using a database.
darling/php-json-storage-utilities
246 Downloads
This library provides classes for storing and retrieving data that was encoded as json by a \Darling\PHPJsonUtilities\classes\encoded\data\Json instance.
okipa/laravel-model-json-storage
1378 Downloads
Storing your models in a json file rather than in database (single or few lines recording) can be a good option. This package saves you to create a table for a ridiculous amount of lines, improves the data recovery performances, and allows you to store and access to your models from a json files as you would do it in database.
z77/kernel
63 Downloads
Z77 Kernel – boot (Core), platform (Shared) and data storage (Persistence) as one foundation package for all Z77 modules.
gnat/super-score
11 Downloads
Mobile game leaderboards, currency log, and user data storage in PHP.
bluetree-service/container
296 Downloads
Data storage and manipulation by container object
adaddinsane/dataobject
5541 Downloads
Data object storage and recovery with sorting, filtering and merging
vkovic/laravel-model-meta
741 Downloads
Laravel model meta storage
vkovic/laravel-meta
972 Downloads
Laravel meta storage for different purposes
isolate/isolate
4125 Downloads
Isolate is an abstraction layer for data persistence. Operations related to tracking changes and saving data are done in transactions which makes your code not aware of sotrage type.