flare-Framework

Installs: 45

Dependents: 0

Suggesters: 0

Security: 0

Stars: 5

Watchers: 0

Forks: 1

Open Issues: 0

Type:flare-framework

4.2.0 2024-01-23 23:18 UTC

This package is auto-updated.

Last update: 2024-04-24 18:26:37 UTC


README

Developed by Sajjad Eftekhari

What is Flare?

Flare is a PHP full-stack web framework that is light, fast, flexible, and secure. More information can be found at the official site.

This repository holds the distributable version of the framework.

Server Requirements

PHP version 8 or higher is required, with the following extensions installed:

--------------------------------------------- Flare Framework ---------------------------------

How to install

you can use composer or download from https://github.com/flare-framework/Flare/releases

composer create-project flare-framework/flare mysite

Flare built with a number of powerful and fast packages with other important features

for env https://github.com/vlucas/phpdotenv

for Router and Middlewares. use https://github.com/bramus/router

for $db and Model

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

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

and

for session https://odan.github.io/session/v5/

for Templating engine Latte https://latte.nette.org/

for email https://github.com/PHPMailer/PHPMailer

for validation https://respect-validation.readthedocs.io/en/latest/

for upload https://github.com/verot/class.upload.php

for debug https://github.com/symfony/symfony/tree/6.2/src/Symfony/Component/ErrorHandler

for Debug Bar http://phpdebugbar.com/docs/