phlexus / phlexus-library-auth
Phlexus Auth Library
Installs: 224
Dependents: 1
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 1
Open Issues: 3
pkg:composer/phlexus/phlexus-library-auth
Requires
- php: >=7.2
- ext-phalcon: ^4.0
Requires (Dev)
- phalcon/ide-stubs: ^4.0
- phpunit/phpunit: ^8
This package is auto-updated.
Last update: 2025-09-27 21:11:28 UTC
README
Authentication library for Phlexus CMS. With support of several drivers/adapters to use for different situations.
Inspired by SidRoberts/phalcon-auth
Example of usage
use Phlexus\Libraries\Auth\Manager as AuthManager; $manager = new AuthManager('plain', ['auth_file_path' => 'passwords.txt']); $manager->login(['user', 'password']);
Currently supported drivers
- model - Phalcon Model
- plain - Plain text file