PHP

PHP SDK

Officiel PHP SDK. PSR-kompatibel, PHP 8.1+.

Installation
$ composer require tcg-price-lookup/tcglookup

Vigtigste funktioner

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

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

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

Begynd at bygge med TCG API

Få din gratis API-nøgle og begynd at forespørge kortpriser på få minutter.