beyto1974/carbone-laravel

Carbone.io wrapper for Laravel

Fund package maintenance!
beyto1974

Installs: 1

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/beyto1974/carbone-laravel

0.0.1 2025-10-11 16:16 UTC

This package is auto-updated.

Last update: 2025-10-11 16:23:48 UTC


README

This is a simple wrapper for carbone.io, an advanced replacement for dompdf.

Installation

You can install the package via composer:

composer require beyto1974/carbone-laravel

You can publish the config file with:

php artisan vendor:publish --tag="carbone-laravel-config"

Set the following .env variables:

CARBONE_API_KEY=
CARBONE_BASE_URL=

Usage

use Beyto\CarboneLaravel\Facades\Carbone;

Carbone::getStatus()->json()

Testing

If required to change the .env variables, copy phpunit.xml.dist to phpunit.xml and add at the end

<php>
    <env name="CARBONE_API_KEY" value="ABC123" />
    <env name="CARBONE_BASE_URL" value="https://an-other-server:4567" />
</php>

Run the tests:

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

License

The MIT License (MIT). Please see License File for more information.