Libraries tagged by stored database
tjvb/gitlab-webhooks-receiver-for-laravel
3184 Downloads
Receive webhooks from GitLab and store the data in the database.
marcocesarato/cpdo
213 Downloads
This package can retrieve PDO query results from cache variables. It extends the base PDO class and override some functions to handle database query execution and store the query results in variables. The class can also return query results for cached queries for previously executed queries to retrieve the results faster for repeated queries.
typisttech/wp-password-argon-two
397 Downloads
Securely store WordPress user passwords in database with Argon2i hashing and SHA-512 HMAC using PHP's native functions.
garf/laravel-conf
6289 Downloads
Store additional configs in JSON or Database (write, read)
cornernote/yii-audit-module
5485 Downloads
Track and store usage information including page requests, database field changes and system errors.
freento/emailslog
276 Downloads
Catches all emails sent from a Magento store and additionally logs them to the database.
solomon-ochepa/laravel-settings
861 Downloads
Store settings as key-value pairs in the database.
jsefton/laravel-virtual-fields
838 Downloads
Allow eloquent models to store and retreive data against anything without needing a specific database column
okipa/laravel-model-json-storage
1374 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.
craftlogan/laravel-overflow
8040 Downloads
The Laravel Overflow package will allow adding an overflow column to a form request easily. Use this package to make it easy to store overflow request values in a JSON or Text column on a database table:)
zetacomponents/tree-database-tiein
4025 Downloads
The Tree component handles the creating, manipulating and querying of tree structures. This component implements the database related backends and data stores.
watoki/stores
2914 Downloads
PHP library for storing data.
paragi/rocket-store
8 Downloads
A simple but powerfull database, based on flat file storage.
mayankjanidev/laravel-store
7 Downloads
Create reusable database queries and data objects in Laravel
makinacorpus/event-store
4694 Downloads
Simple event store implementation