Libraries tagged by database settings
service-to/base
157 Downloads
Library to convert integers to base62 strings, useful for shortURLs based on ID numbers in a database.
jbreeze/jbreeze
11 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.
gearbox-solutions/eloquent-filemaker
41034 Downloads
A package for getting FileMaker records as Eloquent models in Laravel
bluefeather/eloquent-filemaker
17493 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.
mohsentm/laravel-db-enum
3118 Downloads
laravel-db-enum is a trait for laravel models. use this trait on modules for getting the table fileds enum values
taitava/silverstripe-changeablelasteditedvalue
24 Downloads
By default SilverStripe 3.1 overwrites the LastEdited field every time you write DataObjects to the database. This module allows you to keep your changes in the LastEdited field on any DataObject. It does not prevent the LastEdited field from getting updated when no manual edits has been done to it, so the module should not interfere with normal writing, only when you have explicitly set your own value to the LastEdited field.
alexsasharegan/model-framework
139 Downloads
Make getting started with data-driven apps easier by using some solid model classes and database abstractions.