Download the PHP package utopia-php/auth without Composer
On this page you can find all versions of the php package utopia-php/auth. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download utopia-php/auth
More information about utopia-php/auth
Files in utopia-php/auth
Informations about the package auth
Utopia Auth
Utopia Auth library is a simple and lite library for handling authentication and authorization in PHP applications. This library provides a collection of secure hashing algorithms and authentication proofs for building robust authentication systems. This library is maintained by the Appwrite team.
Although this library is part of the Utopia Framework project it is dependency free and can be used as standalone with any other PHP project or framework.
Getting Started
Install using composer:
System Requirements
Utopia Framework requires PHP 8.0 or later. We recommend using the latest PHP version whenever possible.
Features
Supported Hashing Hashes
- Argon2 - Modern, secure, and recommended password hashing algorithm
- Bcrypt - Well-established and secure password hashing
- Scrypt - Memory-hard password hashing algorithm
- ScryptModified - Modified version of Scrypt with additional features
- SHA - Various SHA hash implementations
- PHPass - Portable password hashing framework
- MD5 (Not recommended for passwords, legacy support only)
Usage
Data Store
Password Hashing
Authentication Tokens
One-Time Codes
Human-Readable Phrases
Advanced Hash Configuration
Tests
To run all unit tests, use the following Docker command:
To run static code analysis, use the following Psalm command:
Security
We take security seriously. If you discover any security-related issues, please email [email protected] instead of using the issue tracker.
Contributing
All code contributions - including those of people having commit access - must go through a pull request and be approved by a core developer before being merged. This is to ensure a proper review of all the code.
We truly ❤️ pull requests! If you wish to help, you can learn more about how you can contribute to this project in the contribution guide.
Copyright and license
The MIT License (MIT) http://www.opensource.org/licenses/mit-license.php
All versions of auth with dependencies
ext-hash Version *
ext-scrypt Version *
ext-sodium Version *