Libraries tagged by stored database
apps-inteligentes/email-tracking
3092 Downloads
Track e-mail delivery with Mailgun Hooks. All data are stored in the database on Email model
antaresproject/component-automation
403 Downloads
Automation is a module used to executte cyclic operations based on laravel task scheduler. It serves as a replacement for setting up your own cron jobs to make it easier to manage. It provides an intuitive control interface on the admin level. Automation can run tasks every few minutes, hourly, daily or weekly - depending how you set it up. Scheduled data is stored in the system database.
onlinebuddies/modyllic
15 Downloads
MySQL database migrations, schema comparison, stored proc management made easy
nzta/googlemap-leafletfield
355 Downloads
Provides a form field type allowing users to draw features on a map, the features are stored as geoJSON objects in a single database field
benmanu/silverstripe-leafletfield
3304 Downloads
Provides a form field type allowing users to draw features on a map, the features are stored as geoJSON objects in a single database field
mouf/security.userfiledao
143617 Downloads
This package contains an implementation of a UserDao, that stores the application users in a simple PHP file. It can be used together with the MoufUserService to provide easy access management to an application. Since the users are stored in a PHP file, this very special DAO does not require a database!
course-link/laravel-database-notification-templates
6 Downloads
Render Laravel notifications based on a template stored in the database.
jklz/database-helper
39 Downloads
extends of illuminate/database and illuminate/encryption to handle field data stored in json and encrypted. encrypted via $_ENV[CRYPT.KEY]
skinka/yii2-config
208 Downloads
Extension for Yii2 to dynamically configuration parameters stored in the database
tanoconsulting/datavalidatorbundle
208 Downloads
A tool to validate Data stored in Databases and Filesystems
netcore/translations
3674 Downloads
Laravel translations stored in database for easy CRUD
mouf/utils.log.advanced-logger
5 Downloads
This package can be used to perform advanced logging: the logs are stored in database (using the DBLogger), then are analysed and aggregated (using the LogStats package). This package provides a way to send a mail automatically every night to the admin, summarizing the logs of the day.
alex-kalanis/kw_files_mapper
5 Downloads
Accessing entries stored in database as files
crazy-max/cws-session
46 Downloads
PHP class to manipulate sessions. Data are securely encrypted and sessions are stored in database.
karlerss/laravel-db-script-manager
1382 Downloads
Manage database views, stored procedures etc with Laravel