serapha / framework
Serapha Framework Core Library
1.2.8
2026-03-13 20:34 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
This package is auto-updated.
Last update: 2026-06-13 21:06:32 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