finwo / cache
Installs: 1 473
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 1
Open Issues: 3
Requires
- php: >=5.3
Requires (Dev)
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