Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seraphalab/framework
The framework library of Serapha
https://github.com/seraphalab/framework
composer i18n php-framework php8 template-engine
Last synced: 28 days ago
JSON representation
The framework library of Serapha
- Host: GitHub
- URL: https://github.com/seraphalab/framework
- Owner: SeraphaLab
- License: mit
- Created: 2024-06-25T11:20:04.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-10-09T10:31:09.000Z (28 days ago)
- Last Synced: 2024-10-09T13:14:24.864Z (28 days ago)
- Topics: composer, i18n, php-framework, php8, template-engine
- Language: PHP
- Homepage:
- Size: 155 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Serapha-Framework
[![Packgist](https://img.shields.io/packagist/v/serapha/framework.svg?style=flat-square)](https://packagist.org/packages/serapha/framework)
The framework library of Serapha## Installation
```bash
composer require serapha/framework
```## Environment Variables
```bash
# 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
```