Libraries tagged by store
piotrpress/streamer
2561 Downloads
This library is a custom PHP Stream Wrapper, which provides write/read operations and stores the data in the memory.
php-extended/php-simple-cache-filesystem
30438 Downloads
A psr-16 compliant cache that uses filesystems to store cache data.
owncloud/tarstreamer
368773 Downloads
A library for dynamically streaming dynamic tar files without the need to have the complete file stored on the server.
own3d/bunny-cli
8555 Downloads
Replicate and store your files to the edge!
outl1ne/nova-openai
3538 Downloads
OpenAI SDK for a Laravel application that also stores OpenAI communication and presents it in a Laravel Nova admin panel.
opengento/module-document-widget
4907 Downloads
This module aims to help merchants to manage easily their documents on the Magento 2 storefront.
opengento/module-catalog-sort-order
427 Downloads
This module allows to setup the sort direction options in the storefront catalog view.
oliva/tree
23365 Downloads
Utility for handling tree data structures and building trees from flat data stored in database tables and alike.
nymedia/drupal_settings
674768 Downloads
Allows you to get values for read only settings that are stored in settings.php, for drush > 9.3
novius/laravel-translation-loader
14734 Downloads
Store your language lines in the database, yaml or other sources
nfragkos/eloquenty
6856 Downloads
Statamic addon that allows you to store specific collection entries into the database via Eloquent.
neos/eventstore
36575 Downloads
Store for Event-Sourced applications
mygento/module-configsync
69248 Downloads
A module to store Magento configuration with multiple environments in the version control
mse-sv3n/disable-advanced-search
27757 Downloads
Disable advanced search on storeview scope
mouf/utils.cache.in-memory-cache
354057 Downloads
This package contains the most basic cache mechanism. It stores cache items in an array. It means the cache is flushed as soon as the script returns. It is very basic, but also very fast. You will usually use this mechanism with another one just behind.