siktec-lab / Frigate

Frigate is a lightweight web application framework. It is designed to be easy, and extremely fast with the ability to scale up to complex applications.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Frigate V2

Build Status

Frigate is a lightweight web application framework. It is designed to be easy, and extremely fast with the ability to scale up to complex applications.

⚠️ WARNING: This project is currently under development. Features may change, and it might not be stable for production use. Use at your own risk.

Quick Links:

Features:

  • Easy and Powerfull routing system.
  • Builtin Database class for MySQL.
  • Build an API
  • Serve Files, Pages, JSON.
  • Build Hybrid application (e.g an API with a administration panel).
  • PHP - 8.
  • Easy framework syntax.
  • Very Flexible design.

Installation

Install Frigate with composer:

composer require siktec/frigate

Use a bootstrap project to get started:

composer create-project siktec/frigate-bootstrap

Milestones:

  • [v] support returns negotiation of / and text/* etc....

  • [v] File server for chunking

  • [-] Implement accept all and restriction in headers CORS policy

  • [-] Implement parsedown for documentation generating

  • [v] Implement swagger

  • [-] Global templates - include basic twig templates as helpers.

  • [-] Versioning with included files in page builder

  • [v] Implement Patch handlers.

  • [-] Add front-end global App builder.

  • [-] Implement static file loader - a folder is mapped to an endpoint optional php exec.

  • [-] Page builder should take additional default context in constructor

  • [-] Page builder compile should take additional context -> const context -> defined context -> compile context.

About

Frigate is a lightweight web application framework. It is designed to be easy, and extremely fast with the ability to scale up to complex applications.

License:MIT License


Languages

Language:PHP 99.2%Language:Twig 0.8%