Libraries tagged by master data
erimeilis/laravel-cloudflare-d1
670 Downloads
Production-ready Cloudflare D1 database driver for Laravel with full Eloquent support, 20x faster bulk inserts, and complete MySQL migration tooling
deminy/counit
15066 Downloads
To run time/IO related unit tests (e.g., sleep function calls, database queries, API calls, etc) faster using Swoole.
crossjoin/browscap
234465 Downloads
The standalone PHP Browscap parser Crossjoin\Browscap detects browser properties as well as device information based on the user agent string of the requesting browsers and search engines, using the data from the Browser Capabilities Project. It's several hundred times faster than the build-in PHP function get_browser(), and faster than other Browscap PHP libraries, with much lower memory consumption. Optionally Crossjoin\Browscap automatically updates the Browscap data, so you're always up-to-date. The newest version is build for PHP 7.x, for PHP >= 5.6 use version 2.x, for PHP >= 5.3 use version 1.x.
pristavu/laravel-fast-refresh-database
6521 Downloads
Refresh your database faster than you've ever seen before 🚀
widget/widget
75 Downloads
A micro-framework provided powerful and simple APIs for faster and easier PHP development.
juampynr/syncdb
35088 Downloads
Import and export large Drupal databases faster using Drush.
simplemage/module-category-product-indexer
6 Downloads
High-performance rewrite of Magento 2's catalog_category_product indexer using the snapshot pattern. Solves the classic 'Could not acquire lock' hang on large catalogs (500k+ products). 2.6x-7.7x faster measured on real production databases.
arcmedia/mage2-dbhelper
15673 Downloads
Methods to get Data from the Magento DB faster
marcocesarato/cpdo
394 Downloads
This package can retrieve PDO query results from cache variables. It extends the base PDO class and override some functions to handle database query execution and store the query results in variables. The class can also return query results for cached queries for previously executed queries to retrieve the results faster for repeated queries.
stahiralijan/request-caster
76 Downloads
This package intercepts Laravel Form Submits after successful validation and provides useful function and also casts the submitted form data accordingly e.g. Upper-case first Characters of Words, Capitalized them, and checkbox value "1" to boolean, JSON string to PHP Array conversions etc.
wizardlabz/kiahk
0 Downloads
Coptic calendar arithmetic — date conversion, Easter, and feast days. PHP port of kiahk.
ceddyg/query-builder-repository
762 Downloads
Repository using query builder. To return a Collection of stdClass or a simple stdClass. It's faster and use less memory than Eloquent if you just want data from database.
ideenkonzept/easter
62 Downloads
Easter Date Handler
php-kata-master/kata
18 Downloads
The initial project for PHP Kata training
ap-lib/caster
39 Downloads
AP\Caster is a high-performance PHP library designed to facilitate flexible and efficient data casting operations. It supports adaptive scalar casting, enum casting, and customizable casting strategies to ensure data integrity and type safety in your applications