sidroberts / phalcon-auth
Auth component for Phalcon.
dev-main
2025-08-12 03:47 UTC
Requires
- php: ~8.0
- ext-phalcon: ~5.0
Requires (Dev)
This package is auto-updated.
Last update: 2026-03-12 05:17:25 UTC
README
Auth component for Phalcon.
Passwords are created using Phalcon\Encryption\Security::hash() and verified using Phalcon\Encryption\Security::checkHash().
Version Requirements
Installing
Install using Composer:
{
"require": {
"sidroberts/phalcon-auth": "dev-main"
}
}
Documentation
See the Wiki.
License
Licensed under the MIT License. © Sid Roberts