2017 © Pedro Peláez
 

library slim-no-cache

no-cache response headers setting middleware for PHP Slim.

image

palanik/slim-no-cache

no-cache response headers setting middleware for PHP Slim.

  • Thursday, March 19, 2015
  • by palanik
  • Repository
  • 2 Watchers
  • 0 Stars
  • 98 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 2 Versions
  • 3 % Grown

The README.md

SlimNoCache

PHP Slim Framework middleware to set no-cache response headers., (*1)

The implmentation is based on SO discussion on Browser cache., (*2)

Latest Stable Version License, (*3)

Usage

Composer Autoloader

Install with Composer

  1. Update your composer.json to require palanik/slim-no-cache package.
  2. Run composer install to add palanik/SlimNoCache your vendor folder.
{
  "require": {
    "palanik/slim-no-cache": "*"
  }
}

Autoloading

add(new \SlimNoCache\SlimNoCache());
?>

Custom Load

add(new \SlimNoCache\SlimNoCache());
?>

License

MIT, (*4)

The Versions

19/03 2015

dev-master

9999999-dev https://github.com/palanik/SlimNoCache

no-cache response headers setting middleware for PHP Slim.

  Sources   Download

MIT

The Requires

 

by Avatar palanik

slim slimphp nocache slimnocache slim-no-cache no-cache cache headers

19/03 2015

v0.0.1

0.0.1.0 https://github.com/palanik/SlimNoCache

no-cache response headers setting middleware for PHP Slim.

  Sources   Download

MIT

The Requires

 

by Avatar palanik

slim slimphp nocache slimnocache slim-no-cache no-cache cache headers