Libraries tagged by database sort
behzaddev/searchable
0 Downloads
Search Package OverviewThe Search package is a powerful tool designed to facilitate efficient and effective search operations within various datasets or databases. It provides a set of functions and classes that enable users to perform complex search queries, filter results, and retrieve relevant data with ease. The package is highly customizable, allowing users to define their own search criteria, implement sorting mechanisms, and handle large volumes of data seamlessly.Key Features: Customizable Search Queries: Users can create tailored search queries using various operators and conditions, making it possible to perform both simple and advanced searches. Sorting and Filtering: The package includes built-in methods to sort and filter search results, enabling users to organize data based on specific parameters such as date, relevance, or custom fields. Scalability: Designed to handle large datasets, the Search package is optimized for performance, ensuring quick response times even with millions of records. Integration: The package is compatible with a variety of databases and data sources, making it a versatile solution for different types of projects. User-Friendly Interface: It offers a straightforward API that is easy to use, even for those who are not experts in programming. This allows a broader audience to leverage the power of advanced search capabilities.Use Cases: Data Analysis: Quickly find and retrieve specific information from large datasets for analysis. Content Management Systems: Implement efficient search functionality in content-heavy websites or applications. E-commerce: Enhance product search features in online stores, improving the user experience by providing relevant results swiftly. Knowledge Bases: Help users find relevant articles or documentation based on keyword searches.Overall, the Search package is an essential tool for anyone needing to implement or enhance search functionality in their applications, providing both power and flexibility in managing and retrieving data.
rstoetter/ckeycolumnusagetree-php
23 Downloads
The class cKeyColumnUsageTree represents a sorted collection of the key column usage of a mysql database. The main purpose of the class is to determine the dependencies of the tables among each other: The class is able to find dependency paths of more than two tables, when another tables are involved. Dependencies which include self referencing tables are considered, too.
charm/recordset
6 Downloads
A library for filtering and sorting rows of data from different sources like database tables, arrays, APIs or CSV files.
mdsimpson/contact-form-7-to-database-extension
15516 Downloads
Plugin that saves contact form submissions to your WordPress database and provides and administration page and shortcodes to view and display the data.
sorskod/db
7874 Downloads
PDO wrapper. Extends PDO and PDOStatement with useful methods.
artemeon/database
73940 Downloads
Database access layer for the AGP@ARTEMEON software suite.
softinklab/laravel-keyvalue-storage
4979 Downloads
Key-Value Storage for Laravel using Database or JSON File
softheroes/migratable-seeder
3329 Downloads
Versioned, environment-based Seeders in Laravel. Seed your database with the right data for the right environment.
ayles-software/laravel-mysql-s3-backup
20161 Downloads
Backup the MySQL database of your Laravel app to Amazon S3
easy2dev/multi-tenant-wizard
279 Downloads
Easy2Dev Laravel Tenant Migrate is a Laravel package designed to simplify database migration for multi-tenant applications, particularly those employing PostgreSQL databases. This package streamlines the migration process for Software as a Service (SaaS) web applications where tenant data is stored in separate databases. It eliminates the need to manually adjust database configuration files for each tenant, offering a scalable solution for database management.
softinvest/dbwrap
580 Downloads
DataBase Wrapper
sbamtr/laravel-auto-hard-deleter
179 Downloads
Laravel Auto Hard Deleter
surt/granada
1363 Downloads
Active Record / ORM with eager loading, lazy loading and more
softinvest/dto
424 Downloads
DataBase Wrapper
corp-soft/laravel-fixtures
1267 Downloads
Laravel Fixtures are used to load a 'fake' set of data into a database that can then be used for testing