Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```