Download the PHP package magiclegacy/mtgjson-client without Composer
On this page you can find all versions of the php package magiclegacy/mtgjson-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download magiclegacy/mtgjson-client
More information about magiclegacy/mtgjson-client
Files in magiclegacy/mtgjson-client
Download magiclegacy/mtgjson-client
More information about magiclegacy/mtgjson-client
Files in magiclegacy/mtgjson-client
Vendor magiclegacy
Package mtgjson-client
Short Description PHP SDK client to get data from mtgjson.com.
License MIT
Package mtgjson-client
Short Description PHP SDK client to get data from mtgjson.com.
License MIT
Please rate this library. Is it a good library?
Informations about the package mtgjson-client
MtgJson Client for API V5
MtgJson Client to retrieve some information from MtgJson.com
Supported endpoints:
/SetList.json
/{SetCode}.json
/CardTypes.json
/AtomicCards.json
/LegacyAtomic.json
/PauperAtomic.json
/PioneerAtomic.json
/ModernAtomic.json
/StandardAtomic.json
/VintageAtomic.json
Currently NOT supported:
/EnumValues.json
/Keywords.json
/Legacy.json
/Pioneer.json
/Modern.json
/Standard.json
/Vintage.json
/CompiledList
/DeckList
Composer
Usage in application
see: example.php
The output will be:
MtgJsonClient
About Sets
Available methods:
MtgJsonClient::getList()
:SetBasic[]
MtgJsonClient::get($setCode)
:Set[]
About Atomic Cards
Available methods:
MtgJsonClient::getAllAtomicCards()
:AtomicCard[]
MtgJsonClient::getLegacyAtomicCards()
:AtomicCard[]
MtgJsonClient::getModernAtomicCards()
:AtomicCard[]
MtgJsonClient::getPauperAtomicCards()
:AtomicCard[]
MtgJsonClient::getPioneerAtomicCards()
:AtomicCard[]
MtgJsonClient::getStandardAtomicCards()
:AtomicCard[]
MtgJsonClient::getVintageAtomicCards()
:AtomicCard[]
About Card Types
Available methods:
MtgJsonClient::getCardTypes()
:CardTypes
All versions of mtgjson-client with dependencies
PHP Build Version
Package Version
Requires
php Version
7.4.*|8.0.*|8.1.*
ext-curl Version *
ext-json Version *
psr/http-client Version ^1.0
psr/http-factory Version ^1.0
psr/log Version ^1.1|^2.0|^3.0
thecodingmachine/safe Version ^1.3
eureka/component-curl Version ^2.0
ext-curl Version *
ext-json Version *
psr/http-client Version ^1.0
psr/http-factory Version ^1.0
psr/log Version ^1.1|^2.0|^3.0
thecodingmachine/safe Version ^1.3
eureka/component-curl Version ^2.0
The package magiclegacy/mtgjson-client contains the following files
Loading the files please wait ....