Libraries tagged by redu
spatie/laravel-http-logger
3635652 Downloads
A Laravel package to log HTTP requests
sabre/http
12555041 Downloads
The sabre/http library provides utilities for dealing with http requests and responses.
rennokki/laravel-eloquent-query-cache
3272427 Downloads
Adding cache on your Laravel Eloquent queries' results is now a breeze.
phpredis/phpredis
28602 Downloads
A PHP extension for Redis
nyholm/psr7-server
10649807 Downloads
Helper classes to handle PSR-7 server requests
nelexa/zip
6232037 Downloads
PhpZip is a php-library for extended work with ZIP-archives. Open, create, update, delete, extract and get info tool. Supports appending to existing ZIP files, WinZip AES encryption, Traditional PKWARE Encryption, BZIP2 compression, external file attributes and ZIP64 extensions. Alternative ZipArchive. It does not require php-zip extension.
moxiecode/plupload
481013 Downloads
Plupload is a JavaScript API for dealing with file uploads it supports features like multiple file selection, file type filtering, request chunking, client side image scaling and it uses different runtimes to achieve this such as HTML 5, Silverlight and Flash.
laminas/laminas-db
19835806 Downloads
Database abstraction layer, SQL abstraction, result set abstraction, and RowDataGateway and TableDataGateway implementations
jms/parser-lib
63402311 Downloads
A library for easily creating recursive-descent parsers.
hollodotme/fast-cgi-client
18587922 Downloads
A PHP fast CGI client to send requests (a)synchronously to PHP-FPM.
guzzlehttp/guzzle-services
9193921 Downloads
Provides an implementation of the Guzzle Command library that uses Guzzle service descriptions to describe web services, serialize requests, and parse responses into easy to use model structures.
friendsofsymfony/http-cache-bundle
11716961 Downloads
Set path based HTTP cache headers and send invalidation requests to your HTTP cache
drupal/core-recommended
32891847 Downloads
Locked core dependencies; require this project INSTEAD OF drupal/core.
colinmollenhour/credis
35883910 Downloads
Credis is a lightweight interface to the Redis key-value store which wraps the phpredis library when available for better performance.
colinmollenhour/cache-backend-file
20304881 Downloads
The stock Zend_Cache_Backend_File backend has extremely poor performance for cleaning by tags making it become unusable as the number of cached items increases. This backend makes many changes resulting in a huge performance boost, especially for tag cleaning.