# CakePHP Tools Plugin Documentation ## Version notice This cake3 branch only works for **CakePHP3.x** - please use the master branch for CakePHP 2.x! **It is still dev** (not even alpha), please be careful with using it. ## Installation * [Installation](Install.md) ## Upgrade Guide * [Upgrade guide from 2.x to 3.x](Upgrade.md) ## Detailed Documentation - Quicklinks * [Behavior/Jsonable](Behavior/Jsonable.md) * [Behavior/Passwordable](Behavior/Passwordable.md) * [Behavior/Slugged](Behavior/Slugged.md) * [Behavior/Reset](Behavior/Reset.md) * [View/Rss](View/Rss.md) * ... ## Basic enhancements of the core ### Model Extend the Tools plugin table and entity class to benefit from a few gotchas: ```php