{"id":95448,"library":"fpdf-fpdf","title":"FPDF","description":"Composer wrapper for the FPDF library to generate PDFs.","status":"active","version":"1.86.1","language":"php","source_language":null,"source_url":"https://github.com/coreydoughty/Fpdf","tags":["pdf","generation","document"],"install":[{"cmd":"composer require fpdf/fpdf","lang":"bash","label":"composer require"}],"dependencies":[],"imports":[{"symbol":"FPDF","correct":"use FPDF\\FPDF;"}],"quickstart":{"code":"use FPDF\\FPDF;\n\n$pdf = new FPDF();\n$pdf->AddPage();\n$pdf->SetFont('Arial', 'B', 16);\n$pdf->Cell(40, 10, 'Hello World!');\n$pdf->Output();","lang":"php","description":"Create a simple PDF with text."},"warnings":[{"fix":"Consider using a maintained alternative like TCPDF or Dompdf.","message":"FPDF is not actively maintained and may have compatibility issues with modern PHP.","severity":"gotcha","affected_versions":">=1.8.0"}],"env_vars":null,"search_vec":"'compos':2 'document':13 'fpdf':1,6 'generat':9,12 'librari':7 'pdf':11 'pdfs':10 'wrapper':3","created_at":"2026-06-19T10:31:44.538967+00:00","updated_at":"2026-06-19T10:31:44.538967+00:00","problems":[],"ecosystem":"packagist","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/coreydoughty/Fpdf","github":"https://github.com/coreydoughty/Fpdf","docs":null,"changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-19","next_check":"2026-12-16","install_tag":null}}