Using php-sdk with tcgdex.net

PHP integration

✓ Official SDK
Install
composer require php-sdk
curl \
  https://api.tcgdex.net/v2/en/hp
curl \
  https://api.tcgdex.net/v2/en/sets
fetch the list of cards
curl \
  https://api.tcgdex.net/v2/en/cards
SDK on GitHub 📄 API Docs
SDK
php-sdk
PHP
API
tcgdex.net
tcgdex.net
At a glance
Language PHP
Endpoints33
Base URLhttps://api.tcgdex.net/v2/en
✓ Official