定制 zestic/auth-library 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

zestic/auth-library

最新稳定版本:v0.3.0

Composer 安装命令:

composer require zestic/auth-library

包简介

Classes and utils for auth

README 文档

README

Latest Version codecov PHP Version Tests License

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.

Credits

统计信息

  • 总下载量: 138
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 6
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: Apache-2.0
  • 更新时间: 2026-01-24