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
Requires
- php: ^8.4
- carboneio/carbone-sdk-php: ^2.0
- illuminate/contracts: ^11.0||^12.0
- spatie/laravel-package-tools: ^1.16
Requires (Dev)
- larastan/larastan: ^3.0
- laravel/pint: ^1.14
- nunomaduro/collision: ^8.8
- orchestra/testbench: ^10.0.0||^9.0.0
- pestphp/pest: ^4.0
- pestphp/pest-plugin-arch: ^4.0
- pestphp/pest-plugin-laravel: ^4.0
- phpstan/extension-installer: ^1.4
- phpstan/phpstan-deprecation-rules: ^2.0
- phpstan/phpstan-phpunit: ^2.0
- spatie/laravel-ray: ^1.35
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.