PHPackages                             oops/morozko-latte-bridge - 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. oops/morozko-latte-bridge

Abandoned → [contributte/console-extra](/?search=contributte%2Fconsole-extra)Library[Caching](/categories/caching)

oops/morozko-latte-bridge
=========================

Latte bridge for cache warmup library for Nette Framework.

1.0.0-alpha.2(8y ago)15.0kBSD-3-ClausePHPPHP &gt;= 7.1.0

Since Jan 2Pushed 7y ago1 watchersCompare

[ Source](https://github.com/o2ps/MorozkoLatteBridge)[ Packagist](https://packagist.org/packages/oops/morozko-latte-bridge)[ RSS](/packages/oops-morozko-latte-bridge/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (10)Versions (3)Used By (0)

Oops/MorozkoLatteBridge
=======================

[](#oopsmorozkolattebridge)

⚠️ **THIS PACKAGE IS NO LONGER MAINTAINED.** You can use the AdvancedCache module from [contributte/console-extra](https://github.com/contributte/console-extra) instead.

[![Build Status](https://camo.githubusercontent.com/06bc1590194a1e0a1231b9fd50e26a3b24435150e2a0b8e29a1674dcd3d925ec/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6f3270732f4d6f726f7a6b6f4c617474654272696467652e737667)](https://travis-ci.org/o2ps/MorozkoLatteBridge)[![Downloads this Month](https://camo.githubusercontent.com/5dd5ecdc43c98e08040530cdb4b9b821fe01f941c437b67c4a3ea094e8fb9e00/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646d2f6f6f70732f6d6f726f7a6b6f2d6c617474652d6272696467652e737667)](https://packagist.org/packages/oops/morozko-latte-bridge)[![Latest stable](https://camo.githubusercontent.com/568d2e6731f2a2f5c1ffe783ec6205476a4353796de83581e38ffe65eba052de/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6f6f70732f6d6f726f7a6b6f2d6c617474652d6272696467652e737667)](https://packagist.org/packages/oops/morozko-latte-bridge)

This package provides a [Latte](https://latte.nette.org) templates cache warmer for [Morozko](https://github.com/o2ps/Morozko).

Installation and requirements
-----------------------------

[](#installation-and-requirements)

```
$ composer require oops/morozko-latte-bridge
```

Oops/MorozkoLatteBridge requires PHP &gt;= 7.1.

This bridge requires that Morozko is set up correctly; please refer to its README for instructions.

Usage
-----

[](#usage)

Register the extension in your config file, along with Morozko and a Symfony/Console integration:

```
extensions:
    morozko: Oops\Morozko\DI\MorozkoExtension
    morozko.latte: Oops\MorozkoLatteBridge\DI\MorozkoLatteBridgeExtension
    console: Kdyby\Console\DI\ConsoleExtension

morozko.latte:
    directory: %appDir% #
