Skip to content

teedmakerphp/cache-plugin-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A PHP Plugin for TMPHP Cache

This plugin enable caching for PHP files in teedmakerphp/cache.

ATTENTION!

This package run just a plugin for `teedmakerphp/cache`, for use it you need to install `teedmakerphp/cache`!

More informations soon!

For now you can do things like...

@sayMyName('Lorem')

// results after cache

<?php echo "Hello Lorem"; ?>

or yet...

@foreach($values as $index => $value)
  <h1>Lorem ipsum</h1>
@endforeach

// results after cache

<?php foreach ($values as $index => $value) { ?>
  <h1>Lorem ipsum</h1>
<?php } ?>

About

A PHP Plugin for TMPHP Cache

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages