PHPackages                             bnomei/kirby3-page-memcached - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Caching](/categories/caching)
4. /
5. bnomei/kirby3-page-memcached

AbandonedArchivedKirby-plugin[Caching](/categories/caching)

bnomei/kirby3-page-memcached
============================

Kirby 3 Plugin to cache the content file using the PHP Memcached extension

1.1.2(4y ago)41641MITPHPPHP &gt;=7.2.0

Since Apr 14Pushed 4y ago1 watchersCompare

[ Source](https://github.com/bnomei/kirby3-page-memcached)[ Packagist](https://packagist.org/packages/bnomei/kirby3-page-memcached)[ Fund](https://buymeacoff.ee/bnomei)[ Fund](https://paypal.me/bnomei)[ RSS](/packages/bnomei-kirby3-page-memcached/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (10)Dependencies (5)Versions (11)Used By (0)

> ## ARCHIVED
>
> [](#archived)
>
> #### use [Kirby3 Boost](https://github.com/bnomei/kirby3-boost) instead
>
> [](#use-kirby3-boost-instead)

Kirby 3 Page Memcached
======================

[](#kirby-3-page-memcached)

[![Release](https://camo.githubusercontent.com/7286d1e28fb3ece95e2d1ca242f58e319fb6f9f35096ab42d623d142215bcd11/68747470733a2f2f666c61742e62616467656e2e6e65742f7061636b61676973742f762f626e6f6d65692f6b69726279332d706167652d6d656d6361636865643f636f6c6f723d616538316666)](https://camo.githubusercontent.com/7286d1e28fb3ece95e2d1ca242f58e319fb6f9f35096ab42d623d142215bcd11/68747470733a2f2f666c61742e62616467656e2e6e65742f7061636b61676973742f762f626e6f6d65692f6b69726279332d706167652d6d656d6361636865643f636f6c6f723d616538316666)[![Downloads](https://camo.githubusercontent.com/017deda6f88713868964da2c883ed6d64480edb5089957d2a9c23b3422a8f137/68747470733a2f2f666c61742e62616467656e2e6e65742f7061636b61676973742f64742f626e6f6d65692f6b69726279332d706167652d6d656d6361636865643f636f6c6f723d323732383232)](https://camo.githubusercontent.com/017deda6f88713868964da2c883ed6d64480edb5089957d2a9c23b3422a8f137/68747470733a2f2f666c61742e62616467656e2e6e65742f7061636b61676973742f64742f626e6f6d65692f6b69726279332d706167652d6d656d6361636865643f636f6c6f723d323732383232)[![Build Status](https://camo.githubusercontent.com/68e79e1f721fab4d3877c74630f20843fc108ebcbfd57c756a6486d19f4d809e/68747470733a2f2f666c61742e62616467656e2e6e65742f7472617669732f626e6f6d65692f6b69726279332d706167652d6d656d636163686564)](https://travis-ci.com/bnomei/kirby3-page-memcached)[![Coverage Status](https://camo.githubusercontent.com/e5a6bfe0b50f1c9b6a392749179a8c24bceeea98ed48701aa415328acfa7ee01/68747470733a2f2f666c61742e62616467656e2e6e65742f636f766572616c6c732f632f6769746875622f626e6f6d65692f6b69726279332d706167652d6d656d636163686564)](https://coveralls.io/github/bnomei/kirby3-page-memcached)[![Maintainability](https://camo.githubusercontent.com/36d99804bad8865b3e88c9a30210de9fada1a01caf2381cce1baec561cc6387d/68747470733a2f2f666c61742e62616467656e2e6e65742f636f6465636c696d6174652f6d61696e7461696e6162696c6974792f626e6f6d65692f6b69726279332d706167652d6d656d636163686564)](https://codeclimate.com/github/bnomei/kirby3-page-memcached)[![Twitter](https://camo.githubusercontent.com/b90e4b58a887e8ad09ec267628b75199a48522a9e01e88b129e5d2d730dffe50/68747470733a2f2f666c61742e62616467656e2e6e65742f62616467652f747769747465722f626e6f6d65693f636f6c6f723d363664396566)](https://twitter.com/bnomei)

Kirby 3 Plugin to cache the content file using the PHP Memcached extension

Commercial Usage
----------------

[](#commercial-usage)

This plugin is free (MIT license) but if you use it in a commercial project please consider to

- [make a donation 🍻](https://www.paypal.me/bnomei/5) or
- [buy me ☕](https://buymeacoff.ee/bnomei) or
- [buy a Kirby license using this affiliate link](https://a.paddle.com/v2/click/1129/35731?link=1170)

Installation
------------

[](#installation)

- unzip [master.zip](https://github.com/bnomei/kirby3-page-memcached/archive/master.zip) as folder `site/plugins/kirby3-page-memcached` or
- `git submodule add https://github.com/bnomei/kirby3-page-memcached.git site/plugins/kirby3-page-memcached` or
- `composer require bnomei/kirby3-page-memcached`

### Usage

[](#usage)

To use this plugin create [Page-Models](https://getkirby.com/docs/guide/templates/page-models) and extend the `\Bnomei\MemcachedPage` class. This will read and write a **copy** of your Content-File to and from Memcached.

**site/models/example.php**

```
