| Package Data | |
|---|---|
| Maintainer Username: | icovn | 
| Maintainer Contact: | quanghuy.ico@gmail.com (Nguyen Quang Huy) | 
| Package Create Date: | 2017-07-10 | 
| Package Last Update: | 2017-07-10 | 
| License: | Apache-2.0 | 
| Last Refreshed: | 2025-10-27 03:01:04 | 
| Package Statistics | |
|---|---|
| Total Downloads: | 2,755 | 
| Monthly Downloads: | 0 | 
| Daily Downloads: | 0 | 
| Total Stars: | 1 | 
| Total Watchers: | 1 | 
| Total Forks: | 0 | 
| Total Open Issues: | 0 | 
========
Make sure you've got a memcached server php extension installed.
Add the package to your composer.json and run composer update:
"icovn/laravel-twemproxy": "~1.0.0"
Replace "Illuminate\Cache\CacheServiceProvider::class" with "Net\Friend\Laravel\Cache\CacheServiceProvider::class" in app/config/app.php:
//Illuminate\Cache\CacheServiceProvider::class,
Net\Friend\Laravel\Cache\CacheServiceProvider::class,
#Changes [1.0.0] - 2017-06-20 - Release first version