Libraries tagged by form to database
ashleyhindle/private-dump
6 Downloads
CLI script to dump your MySQL database, and sanitise the output of sensitive data for development/staging use
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.
liliom/passport
14 Downloads
Fork of Laravel Passport provides OAuth2 server support to Laravel, with added support for custom database connection.
imcity-tech/laravel-translatable
1367 Downloads
[fork] The package provides possibility to translate your Eloquent models into different languages using a single database table.
co0lc0der/simple-query-builder
21 Downloads
A small easy-to-use php component for working with a database by PDO. It provides some public methods to manipulate data. Each SQL query is prepared and safe.
okipa/laravel-model-json-storage
1364 Downloads
Storing your models in a json file rather than in database (single or few lines recording) can be a good option. This package saves you to create a table for a ridiculous amount of lines, improves the data recovery performances, and allows you to store and access to your models from a json files as you would do it in database.
eberfreitas/cakephp-slugomatic
13896 Downloads
CakePHP behavior to automatically create slugs for your URLs from database records
rizeway/orem
6071 Downloads
Rizeway OREM is a Restful API Abstraction Layer. It is to Restful APIs what doctrine is for databases.
middleout/third-party-connect
159 Downloads
Module for ZF2 which allows the developer to implement Facebook. Twitter, Google and Linked in connect using their own database storage for the user.
longman/laravel-dummyuser
3350 Downloads
Package to implement dummy user authorization (without database) for Laravel 5.x
evinkuraga/tmdb-api
246 Downloads
PHP wrapper for TMDB (TheMovieDatabase) API v3. Supports two types of approaches, one modelled with repositories, models and factories. And the other by simple array access to RAW data from The Movie Database.
emma/searchengine
28 Downloads
Php - MySql/SQL Search Engine. Considering the challenges in using MySQL/MSSQL/SQL as a back-end for industrial level application search-engine. An optimized techniques and algorithms are developed to boost performance and make SQL databases works like magic for the purpose of searching.
dominikweber81/php-tmdb-symfony
7 Downloads
Symfony Bundle for TMDB (The Movie Database) API. Provides easy access to the php-tmdb/api library.
dannyvanholten/wordpress-models
987 Downloads
Model to get Posts from the WordPress Database for the Themosis Framework
jimbojsb/db-snapshot
2890 Downloads
Snapshot your database with mysqldump and store it to a an asset volume (S3). Also restore it from that same location. Great for local dev snapshots and nightly backups.