Libraries tagged by stored
wp-cli/db-command
8546129 Downloads
Performs basic database operations using credentials stored in wp-config.php.
spatie/laravel-database-mail-templates
809977 Downloads
Render Laravel mailables using a template stored in the database.
netshell/paypal
425806 Downloads
Laravel-Paypal is simple package help you process direct credit card payments, stored credit card payments and PayPal account payments with your Laravel 5 projects using paypal REST API SDK.
craue/config-bundle
1049004 Downloads
Database-stored settings made available via a service for your Symfony project.
mask/mask
1684917 Downloads
Create your own content elements and page templates. Easy to use, even without programming skills because of the comfortable drag and drop user interface. Stored in structured database tables. Style your frontend with Fluid tags. Ideal, if you want to switch from Templavoila.
tuyakhov/yii2-notifications
36771 Downloads
The extension provides support for sending notifications across a variety of delivery channels, including mail, SMS, Slack etc. Notifications may also be stored in a database so they may be displayed in your web interface.
qtranslate/qtranslate-xt
36028 Downloads
qTranslate-XT (eXTended): Adds user-friendly multilingual content support, stored in single post.
privatebin/privatebin
162 Downloads
PrivateBin is a minimalist, open source online pastebin where the server has zero knowledge of stored data. Data is encrypted/decrypted in the browser using 256 bit AES in Galois Counter mode (GCM).
pantheon-systems/wp-native-php-sessions
3796 Downloads
native PHP sessions stored in the database for WordPress.
outerweb/settings
117075 Downloads
Application wide settings stored in your database
djokicpn/laravel-email-audit-log
85544 Downloads
This Service provider will monitor all emails that has been sent out of your system. Sent emails will be stored in email_audit_log table
couchbase/couchbase
741000 Downloads
The PHP client library provides fast access to documents stored in a Couchbase Server.
barracudanetworks/archivestream-php
194437 Downloads
A library for dynamically streaming dynamic tar or zip files without the need to have the complete file stored on the server.
setbased/php-stratum-mysql
37785 Downloads
PhpStratum MySQL: A stored procedure loader and wrapper generator for MySQL and MariaDB
white-rabbit-1-sketch/php-file-hash-map
3560 Downloads
This PHP library implements a simple Hash Map with file-based storage. It uses a hashing function to calculate an offset, which determines the location of the corresponding bucket in the file. Data is stored in a binary file, with each bucket containing key-value pairs. The library allows for efficient data retrieval through direct file access.