php-mtg / php-mtg-all-suite
Metapackage that lists all the packages under the php-mtg namespace
5.0.0
2022-12-18 18:50 UTC
Requires
- php: >=7.3
- php-mtg/mtg-api-com-mtgjson-interface: ^5
- php-mtg/mtg-api-com-mtgjson-object: ^5
- php-mtg/mtg-api-com-mtgstocks-interface: ^5
- php-mtg/mtg-api-com-mtgstocks-object: ^5
- php-mtg/mtg-api-com-scryfall-interface: ^5
- php-mtg/mtg-api-com-scryfall-object: ^5
- php-mtg/php-keyrune-bridge: ^5
- php-mtg/php-mana-bridge: ^5
README
Metapackage that lists all the packages under the php-mtg namespace
Installation
The installation of this library is made via composer.
Download composer.phar
from their website.
Then add to your composer.json :
"require": {
...
"php-mtg/php-mtg-all-suite": "^3"
...
}
Then run php composer.phar update
to install this library.
The autoloading of all classes of this library is made through composer's autoloader.
Included packages
License
MIT (See license file).