sidroberts / phalcon-auth
Auth component for Phalcon.
Installs: 279
Dependents: 0
Suggesters: 0
Security: 0
Stars: 8
Watchers: 3
Forks: 0
Open Issues: 1
pkg:composer/sidroberts/phalcon-auth
Requires
- php: ~8.0
- ext-phalcon: ~5.0
Requires (Dev)
This package is auto-updated.
Last update: 2025-10-12 04:15:39 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