finwo / cache
There is no license information available for the latest version (v0.4.1) of this package.
v0.4.1
2017-01-23 13:23 UTC
Requires
- php: >=5.3
Requires (Dev)
Suggests
None
Provides
None
Conflicts
None
Replaces
None
README
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