ilebora/core-slim-sec
最新稳定版本:v1.0.45
Composer 安装命令:
composer require ilebora/core-slim-sec
包简介
Production distribution of the BoraSlim framework core.
README 文档
README
⚠️ Disclaimer: This repository contains only the helper framework (Helpers.php, CoreDefaults.php, EnvLoader.php, utility functions, and templating logic).
The actual Bora Core engine is encrypted and never included in this repository. This means the repo does not contain sensitive business logic or secret keys.
Overview
This framework provides:
- Utility functions for sessions, database access, API handling, and templating.
- Environment and error management.
- Basic helper classes for application development.
It is meant to be used alongside the encrypted Bora Core engine.
Requirements
- PHP 8.2+
- Composer
- A valid Bora Core license with credentials (
CORE_CLIENT_ID,CORE_CLIENT_SECRET,CORE_CLIENT_IV) .envfile configured outside the repo:
CORE_CLIENT_ID=your-client-id CORE_CLIENT_SECRET=your-secret-key CORE_CLIENT_IV=your-initialization-vector CORE_CACHE_PATH=/path/to/cache # TODO:: Update new usage cases
统计信息
- 总下载量: 58
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-10-05