Libraries tagged by database settings
goopil/eloquent-rest-filter
6 Downloads
set of eloquent scopes to implements various rest query strings
ngomafortuna/list-formatter
10 Downloads
Formatter from composite datas to string list. This library accepts lists in array or database format and converts them into strings where each item is separated by commas. This library also sorts a composite list (array/object) in ascending and descending order. (Formatador de dados compostos para string. Esta biblioteca recebe listas em formato de array ou base de dados e converte string em onde cada item é separado por vígulas. Esta biblioteca também ordena uma lista composta (array/object) de forma crescente e decrescente.)
girover/sequent-numbers
3 Downloads
Generating database table for Sequent Numbers as strings
service-to/base
161 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
63311 Downloads
A package for getting FileMaker records as Eloquent models in Laravel
bluefeather/eloquent-filemaker
17795 Downloads
A package for getting FileMaker records as Eloquent models in Laravel
edulazaro/wireschedule
10 Downloads
Self-hosted meeting scheduler for Laravel (a Calendly alternative). Config-driven availability, own database, Livewire UI. Themeable through the wire* family — shares look with wiremodal, wiretoast, wirecookies and wirebug.
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
3121 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.