Libraries tagged by form to database
witty/laravel-db-backup
7866 Downloads
Easy commands to backup and restore databases for Laravel 5 applications
irap/rabbitmq-logger
3922 Downloads
A package to make it easy to use a mysql database for sessions.
emadha/laravel-dynamic-config
1126 Downloads
This Package makes it possible for users to have their config files stored in a database table, making it easier to customize these values from UI.
carono/yii2-migrate
5758 Downloads
Trait to help create databases in migrations for Yii2
we-are-neopix/laravel-model-translation
409 Downloads
This package is a driver based solution to translating Laravel models. It contains two drivers for storing translations in the database and in a JSON file, but also contains a plug-and-play system for its users to implement custom drivers for storing translations and use them with the package.
sebastiansulinski/php-backup
3660 Downloads
Simple package for backing up databases, files and directories to Dropbox and Ftp.
phpbb/translation-validator
8141 Downloads
A language package validator for phpBB language packs. Language packs are required to pass the validator when submitted to the language pack database.
mjkhajeh/wporm
20 Downloads
WPORM is a lightweight, Eloquent-inspired ORM for WordPress plugins and themes. It provides expressive, fluent query building, model relationships, schema management, attribute casting, and event hooks—while fully supporting the WordPress database API and table prefixing. WPORM makes it easy to build modern, maintainable database code in any WordPress project.
wtfzdotnet/wtfz-tmdb-bundle
216 Downloads
Symfony Bundle for TMDB (The Movie Database) API. Provides easy access to the php-tmdb/api library.
wtfzdotnet/tmdb-package
491 Downloads
Laravel Package for TMDB ( The Movie Database ) API. Provides easy access to the wtfzdotnet/php-tmdb-api library.
php-tmdb/laravel
53204 Downloads
Laravel Package for TMDB ( The Movie Database ) API. Provides easy access to the wtfzdotnet/php-tmdb-api library.
gilek/yii2-gtreetable
11804 Downloads
yii2-gtreetable is an extension of Yii 2 Framework, which is wrapper for bootstrap-gtreetable plug-in, on the other hand it provides functionality which allows to save the nodes states into database.
daavelar/revengedb
3029 Downloads
RevengeDb provides an artisan command to make a reverse engineer of the database, generating automatically the migrations for you
burn/yii2-db-archiver
6269 Downloads
DbArchiver archive and restore old data from DB to file by Yii2 ActiveRecord models. For big tables allow direct file export from MySQL database(fast archiving, but file save only on MySQL server drive)
rotexsoft/versatile-collections
5618 Downloads
A collection package that can be extended to implement things such as a Dependency Injection Container, RecordSet objects for housing database records, a bag of http cookies, or technically any collection of items that can be looped over and whose items can each be accessed using array-access syntax or object property syntax.