All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Add PHPStan static code analysis
- Check the header hasn't been sent for calling
session_set_save_handler()
. Props @pbearne
- Fix a PHP error during
BaseHandler
wireup. Props @sayful1
- Updated encryption handler to use a specific
Key
type from Defuse's library - Updated documentation
- Updated Travis test matrix for modern PHP
- Fixed a naming issue affecting internal object storage
- Switched from the PHP doc's crypto example to the Defuse Crypto library
- README explaining the purpose and use of the project
- Tests to verify adequate functionality
- This CHANGELOG file