ilebora / core-slim-sec
Production distribution of the BoraSlim framework core.
Installs: 54
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Language:JavaScript
pkg:composer/ilebora/core-slim-sec
Requires
- php: >=8.1
- twig/twig: ^3.0
Requires (Dev)
- phpunit/phpunit: ^10.0
This package is auto-updated.
Last update: 2025-12-09 00:44:33 UTC
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