PHPSocialNetwork/phpfastcache-bundle

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.codeclimate.yml
.gitattributes
.github/CONTRIBUTING.md
.github/ISSUE_TEMPLATE.md
.gitignore
.scrutinizer.yml
.travis.yml
CHANGELOG.md
CODE_OF_CONDUCT.md
CODING_GUIDELINE.md
LICENCE
README.md
composer.json
composer.lock
phpunit.xml.dist
src/Command/PhpfastcacheClearCommand.php80
B
4 hrs
src/Command/PhpfastcacheDelCommand.php58
A
0 mins
src/Command/PhpfastcacheGetCommand.php65
A
55 mins
src/Command/PhpfastcacheSetCommand.php121
B
5 hrs
src/DataCollector/CacheCollector.php127
A
1 hr
src/DependencyInjection/Configuration.php33
A
0 mins
src/DependencyInjection/PhpfastcacheExtension.php21
A
0 mins
src/PhpfastcacheBundle.php8
A
0 mins
src/Resources/Docs/CREDITS.txt
src/Resources/Docs/example/Controller/DefaultController.php98
B
5 hrs
src/Resources/Docs/example/app/config/packages/phpfastcache.yml
src/Resources/Docs/migration/MigratingFromV2ToV3.md
src/Resources/config/services.yml
src/Resources/config/services_dev.yml
src/Resources/views/Collector/cache.html.twig
src/Resources/views/Collector/icon.svg
src/Response/CacheableResponse.php43
A
0 mins
src/Service/Phpfastcache.php72
A
3 hrs
src/Twig/CacheExtension/CacheProvider/PsrCacheAdapter.php28
A
0 mins
src/Twig/CacheExtension/CacheProviderInterface.php7
A
0 mins
src/Twig/CacheExtension/CacheStrategy/LifetimeCacheStrategy.php66
A
0 mins
src/Twig/CacheExtension/CacheStrategyInterface.php8
A
0 mins
src/Twig/CacheExtension/Exception/BaseException.php5
A
0 mins
src/Twig/CacheExtension/Exception/InvalidCacheKeyException.php9
A
0 mins
src/Twig/CacheExtension/Exception/InvalidCacheLifetimeException.php9
A
0 mins
src/Twig/CacheExtension/Exception/NonExistingStrategyException.php9
A
0 mins
src/Twig/CacheExtension/Exception/NonExistingStrategyKeyException.php9
A
0 mins
src/Twig/CacheExtension/Extension.php28
A
0 mins
src/Twig/CacheExtension/Node/CacheNode.php47
A
1 hr
src/Twig/CacheExtension/TokenParser/Cache.php26
A
0 mins
src/Twig/HumanReadableExtension/Extension.php22
A
0 mins