Skip to content

Gurzhii/steam-item-prices-laravel

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Braseidon Steam Item Prices

Author Source Code Latest Version Software License Build Status Total Downloads

Braseidon\SteamItemPrices is a wrapper around the JSON Steam API that grabs a user's items - all packaged up for Laravel 5.

Highlights

Installation

Braseidon\SteamItemPrices is available via Composer:

$ composer require braseidon/steam-item-prices-laravel

Include the Service Provider in your app's config/app.php.

'providers' => [
    // ...
    'Braseidon\SteamItemPrices\Support\SteamItemPricesServiceProvider',
];

Documentation

Documentation will be finished when v1.0.0 is up.

Contributing

Contributions are more than welcome and will be fully credited.

Security

If you discover any security related issues, please email brandon@poseidonwebstudios.com instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see LICENSE for more information.

About

This package uses the Steam API (requires dev key) to check prices for game items, like in Counter-Strike: Global Offensive. This is a Laravel 5 package.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%