Libraries tagged by saeed
etsetra/laravel-migration-shield
1 Downloads
Protects production environments by preventing the execution of dangerous migration and seeding commands like migrate:fresh, migrate:refresh, migrate:rollback, db:seed, and db:wipe.
enlight/stash-view
130 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.
elogank/lol-replay-downloader-cli
29 Downloads
League of Legend replay CLI downloader without any software. Replays are saved into the cloud.
do-while/contao-pdf-template-bundle
5958 Downloads
With the pdf-template extension, a saved pdf file can be activated as a layout template for PDF output.
devgeniem/wp-gravityforms-db-prevent
1730 Downloads
A Gravity Forms plugin to let the form creator decide if the values should be saved to database or not.
detain/session-samurai
93 Downloads
🥷 Universal high-speed asynchronous (non-blocking) SessionHandlerInterface implementation for PHP supporting Semaphores, Mysqli, Redis, SQLite3, Symfony/Cache, WinCache, PhpFastCache, PHP-Cache, PDO, Memcached, FlySystem Filesystem, Illuminate, APCu, APC, OpCache, InfluxDB, WinCache, MongoDb and local file storage.
dereuromark/cakephp-url-cache
117169 Downloads
CakePHP plugin to speed up URL reverse lookup
deniztezcan/laravel-responsecache-additions
82 Downloads
Speed up a Laravel application by caching the entire response additions
deliciousmedia/quickrest
824 Downloads
QuickREST - a WordPress plugin which speeds up REST API requests by selective loading of plugins.
debjyotikar001/media-lazy-load
33 Downloads
A Laravel package to help users implement media lazy loading using PHP and JavaScript, optimizing page load speeds by only loading media when they are in view.
debjyotikar001/asset-optimise
230 Downloads
A Laravel package that optimizes front-end assets by minifying HTML, CSS, and JavaScript, enhancing page load speeds and save bandwidth.
crimsonkissaki/mockmaker
44 Downloads
Whether you call them doubles, stubs, mocks, partials, fakes, or something else there are times when a mocking library such as PHPUnit's mockBuilder, Mockery, Prophecy, etc. just doesn't do exactly what you need or want. Sometimes you just need a concrete class implementation to run through the unit test wringer or a full end to end functional unit test suite. MockMaker aims to simplify the process of generating concrete fake ORM entity objects. Flexible and extendable, the generated seed code can be altered to suit your particular project with relative ease. That means after the initial setup you can re-run MockMaker for any new entities that get added in or update existing entities that change with little to no fuss. What's more, once MockMaker has made your files it's done; you don't have to include it in your code base and can use the generated files like any other project class.
cornford/alerter
70 Downloads
An easy way to manage user alerting, providing a variety of alert options to speed up user alerting.
codeat3/laravel-responsecache-php72
2170 Downloads
Spatie's laravel-responsecache forked version for php 7.2. Speed up a Laravel application by caching the entire response
cmpayments/schemavalidator
4061 Downloads
SchemaValidator is a PHP implementation for validating JSON against a Schema (also a string), the JSON and Schema are both linted with https://github.com/cmpayments/jsonlint. This library is optimized for speed and performance.