PHP

PHP SDK

Offizielles PHP SDK. PSR-konform, PHP 8.1+.

Installation
$ composer require tcg-price-lookup/tcglookup

Hauptfunktionen

  • PHP 8.1+ support
  • Guzzle HTTP client
  • PSR-4 autoloading
  • Typed exception hierarchy
Verwendungsbeispiel
use TCGPriceLookup\TCGLookup;

$tcg = new TCGLookup(apiKey: 'your-api-key');

$results = $tcg->search('charizard');
print_r($results);
GitHub →

Starten Sie mit der TCG API

Holen Sie sich Ihren kostenlosen API-Schlüssel und fragen Sie Kartenpreise in Minuten ab.