Libraries tagged by usms
cosenary/simple-php-cache
16224 Downloads
A light, simple but powerful PHP5 Cache Class which uses the filesystem for caching.
codemasher/image-optimizer
4511 Downloads
Image optimization / compression library. This library is able to optimize png, jpg and gif files in very easy and handy way. It uses optipng, pngquant, pngcrush, pngout, gifsicle, jpegoptim and jpegtran tools.
codebuds/webp-converter
13295 Downloads
A service that uses php GD to convert Jpeg, Png, Gif and Bmp into WebP
cajogos/php-temp-cache
873 Downloads
Simple PHP caching system that uses a tmp folder in a Linux environment.
braspag/mobiledetectlib
31239 Downloads
Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.
bjerke/api-query-builder
7576 Downloads
A query builder for Laravel that parses the request and uses Eloquent ORM to query database
bingo-soft/phpdocxtemplate
5726 Downloads
PHP library which uses docx files as Twig templates
billerickson/be-media-from-production
60 Downloads
Uses local media when available, and uses the production server for the rest.
bdunogier/guzzle-site-authenticator
201510 Downloads
A guzzle plugin that adds, if necessary, authentication data to requests. Uses credentials and cookies, with login requests to the sites.
bariew/yii2-node-tree
10319 Downloads
Uses unique ids to create tree and display it with jstree
ahloul/rabbitevents-mod
27422 Downloads
Laravel back-to-back broadcasting events. It uses RabbitMQ as the transport.
aaharu/curlsoapclient
8158 Downloads
A SoapClient wrapper that uses ext-curl.
webpatser/laravel-sanitize
36924 Downloads
Laravel package to sanatize a string for use as URL's. It uses the PHP Normalizer class and fills whitespace with dashes.
pixelant/interest
12042 Downloads
REST and CLI API for adding, updating, and deleting records in TYPO3. Tracks relations so records can be inserted in any order. Uses remote ID mapping so you don't have to keep track of what UID a record has gotten after import. Data is inserted using backend APIs as if a real human did it, so you can can inspect the record history and undo actions.
phpunit/test-listener-xhprof
24021 Downloads
A TestListener for PHPUnit that uses XHProf for automated profiling of the tested code