PHP Package: barryvdh/laravel-snappy

Powerful PHP library for generating PDFs in Laravel projects with ease and efficiency.

Current Version: 1.0.4
Last Updated: 2025-02-24
PHP Requirement: ^8.1
Dependencies:
barryvdh/laravel-dompdf
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Laravel Snappy is a high-performance PHP package designed for effortlessly creating PDF documents within Laravel applications. With a seamless integration process and a robust set of features, this library simplifies the generation of professional-looking PDFs for a diverse range of use cases, from reports to invoices.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 1.0.4

Download Download v1.0.4

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com
require_once 'libs/barryvdh/laravel-snappy/1.0.4/loader.php';
require_once 'libs/barryvdh/laravel-dompdf/3.1.1/loader.php';

use Barryvdh\Snappy\Facade;

$obj = new Facade();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.