2017 © Pedro PelĂĄez
 

library typo3-software-cache

Software cache for typo3 projects.

image

queo/typo3-software-cache

Software cache for typo3 projects.

  • Saturday, February 3, 2018
  • by Wyndala
  • Repository
  • 4 Watchers
  • 3 Stars
  • 5 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 4 Versions
  • 150 % Grown

The README.md

Build Status, (*1)

TYPO3 Software Cache

TL;DR Software based library to cache TYPO3 Requests., (*2)

Allgemeine Informationen

Ansprechpartner

Entwickler: * [Stephan Lindner] * [Ralf Michael], (*3)

Konzept

to be done, (*4)

Installation

For easy installation add an index.php.dist file to your project and add the following commands to your composer.json, (*5)

"chmod 654 ./vendor/queo/typo3-software-cache/src/Scripts/installCache.sh",
"./vendor/queo/typo3-software-cache/src/Scripts/installCache.sh index.php.dist",

We added an starting point with a simple index.php.dist in the base folder, you can use for your first steps or easy websites. It will cache the requests in the filesystem., (*6)

QualitÀtssicherung

Unittests

bin/phpunit

Codemetriken erstellen

Phpmetrics global installieren, (*7)

composer global require phpmetrics/phpmetrics:~2

Bericht fĂŒr Metriken erzeugen, (*8)

phpmetrics --report-html=build/metric --git --quiet src\

Weiterentwicklung

Goldene Regeln: - SOLID Prinzipien einhalten! - Metriken beachten, (*9)

Anleitung

Cache ĂŒber Typo3-Backend leeren

Um den Cache ĂŒber das Typo3-Backend leeren zu können, muss in der ext_localconf der Site-Extension folgender Hook ergĂ€nzt werden:, (*10)

$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_tcemain.php']['clearCachePostProc'][] =  \Queo\Typo3\SoftwareCache\Service\CacheManagementService::class . '->clearCache';

FAQ

42, (*11)

The Versions

03/02 2018

dev-master

9999999-dev

Software cache for typo3 projects.

  Sources   Download

GPL-2.0-or-later

The Requires

 

The Development Requires

02/02 2018

dev-development

dev-development

Software cache for typo3 projects.

  Sources   Download

GPL-2.0-or-later

The Requires

 

The Development Requires

26/01 2018

v1.0.1

1.0.1.0

Software cache for typo3 projects.

  Sources   Download

GPL-2.0+

The Requires

 

The Development Requires

26/01 2018

v1.0.0

1.0.0.0

Software cache for typo3 projects.

  Sources   Download

GPL-2.0+

The Requires

 

The Development Requires