Libraries tagged by reducer
mrclay/elgg-http-combiner
163 Downloads
Reduces HTTP requests by merging files and AMD modules
laykith/easyconnect
19 Downloads
A simple PDO manager to manage connections and reduce code in non-framework PHP scripts.
kings36503/sql-template
30 Downloads
A powerful PHP SQL template composer library which can significantly reduce the number and complexity of the SQL statement in the project. Reference to the ibatis implementation.
jonathanmaron/image-optimizer
43 Downloads
Image optimization and compression tool for the console. This tool optimizes PNG, JPEG and GIF files, using 'gifsicle', 'jpegoptim', 'jpegtran', 'pngcrush' and 'pngout' and can usually reduce the filesize by 10% to 70%.
integer-net/magento2-async-varnish
1298 Downloads
Module for Magento 2 that defers and bundles purge requests to Varnish to reduce number of HTTP requests and increase speed of mass updates
hichemtab-tech/laravel-project-assist
56 Downloads
Laravel-ProjectAssist is a comprehensive toolkit for Laravel developers. It includes custom console commands, service providers, and utility classes that enhance productivity and simplify common tasks in Laravel project development. With thorough documentation and examples, this toolkit streamlines setup, reduces boilerplate code, and improves overall efficiency.
ghebby/laravel-hfm
12 Downloads
A laravel packe aimed to reduce verbose and repetiteve code in the application by generatinc it at runtime starting from a simple Array declaration in the Models.
enlight/stash-view
127 Downloads
Stash view is a composer package for Laravel which caches blade views using Russian Doll Caching methodology. Which drastically improves speed of the website and as a side effect reduces sql queries and solves n+1 problem.
enemis/sonata-seo-bundle
439 Downloads
Symfony SonataSeoBundle, reduced packages without ONLY Seo part
dragon-code/github-notifications
822 Downloads
Reduce your notification burden on GitHub!
didacelgueta/flatten-multidimensional-array
6 Downloads
Reduce the dimensionality of a given array into a one dimension array
devinweb/laravel-test-parallel
7453 Downloads
a command to run your tests simultaneously across multiple processes to significantly reduce the time required to run the entire test suite.
battis/lazy-secrets
299 Downloads
A (thin) wrapper for google/cloud-secret-manager to reduce boilerplate
bakgul/laravel-resource-creator
83 Downloads
This package aims to create the view, style, and javascript files. It can create all boilerplates and connect files to each other to reduce repetitive tasks. Blade, Vuejs (view, vue-router, vuex, pinia), and Sass are covered in this first release.
ac/model-traits
534 Downloads
Traits to reduce boilerplate when creating models.