PHP

PHP SDK

Officiële PHP SDK. PSR-conform, PHP 8.1+.

Installatie
$ composer require tcg-price-lookup/tcglookup

Belangrijkste functies

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

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

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

Begin met bouwen met de TCG API

Haal uw gratis API-sleutel op en begin binnen enkele minuten kaartprijzen op te vragen.