benefits-me/php-api-auth
最新稳定版本:v0.1.0
Composer 安装命令:
composer require benefits-me/php-api-auth
包简介
Package to authenticate against Benefits.me API
README 文档
README
Installation
Require Package
composer require benefits-me/php-api-auth
Publish provider and configuration
php artisan vendor:publish --provider="BenefitsMe\ApiAuth\Provider\AuthServiceProvider"
Project Structure
/
├── config/ # Configuration files (e.g. api-auth.php)
├── src/ # Library source code
│ ├── Enums/ # Enum types
│ ├── Exceptions/ # Custom exception classes
│ ├── Provider/ # Service providers (e.g. AuthServiceProvider)
│ └── Services/ # Service classes (e.g. AuthService)
├── tests/ # PEST unit and feature tests
│ ├── Feature/ # Feature tests
│ ├── Unit/ # Unit tests
│ ├── Pest.php # PEST bootstrap file
│ └── TestCase.php # Base test class
├── vendor/ # Composer dependencies (auto-generated)
├── composer.json # Composer configuration file
├── composer.lock # Composer lock file
├── phpunit.xml # PHPUnit configuration
├── README.md # Project documentation
└── LICENSE # License file
统计信息
- 总下载量: 1.05k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0
- 更新时间: 2024-09-26