toxicity/altered-api-php

Eases the api usage from the altered.gg website.

1.0.0 2025-03-02 13:53 UTC

This package is auto-updated.

Last update: 2025-03-31 21:02:05 UTC


README

This library is based on the Altered.gg website. I develop it because I need it to manage my card collections.

Dependencies

  • PHP >= 8.2

Code Example

<?php

use Toxicity\AlteredApi\Lib\Cards;

$card = Cards::byReference('ALT_ALIZE_A_AX_35_C');
echo $card['reference'];

Some methods require authentication:

<?php

use Toxicity\AlteredApi\Lib\Friends;

$friends = Friends::all($token);
echo $friends[0]['id'];

Installation

Using composer

composer.phar require toxicity/altered-api-php

or

composer require toxicity/altered-api-php

If you don't have composer

You can download it here.

More explanation on available functionality: