The MVC Framework that makes PHP not suck!
Find a file
Jamie Carl aa0bc7b25c Updates cookie configuration for security
Updates the `setcookie` calls to use the array-based configuration
for improved control over cookie attributes.

This change explicitly sets `secure`, `httponly`, and `samesite` attributes
for enhanced security and compatibility.
2025-10-01 10:37:25 +10:00
bin feat(tool): add the hztool program 2024-05-29 11:47:37 +10:00
docs Added constants to docs. 2022-09-14 12:40:01 +10:00
libs feat(js): added auth to hazaar JS 2025-01-07 11:23:16 +11:00
src Updates cookie configuration for security 2025-10-01 10:37:25 +10:00
.gitignore Moved template class to Smarty. 2018-08-11 17:10:00 +10:00
composer.json chore: updated README 2025-02-19 12:48:59 +11:00
LICENCE.md Resolve "Import documentation from old CMS into the GIT repository documentation" 2018-09-12 00:44:58 +10:00
README.md chore: updated README 2025-02-19 12:48:59 +11:00

DO NOT USE IN NEW PROJECTS

This is the legacy version of Hazaar MVC that is required by some clients.

For new projects, use https://git.hazaar.io/hazaar/framework.

Please see the documentation for details on how to get started with Hazaar.