PHP
PHP SDK
Offisiell PHP SDK. PSR-kompatibel, PHP 8.1+.
Installasjon
$ composer require tcg-price-lookup/tcglookup Viktige funksjoner
- ✓PHP 8.1+ support
- ✓Guzzle HTTP client
- ✓PSR-4 autoloading
- ✓Typed exception hierarchy
Brukseksempel
use TCGPriceLookup\TCGLookup;
$tcg = new TCGLookup(apiKey: 'your-api-key');
$results = $tcg->search('charizard');
print_r($results);
Begynn å bygge med TCG API
Få din gratis API-nøkkel og begynn å hente kortpriser på få minutter.