Libraries tagged by stored database
mgcodeur/laravel-translation-loader
158 Downloads
Store your translations in the database
marcocesarato/cpdo
400 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.
jimbojsb/db-snapshot
2896 Downloads
Snapshot your database with mysqldump and store it to a an asset volume (S3). Also restore it from that same location. Great for local dev snapshots and nightly backups.
jazzman/wp-password-argon
617 Downloads
Securely store WordPress user passwords in database with Argon2i hashing and SHA-512 HMAC using PHP's native functions.
adminarchitect/options
1773 Downloads
Admin Architect - Settings Module. Package provide easy way to load and store options from/in database
typisttech/wp-password-argon-two
437 Downloads
Securely store WordPress user passwords in database with Argon2i hashing and SHA-512 HMAC using PHP's native functions.
tingo-gmbh/eloquent-translatable
1232 Downloads
Store translation items in your local database using Eloquent
soufian212/laratransmanager
2 Downloads
Store all your translations on the database and translate them easily with a dashboard
jeylabs/mail-tracker
4327 Downloads
MailTracker will hook into all outgoing emails from Laravel and inject a tracking code into it. It will also store the rendered email in the database. There is also an interface to view sent emails.
gesmuni/laravel-audit-db
138 Downloads
Database implementation of Gesmuni Audit Store using Laravel Eloquent ORM
cemerson/dbsafe
864 Downloads
Library for using AWS Parameter Store or AWS Secrets Manager with database connections in PHP
mitchellurgero/jsondatabase
12 Downloads
Flat-file Database that uses JSON to store data in a file structure similar to MySQL.
gaaarfild/laravel-conf
1016 Downloads
Store additional configs in JSON or Database (write, read)
tingo-gmbh/eloquent-traceable
366 Downloads
Store traceable log items in your local database using Eloquent.
alnaggar/laravel-translatable-model
8 Downloads
A Laravel package to store model attribute translations in a separate database table.