Download the PHP package siktec/frigate without Composer
On this page you can find all versions of the php package siktec/frigate. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download siktec/frigate
More information about siktec/frigate
Files in siktec/frigate
Package frigate
Short Description Lightweight web application framework. It is designed to be easy, and extremely fast with the ability to scale up to complex applications
License MIT
Informations about the package frigate
Frigate V2
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: 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:
- DOCUMENTATION
- Installation
- Features
- Milestones
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:
Use a bootstrap project to get started:
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.
All versions of frigate with dependencies
guzzlehttp/guzzle Version ^7.5
twig/twig Version ^3.4
vlucas/phpdotenv Version ^5.4
sabre/uri Version ^2.3
zircote/swagger-php Version ^4.8
firebase/php-jwt Version dev-main