zestic / auth-library
Classes and utils for auth
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/zestic/auth-library
Requires
- php: ^8.3
- nesbot/carbon: ^3.11
- ramsey/uuid: ^4.9
Requires (Dev)
- ergebnis/composer-normalize: ^2.47
- friendsofphp/php-cs-fixer: ^3.86
- phpstan/phpstan: ^2.1
- phpunit/phpunit: ^11.0
- robmorgan/phinx: ^0.16.10
README
Classes and utils for Auth
Features
- Feature 1
- Feature 2
- Feature 3
Requirements
- PHP 8.3 or higher
- Composer
Installation
Install via Composer:
composer require zestic/auth-library
Quick Start
Remove Example Code: Run composer remove-example to remove the Calculator example and get a clean slate.
<?php use Zestic\Auth\YourClass; // Basic usage example $instance = new YourClass(); $result = $instance->doSomething();
Usage
Basic Usage
// Example 1: Basic functionality $example = new YourClass(); $result = $example->method();
Advanced Usage
// Example 2: Advanced functionality $example = new YourClass([ 'option1' => 'value1', 'option2' => 'value2', ]);
API Documentation
For complete API documentation, see docs/ or visit your-docs-site.com.
Testing
Run the test suite:
composer test
Run tests with coverage:
composer test:coverage
Code Quality
This project uses several tools to maintain code quality:
# Run all quality checks composer quality # Fix code style issues composer cs-fix # Run static analysis composer phpstan
Contributing
Please see CONTRIBUTING.md for details on how to contribute to this project.
Security
If you discover any security-related issues, please see SECURITY.md for information on how to report them.
Changelog
Please see CHANGELOG.md for more information on what has changed recently.
License
This project is licensed under the Apache License 2.0. Please see LICENSE for more information.