Libraries tagged by file databese
nachofassini/laravel-database-structure
3816 Downloads
Package that generates a php file with the tables and fields of the database after running all the migrations
ems/file-db
4740 Downloads
A library to have a synced version of on upload directory inside an database table
filebase/filebase
10997 Downloads
A Simple but Powerful Flat File Database Storage.
synaptic4u/logging
38 Downloads
Custom logging class able to log to files and database
mojopollo/laravel-json-schema
542 Downloads
Create all your migrations and models from one JSON schema file. Laravel Database Schema in JSON allows you to define your entire Laravel database schema in one JSON file then generates all the necessary migration files
sencerhan/laravel-db-tools
116 Downloads
Generate Laravel migration and seeder files from existing database tables. Easily create migrations and seeders with a single command.
opensoft/storage-bundle
15757 Downloads
An opinionated file based storage system with database level file tracking.
ajaxray/laravel-server-sync
15 Downloads
A Laravel package to easily sync your production database and files to your local environment
morris/microdb
1886 Downloads
MicroDB is a minimalistic file-based JSON object database written in PHP.
markocupic/contao-db-backup
1981 Downloads
Store a daily backup of your database to the contao file system using a daily cronjob routine.
vlabs/media-bundle
16290 Downloads
Form, database and filesystem abstraction for files
robinncode/db_craft
591 Downloads
DB Craft is a CodeIgniter4 Seeder, Migration Generator. Automatic Migration Generation: DB-Craft provides a simple command-line interface to generate migration files automatically based on the connected database. This feature allows developers to keep track of database schema changes and easily apply them to different environments. Table-Specific Migrations: Developers can also generate migration files for specific tables, providing granular control over database changes. This flexibility allows for efficient database management and versioning. Seeding Support: DB-Craft includes functionality to generate seeders, enabling developers to populate their database with initial data. This feature is especially useful for setting up sample data or populating reference tables.
webmaster/maxmind-db-reader
994 Downloads
This is the MaxMind DB Reader for Hyperf or other resident process framework. It preloads the entire mmdb file into memory, with the memory usage equal to the size of the mmdb file. It has no disk IO operations and maintains query efficiency at the microsecond level.
vertabelo/vertabelo-propel
724 Downloads
Converts Vertabelo xml file into Propel schema.xml file
toneflix-code/laravel-dbconfig
262 Downloads
A Laravel package that allows you to configure your app using database entries with support for Arrays and files.