PHP

PHP SDK

Oficiálne PHP SDK. Kompatibilné s PSR, PHP 8.1+.

Inštalácia
$ composer require tcg-price-lookup/tcglookup

Hlavné funkcie

  • PHP 8.1+ support
  • Guzzle HTTP client
  • PSR-4 autoloading
  • Typed exception hierarchy
Príklad použitia
use TCGPriceLookup\TCGLookup;

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

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

Začnite vyvíjať s TCG API

Získajte bezplatný API kľúč a začnite dopytovať ceny kariet v priebehu minút.