codenomads/base-module
Composer 安装命令:
composer require codenomads/base-module
包简介
Base API module for Laravel 8 or higher projects by codenomads
关键字:
README 文档
README
Introduction
codenomads/base-module is a base API module designed for Laravel 8 or higher projects. It provides a foundation for building API-based applications with features like encryption, and more.
Features
- Encryption: Secure data with PHP encryption.
- Guzzle Integration: Simplifies HTTP requests using Guzzle.
- Passport Integration: Laravel Passport support for OAuth2.
Requirements
- PHP 8.0 or higher
- Laravel 8.0 or higher
Installation
You can install the package via Composer:
composer require codenomads/base-module
Uninstalling
To uninstall the package, you can remove it via Composer:
composer remove codenomads/base-module
PACKAGE ENV VARIABLES
APP_ENV=""
APP_DEBUG_LOG=""
APP_TIMEZONE=""
GS_ACCESS_TOKEN_REDIS_HOST=""
GS_ACCESS_TOKEN_REDIS_PORT=""
GS_SUBSCRIBER_COMMON_REDIS_HOST=""
GS_SUBSCRIBER_COMMON_REDIS_PORT=""
GS_CHECK_SUBSCRIBER_STB_STATUS=""
GS_DISABLED_RESELLER_IDS=""
PACKAGE_EXPIRY_MESSAGE=""
GS_BASIC_AUTH_USERNAME=""
GS_BASIC_AUTH_PASSWORD=""
统计信息
- 总下载量: 14
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-08-23