Skip to content

Instantly share code, notes, and snippets.

View iamcsharper's full-sized avatar
🏠
Working from home

Ilya Yurchenko iamcsharper

🏠
Working from home
  • Greensight
View GitHub Profile
@iamcsharper
iamcsharper / BaseCollection.php
Created December 20, 2015 14:53
This will let you parse all the items from Steam inventory very fast!
<?php
abstract class BaseCollection
{
/**
* rgDescriptions array
* @var array
*/
protected $items = [];
/**