From ccdca7e180d731e9013996209a4d38b8d1e8a8c1 Mon Sep 17 00:00:00 2001 From: n0nag0n Date: Sat, 30 Dec 2023 22:51:09 -0700 Subject: [PATCH] added chat badge --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5376e70..21c116d 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,12 @@ +![](https://user-images.githubusercontent.com/104888/50957476-9c4acb80-14be-11e9-88ce-6447364dc1bb.png) +![](https://img.shields.io/badge/PHPStan-level%206-brightgreen.svg?style=flat) +![](https://img.shields.io/matrix/flight-php-framework%3Amatrix.org?server_fqdn=matrix.org&style=social&logo=matrix) + # What the fork? This is a fork of the original project [https://github.com/mikecao/flight](https://github.com/mikecao/flight). That project hasn't seen updates in quite some time, so this fork is to help maintain the project going forward. # What is Flight? -![](https://user-images.githubusercontent.com/104888/50957476-9c4acb80-14be-11e9-88ce-6447364dc1bb.png) -![](https://img.shields.io/badge/PHPStan-level%206-brightgreen.svg?style=flat) - Flight is a fast, simple, extensible framework for PHP. Flight enables you to quickly and easily build RESTful web applications.