Libraries tagged by in store
course-link/laravel-database-notification-templates
5 Downloads
Render Laravel notifications based on a template stored in the database.
brannonh/snapi-file
8 Downloads
A simple PHP REST API to access data stored in the filesystem
brand3000/nova-roles-and-permissions
23 Downloads
This package allows separating roles for admins and other types of users while stored in the same users table. Additionally, it provides functionality for managing permissions (reader/editor) for the admins of a project powered by Laravel Nova.
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.
alban/laravel-data-sync
6 Downloads
LaravelSheetSync is a library designed for the Laravel framework that allows you to import data from various sources, map its headers, build collections of objects based on the mapped data, and compare them with data currently stored in the database. It automatically classifies records into three categories: create, update, and delete, facilitating efficient and precise synchronization.
wemakecustom/wp-config-manager
1121 Downloads
Loader for different types of configuration stored in files in themes’ directory
crazy-max/cws-session
44 Downloads
PHP class to manipulate sessions. Data are securely encrypted and sessions are stored in database.
apps-inteligentes/email-tracking
3089 Downloads
Track e-mail delivery with Mailgun Hooks. All data are stored in the database on Email model
zendexperts/ze-db
10412 Downloads
A ZF2 module that allows developers to focus on the entities they work with, instead of how to retrieve or store data in the database.
wordpress-phoenix/wordpress-options-builder-class
4444 Downloads
Library that helps you setup theme or plugin options that store data in the database with just a line or two of code
sugiphp/money
27 Downloads
A library of classes to store money in different currencies
royvoetman/laravel-flash-alerts
24 Downloads
Automatically flash success alerts in resources controllers: `store`, `update` and `destroy` methods.
mohit-singh/db-session
14 Downloads
Store session in database in zend framework 2
mitchellurgero/jsondatabase
12 Downloads
Flat-file Database that uses JSON to store data in a file structure similar to MySQL.
micheledef/pdo-session-handler
53 Downloads
Store data in a database using PDO and the SessionHandlerInterface interface