Libraries tagged by stored database
micheledef/pdo-session-handler
53 Downloads
Store data in a database using PDO and the SessionHandlerInterface interface
kingsoft/persist
147 Downloads
Make persistance easy and fast. Use it to store data in files, databases, or any other storage system. It's easy to use and extend.
gamegos/nosql
581 Downloads
Library to store data in NoSql databases
nonameffh/yii2-setting
565 Downloads
Store settings in the database. Forked from https://github.com/dinhtrung/yii2-setting
victory7/ezsession
7 Downloads
ezsession is a versatile PHP session handler designed to provide seamless session management by combining the strengths of relational databases (MySQL), key-value stores (Redis), and JWT tokens. It offers developers flexible, secure, and scalable session storage, making it ideal for applications requiring high-performance, distributed, and stateless authentication systems. With ezsession, you can customize your session storage strategy to suit a variety of use cases while ensuring enhanced security and simplified management.
jimbojsb/db-snapshot
2890 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.
haroon-mahmood-4276/laravel-commands-history
14 Downloads
This package is to store command history in the database
adminarchitect/options
1663 Downloads
Admin Architect - Settings Module. Package provide easy way to load and store options from/in database
mitchellurgero/jsondatabase
12 Downloads
Flat-file Database that uses JSON to store data in a file structure similar to MySQL.
jeylabs/mail-tracker
4316 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.
cemerson/dbsafe
706 Downloads
Library for using AWS Parameter Store or AWS Secrets Manager with database connections in PHP
gaaarfild/laravel-conf
1007 Downloads
Store additional configs in JSON or Database (write, read)
freento/emailslog
32 Downloads
Catches all emails sent from a Magento store and additionally logs them to the database.
khaleghi/media
45 Downloads
This will store files in server and save their attributes to database
igaster/laravel-model-options
714 Downloads
Store an Options array in a JSON column. Get/Set values as if they were seperate keys in the Database