Skip to content

Welcome to 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.

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