PHP

PHP SDK

공식 PHP SDK. PSR 준수, PHP 8.1+.

설치
$ composer require tcg-price-lookup/tcglookup

주요 기능

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

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

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

TCG API로 개발을 시작하세요

무료 API 키를 발급받아 몇 분 안에 카드 가격 조회를 시작하세요.