Libraries tagged by single database
thomasjbradley/micromodel
34 Downloads
MicroModel: a really basic ORM-like form and table mapper, for working with Silex, Symfony Forms, and Doctrine DBAL; supports single tables without relationships.
revoltify/tenantify
2213 Downloads
Single database multi-tenant solution for Laravel
nzta/googlemap-leafletfield
701 Downloads
Provides a form field type allowing users to draw features on a map, the features are stored as geoJSON objects in a single database field
benmanu/silverstripe-leafletfield
3358 Downloads
Provides a form field type allowing users to draw features on a map, the features are stored as geoJSON objects in a single database field
okipa/laravel-model-json-storage
1378 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.
simplito/ldba-php
89 Downloads
LDBA is a high-performance, low-memory-footprint, single-file embedded database for key/value storage
saeedvir/laravel-mysql-backup
22 Downloads
Export Mysql Database To The Single File (.sql)
boxybird/boxybird-wp-query-endpoint
7 Downloads
Query anything you want from the WordPress database using a single REST API endpoint.
jobayer/laravel-application-system-updater
21 Downloads
A powerful and automated system for keeping your Laravel applications up-to-date. Easily update your application's files, database schema, and codebase with a single, streamlined process.
curvestech/laravel-request-filters
18 Downloads
Simpler way to map request queries to database queries in a seamless way that follows single responsibility principle
core45/laravel-h-captcha
4 Downloads
hCaptcha for Laravel: typed verifier with single-use token memoization, Blade component, Livewire and Filament fields, validation rule, middleware, and a database audit trail.
cortex/tenants
3001 Downloads
Cortex Tenants is a frontend layer for the contextually intelligent polymorphic Laravel package, for single db multi-tenancy. You can completely isolate tenants data with ease using the same database, with full power and control over what data to be centrally shared, and what to be tenant related and therefore isolated from others.
iamkevinmckee/single-database-tenancy
7 Downloads
A simple package to create multi-tenant applications with a single database.
extensia/databaseabstractlayer
17 Downloads
A database abstract layer to connect and query to multiple database system with a single tool.
charm/database
0 Downloads
Yet another PDO wrapper. Because I don't like to explicitly prepare and execute and fetch every single query. Can use a PDO instance from you, or it makes a new connection standalone.