flare-Framework

安装: 46

依赖: 0

建议者: 0

安全性: 0

星标: 5

关注者: 0

分支: 1

开放问题: 0

类型:flare-framework

4.2.0 2024-01-23 23:18 UTC

This package is auto-updated.

Last update: 2024-09-24 19:16:39 UTC


README

由 Sajjad Eftekhari 开发

什么是 Flare?

Flare 是一个轻量、快速、灵活且安全的 PHP 全栈 Web 框架。更多信息可以在 官方网站 找到。

该存储库包含框架的可分发版本。

服务器要求

需要 PHP 版本 8 或更高版本,并安装以下扩展

--------------------------------------------- Flare 框架 ---------------------------------

如何安装

您可以使用 composer 或从 https://github.com/flare-framework/Flare/releases 下载

composer create-project flare-framework/flare mysite

Flare 使用了许多强大且快速的包,并具有其他重要特性

对于 env https://github.com/vlucas/phpdotenv

对于路由和中间件。使用 https://github.com/bramus/router

对于 $db 和 Model

https://github.com/ThingEngineer/PHP-MySQLi-Database-Class

https://github.com/ThingEngineer/PHP-MySQLi-Database-Class/blob/master/dbObject.md

对于会话 https://odan.github.io/session/v5/

对于模板引擎 Latte https://latte.nette.org/

对于电子邮件 https://github.com/PHPMailer/PHPMailer

对于验证 https://respect-validation.readthedocs.io/en/latest/

对于上传 https://github.com/verot/class.upload.php

对于调试 https://github.com/symfony/symfony/tree/6.2/src/Symfony/Component/ErrorHandler

对于调试栏 http://phpdebugbar.com/docs/