Libraries tagged by databse settings
inspiredminds/contao-search-and-replace
21 Downloads
Search and replace strings in the database.
jbreeze/jbreeze
9 Downloads
This project provides powerful and flexible methods to manipulate JSON datasets. It allows you to perform common database-like operations on JSON data files or raw JSON strings, including filtering, selecting, inserting, updating, and deleting records, as well as sorting and handling nested data.
gjerokrsteski/php-dba-cache
19 Downloads
Create a caching with the PHP Database (dbm-style) Abstraction Layer to cache your objects, strings, integers or arrays
mike-zange/laravel-database-translation
32 Downloads
A Laravel package to load translation strings from database with fallback to file system
sqlmigration/migrations-seedings
249 Downloads
Laravel 5* Converts database sql to migrations and Seeding
thesmart/environment
22 Downloads
Easily manage database connection strings or other configuration data that changes across server environments such a dev and prod.
mamchenkov/mysql-find-and-replace
91 Downloads
Find and replace tool for MySQL
fragment/elemental
6 Downloads
A PHP framework without any strings attached, but with all the magical features.
goopil/eloquent-rest-filter
6 Downloads
set of eloquent scopes to implements various rest query strings
girover/sequent-numbers
3 Downloads
Generating database table for Sequent Numbers as strings
service-to/base
157 Downloads
Library to convert integers to base62 strings, useful for shortURLs based on ID numbers in a database.
gearbox-solutions/eloquent-filemaker
37923 Downloads
A package for getting FileMaker records as Eloquent models in Laravel
bluefeather/eloquent-filemaker
17398 Downloads
A package for getting FileMaker records as Eloquent models in Laravel
alexsasharegan/database
100 Downloads
PHP mysqli utilities to properly handle errors, connections, and make getting data simpler and more DRY.
slicks/fluentdb
4 Downloads
fluentdb allows the expressive writing of database queries and routines. fluentdb is fluent, which is intuitive as you can nearly guess what should come next even if you are just getting started with fluentdb. fluentdb is not an ORM. It was developed to allow folks coming from relational databases background write expressive queries with object interactions in mind. fluentdb has been tested with MySQL in this release; tests for other databases will be added as they complete.