Pimf Framework Versions Save

Micro framework for PHP that emphasises minimalism and simplicity

v1.11.0

6 years ago
  • add support of PHP >= 5.6 only
  • fixing tests
  • restoring prior version constraint for phpunit
  • fixed warnings about protected static function
  • fixed test that broke clover; $_SERVER should never be tampered with

v1.11.0-alpha

7 years ago
  • Added adapter for Transphporm template engine

v1.10.1

7 years ago
  • Increase OOP, reduce hard coupling.
  • improvements to cache storage classes.
  • fix all of the return values in cache storage retrieve() methods.

v1.10.1-beta

7 years ago

v1.10.1-alpha

7 years ago

v1.10.0

7 years ago
  • supported PHP versions: 5.3, 5.4, 5.5, 5.5.9, 5.6 and 7.0
  • make logging configurable to file or stdout
  • add Std to treat unbuffered event streams
  • add file adapter for streams
  • housekeeping

v1.9.0

7 years ago
  • Add support for all HTTP Request Methods
  • Refactoring of Registry to Dependency Injection Principle