Libraries tagged by cashin
thettler/laravel-console-toolkit
3726 Downloads
This Package provides some usefully console features like the attribute syntax for arguments and options, validation, auto ask and casting.
steadlane/silverstripe-cloudflare
3360 Downloads
This module aims to relieve the stress of using Cloudflare caching with any SilverStripe project. Adds extension hooks that clears Cloudflare's cache for a specific page when that page is published or unpublished.
sitegeist/klarschiff
88859 Downloads
Flow Package to avoid browser caching for updated resources
sfneal/casts
54308 Downloads
An alternative implementation of the Eloquent Model accessors & mutators pattern for type casting attributes
salernolabs/camelize
40617 Downloads
Utility for camel and uncamel casing words or phrases.
rennokki/eloquent-settings
4167 Downloads
Eloquent Settings allows you to bind key-value pairs to any Laravel Eloquent model. It supports even casting for boolean, float or integer types.
phlak/stash
11225 Downloads
Simple PHP caching library
philasearch/cache
19160 Downloads
PHP Website Caching Library for HTML and Objects
pahanini/yii2-neat-cache
4552 Downloads
A Yii2 components to prevent simultaneous updates (dog pile effect) during caching.
padosoft/laravel-settings
6150 Downloads
Persistent settings with caching in Laravel.
open-y-subprojects/ynorth_gxp_spots_proxy
55753 Downloads
GroupEx PRO Public API Caching proxy for New Schedules application.
omaralalwi/lexi-translate
13 Downloads
Laravel translation package with morph relationships and caching.
nikolag/core
22187 Downloads
Nikolag Core package for Laravel payment integrations that are not part of the Cashier
mouf/utils.cache.cache-interface
373636 Downloads
This package only contains the interface that must be implemented by caching classes. Unless you want to implement your own caching method, you should import a cache package that will use this interface. For instance, common.utils.session-cache, or common.utils.file-cache.
mouf/utils.cache.apc-cache
372588 Downloads
This package contains a cache mechanism that relies on the APC caching system. For this cache to work, the APC Pecl package must be enabled.