PHP
PHP SDK
SDK PHP resmi. Sesuai standar PSR, PHP 8.1+.
Instalasi
$ composer require tcg-price-lookup/tcglookup Fitur Utama
- ✓PHP 8.1+ support
- ✓Guzzle HTTP client
- ✓PSR-4 autoloading
- ✓Typed exception hierarchy
Contoh penggunaan
use TCGPriceLookup\TCGLookup;
$tcg = new TCGLookup(apiKey: 'your-api-key');
$results = $tcg->search('charizard');
print_r($results);
Mulai membangun dengan TCG API
Dapatkan kunci API gratis Anda dan mulai mengkueri harga kartu dalam hitungan menit.