serapha / framework
Serapha Framework Core Library
1.2.1
2024-10-09 10:30 UTC
Requires
- php: >=8.1
- carry0987/i18n: ^2.0
- carry0987/redis-tool: ^1.1
- carry0987/sanite: ^1.1
- carry0987/template-engine: ^1.0
- carry0987/utils: ^1.0
- httpsoft/http-message: ^1.1
- httpsoft/http-server-request: ^1.1
- psr/container: ^2.0
- vlucas/phpdotenv: ^5.6
- dev-main
- 1.2.1
- 1.2.0
- 1.1.40
- 1.1.39
- 1.1.38
- 1.1.37
- 1.1.36
- 1.1.35
- 1.1.34
- 1.1.33
- 1.1.32
- 1.1.31
- 1.1.30
- 1.1.29
- 1.1.28
- 1.1.27
- 1.1.26
- 1.1.25
- 1.1.24
- 1.1.23
- 1.1.22
- 1.1.21
- 1.1.20
- 1.1.19
- 1.1.18
- 1.1.17
- 1.1.16
- 1.1.15
- 1.1.14
- 1.1.13
- 1.1.12
- 1.1.11
- 1.1.10
- 1.1.9
- 1.1.8
- 1.1.7
- 1.1.6
- 1.1.5
- 1.1.4
- 1.1.3
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.14
- 1.0.13
- 1.0.12
- 1.0.11
- 1.0.10
- 1.0.9
- 1.0.8
- 1.0.7
- 1.0.6
- 1.0.5
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
This package is auto-updated.
Last update: 2025-03-01 00:42:03 UTC
README
The framework library of Serapha
Installation
composer require serapha/framework
Environment Variables
# DB DB_HOST=127.0.0.1 DB_NAME=serapha DB_USER=root DB_PASSWORD=test1234 DB_PORT=3306 # Redis REDIS_HOST=127.0.0.1 REDIS_PORT=6379 REDIS_PASSWORD= REDIS_DATABASE=0 # Path CONFIG_FILE=/app/Config/config.inc.php ROUTE_PATH=/app/Route LANG_PATH=/app/Language CACHE_PATH=/storage/cache