simonj/dat-php-client

PHP client for Dat debugging application

Installs: 1

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/simonj/dat-php-client

v1.0.0 2025-07-11 22:18 UTC

This package is auto-updated.

Last update: 2026-01-06 18:53:25 UTC


README

PHP client library for the Dat debugging application.

Installation

composer require dat/php-client

Usage

use Dat\Client\Dat;

$dat = new Dat();
$dat->log('Debug message');

Development

  • Clone the repository
  • Run composer install
  • Run tests with composer test