Libraries tagged by form to database
ashleyhindle/private-dump
8 Downloads
CLI script to dump your MySQL database, and sanitise the output of sensitive data for development/staging use
phing/task-coverage
85490 Downloads
coverage database tasks which can be used to gather code coverage information for unit tests.
liliom/passport
14 Downloads
Fork of Laravel Passport provides OAuth2 server support to Laravel, with added support for custom database connection.
co0lc0der/simple-query-builder
25 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
1375 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
3351 Downloads
Package to implement dummy user authorization (without database) for Laravel 5.x
emma/searchengine
31 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.
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.
ayesh/geo-ip-tree-builder
495 Downloads
IP to Country Geo IP Tree Builder for Maxmind database
ayesh/geo-ip
17 Downloads
Fast IP to country lookup based on Maxmind Lite database, with no requirement for extension or binary database
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.