https://github.com/northrook/latte-symfony-cache
Integrates symfony/cache into the nette/latte templating system.
https://github.com/northrook/latte-symfony-cache
cache latte php symfony wip
Last synced: 8 months ago
JSON representation
Integrates symfony/cache into the nette/latte templating system.
- Host: GitHub
- URL: https://github.com/northrook/latte-symfony-cache
- Owner: northrook
- License: mit
- Created: 2024-07-24T03:38:35.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-22T05:44:51.000Z (about 1 year ago)
- Last Synced: 2025-02-03T07:44:32.028Z (8 months ago)
- Topics: cache, latte, php, symfony, wip
- Language: PHP
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Latte Symfony Cache
Integrates symfony/cache into the nette/latte templating system.
> [!IMPORTANT]
> This package is still in development.
>
> While it is considered MVP and stable, it may still undergo breaking changes.> [!NOTE]
> Documentation is still being written.## Installation
```bash
composer require northrook/latte-symfony-cache
```