Skip to content

CodeIgniter · Integration

CodeIgniter integration

Use nextpdf/codeigniter when you need your CodeIgniter 4 application to create Portable Document Format (PDF) files from services, return framework-native download responses, and queue PDF generation.

PageUse it for
OverviewPackage boundaries and supported workflows.
InstallComposer install, services, and helper setup.
QuickstartYour first controller response.
ConfigurationConfiguration class keys and defaults.
APILibrary wrapper, response helpers, and queue job.
Developer guideService lifecycle, builder callables, and extension points.
Production usageDeployment and operational patterns.
Security and operationsHeaders, path confinement, and queue safety.
TroubleshootingCommon failures and diagnostics.
SymbolRole
NextPDF\CodeIgniter\Libraries\PdfController-facing library wrapper for a single Document.
NextPDF\CodeIgniter\Http\PdfResponseInline, download, streamed inline, and streamed download responses.
NextPDF\CodeIgniter\Jobs\GeneratePdfJobQueue job for static builder callables under App\PdfBuilders.