From bb00e19385a65d44497232754329e035a85ab6d3 Mon Sep 17 00:00:00 2001 From: Stepan Date: Sat, 28 Jun 2025 11:47:16 +0200 Subject: [PATCH] Updated README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1b5c135..8338817 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ The FridgeBites was developed almost entirely from scratch using PHP, without re The website is built entirely from scratch using pure PHP, without relying on any frameworks. This was done as an experimental project to enhance personal skills. Despite this, some libraries were used to add specific functionality: - [\[PHP\] PHPMailer](https://github.com/PHPMailer/PHPMailer): A library for sending emails, used for password recovery functionality. +- [\[PHP\] FPHP](https://www.fpdf.org/): library which allows to generate PDF files with pure PHP, that is to say without using the PDFlib library. - [\[JS\] Swiper.js](https://github.com/nolimits4web/swiper): A highly customizable library for creating sliders and carousels. - [\[JS\] Toastify.js](https://github.com/apvarun/toastify-js): A lightweight library for creating beautiful and customizable toast notifications.