php-cache

Downloads
1.5K
Stars
0

finwo / cache


Simple cache foundation for PHP


Contributing

After checking the Github issues and confirming that your request isn't already being worked on, feel free to spawn a new fork of the develop branch & send in a pull request.

The develop branch is merged periodically into the master after confirming it's stable, to make sure the master always contains a production-ready version.


Changelog

  • 2016-06-20
    • Replaced http_status_code by compatibility implementation
  • 2016-06-08
    • Created README
    • Added unit tests
    • Added travis-ci build status
  • 2016-04-13
    • Project init