consensus/php-d2

Provides a PHP wrapper around the D2 binary from Terrastruct.

Installs: 5

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Forks: 0

pkg:composer/consensus/php-d2

1.0.1 2026-02-04 16:14 UTC

This package is auto-updated.

Last update: 2026-02-04 21:17:00 UTC


README

Provides a PHP wrapper around the d2 binary.

This makes it easier to securely use d2 in PHP-based projects, such as the D2 module for Drupal.

Usage

Require the package via Composer:

composer require consensus/php-d2

Call the provided methods like so:

use Consensus\PhpD2;

$svg = (new D2())->generateSvg($d2_input, $d2_options);