phptree / core
The world's lightweight PHP framework
1.0.27
2024-03-16 10:16 UTC
Requires
- php: >=8.0.0
README
PHPTree
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