PHP composer
PHP SDK
SDK PHP الرسمي. أنواع صارمة، متوافق مع PSR-7/PSR-18. 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);
ابدأ البناء باستخدام TCG API
احصل على مفتاح API المجاني وابدأ الاستعلام عن أسعار البطاقات في دقائق.