Libraries tagged by coefficient
blancks/fast-jsonpatch-php
9294 Downloads
Class designed to efficiently handle JSON Patch operations in accordance with the RFC 6902 specification
bcremer/line-reader
1670244 Downloads
Read large files line by line in a memory efficient (constant) way.
automattic/block-delimiter
941808 Downloads
Efficiently work with block structure
akuechler/laravel-geoly
63563 Downloads
Perform fast and efficient radius searches on your Laravel Eloquent models.
wikimedia/ip-set
1717774 Downloads
Efficiently match IP addresses against a set of CIDR specifications.
ricardofiorani/php-video-url-parser
139632 Downloads
A Simple and efficient PHP Video URL Parser that gives you thumbnails and embed codes for various services as Youtube, Vimeo, DailyMotion and Facebook
zvizvi/relation-manager-repeater
8554 Downloads
A Filament plugin that enhances Relation Managers by providing a Repeater interface, enabling efficient inline editing and management of associated records
wp-forge/wp-query-builder
239333 Downloads
A lightweight and efficient SQL query builder for WordPress.
white-rabbit-1-sketch/php-file-hash-map
4494 Downloads
This PHP library implements a simple Hash Map with file-based storage. It uses a hashing function to calculate an offset, which determines the location of the corresponding bucket in the file. Data is stored in a binary file, with each bucket containing key-value pairs. The library allows for efficient data retrieval through direct file access.
voilab/tctable
14042 Downloads
Create quickly and efficiently tables without HTML formatting and with advanced page break options
vasileuski/magento2-module-admin-search
3248 Downloads
Magento 2 module that enhances the admin panel's global search by enabling fast and efficient searches through main entities with improved visibility and ACL support.
salarmehr/cosmopolitan
11347 Downloads
Super efficient application localisation
robinncode/db_craft
4753 Downloads
DB Craft is a CodeIgniter4 Seeder, Migration Generator. Automatic Migration Generation: DB-Craft provides a simple command-line interface to generate migration files automatically based on the connected database. This feature allows developers to keep track of database schema changes and easily apply them to different environments. Table-Specific Migrations: Developers can also generate migration files for specific tables, providing granular control over database changes. This flexibility allows for efficient database management and versioning. Seeding Support: DB-Craft includes functionality to generate seeders, enabling developers to populate their database with initial data. This feature is especially useful for setting up sample data or populating reference tables.
omaralalwi/laravel-taxify
2303 Downloads
Laravel Taxify provides a set of helper functions and classes to simplify tax (VAT) calculations within Laravel applications. that allow developers to easily integrate tax calculation functionalities into their projects. it's offers a straightforward and efficient solution Designed to streamline the process of handling taxes.
namoshek/laravel-scout-database
71351 Downloads
A generic Laravel Scout driver which performs full-text search on indexed model data using an SQL database as storage backend. Indexed data is stored in normalized form, allowing efficient search.