Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 533 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 533 Bytes

project

Introduction

The framework is A PHP framework for building modular service application.

Installation

Server Requirements

The framework has a few basic system requirements:

  • PHP >= 5.3

But the Ctx basic module ( include db, cache, config, etc. ) has other system requirements, so it's highly recommended you make sure your server meets the following requirements:

  • PHP >= 7
  • PDO PHP Extension
  • CURL PHP Extension

Via composer create-Project

composer create-project tree6bee/project=~1.0