CORE

The world's lightweight PHP framework

We promise , it will always remain simple to understand and fast to perform . 🫡


Installation

Install a fresh new PHPTree Project with examples using Composer.

composer create-project phptree/phptree

Life is simple! 😍

Project settings

project ( Private directory )
├── public_html ( Project public directory )
│   └── index.php 
└── .env.json ( Hidden project settings file ) 

Server Requierments

  • PHP >= 8.0.0
  • PDO PHP Extension
  • OpenSSL PHP Extension

Inside the framework

Documentation

Read More 📖