lagan/property-passwordhash
Controller for the Lagan passwordhash property.
Maintainers
Requires
- php: >=5.5.0
- siriusphp/validation: ^2.0
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
MIT 6b2142c6090132abdf170056c0a62ae03ec6156b
- Lútsen Stellingwerff <lutsenstellingwerff.woop@gmail.com>
This package is auto-updated.
Last update: 2026-06-29 01:27:48 UTC
README
Lagan Password Hash Property Controller
Controller for the Lagan Password Hash property.
Generate password hashes using the PHP password_hash function.
Uses the Siriusphp validation library to validate password strings before hashing. You can use the built in validation rules by adding them to the 'validate' value in the property array. Add multiple validation rules by seperating them with a pipe character.
Example: 'validate' => 'minlength(3) | alphanumeric'
To be used with Lagan. Lagan lets you create flexible content objects with a simple class, and manage them with a web interface.
Lagan is a project of Lútsen Stellingwerff.
