PHP
PHP SDK
Official PHP SDK। PSR compliant, PHP 8.1+।
Install करें
$ composer require tcg-price-lookup/tcglookup मुख्य Features
- ✓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 कुंजी प्राप्त करें और मिनटों में कार्ड मूल्य क्वेरी करना शुरू करें।